The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2012-02-02 12:22:24 +00:00
compiler * always pass -arch parameter to linker when targetting Darwin, instead of 2012-02-01 19:01:58 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * Fixed wince compilation (fpmake) 2012-02-02 12:01:01 +00:00
rtl * cwstring.pp, Wide2AnsiMove: moved SetCodePage to the end, so it comes after the last SetLength. Necessary after r20209, because SetLength has been modified to always set the code page of its argument. Here it sets code page of 'dest' to CP_NONE, because dest is RawByteString. 2012-02-01 21:08:13 +00:00
tests * hopefully final correction (changed extension resulted in different length) 2012-01-31 18:57:02 +00:00
utils * Always store unit filename in FProcessedUnits 2012-02-02 12:22:24 +00:00
.gitattributes + Add two new sotfpuu units with x80 or 128 bit support 2012-01-31 15:58:56 +00:00
.gitignore
Makefile
Makefile.fpc