The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2015-01-19 21:39:54 +00:00
compiler * x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is). 2015-01-18 17:04:53 +00:00
ide Avoid CopyFile over itself fp.cfg after copying fp.ini, thus avoiding misleading ErrorBox 2015-01-15 16:53:58 +00:00
installer * utils package still stay as standalone zip for smaller utilities in the main directory, but the source file name is one character longer than before now 2015-01-19 21:39:54 +00:00
packages fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil). 2015-01-19 13:01:51 +00:00
rtl * OS/2 UnicodeStringManager functions finished (except for CharLengthPChar and CodePointLength which only make sense after they get a codepage parameter as discussed with Jonas); fix for #6295 2015-01-17 01:32:20 +00:00
tests * %OS -> %target, the former is invalid and breaks the entire run. 2015-01-18 16:09:45 +00:00
utils * search directory given by FPCDIR for the *.cod files as well as /usr/local/lib/fpc/lexyacc/ and /usr/lib/fpc/lexyacc/ on unix (despite current dir), resolves #27326 2015-01-18 13:11:38 +00:00
.gitattributes + support of winapi directive 2015-01-18 10:50:53 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00
Makefile.fpc + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00