The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 22aacd2a60 * return 0 for length(pchar(0)), like Kylix does (using corrected and
multi-platform version of patch in r12461, which caused the i386 version
    of fpc_pchar_length to return 0 in all cases, which used tabs, and did
    not include a test case)

git-svn-id: trunk@12464 -
2009-01-01 22:02:17 +00:00
compiler + samplecfg able to create default configuration for IDE now 2008-12-30 02:05:07 +00:00
ide * ExistsDir must also find hidden directories, so that the local configuration files are found 2009-01-01 21:34:41 +00:00
installer
packages * patch to implement MaskDoFormatText by Paul Ishenin 2008-12-30 10:03:29 +00:00
rtl * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +00:00
tests * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +00:00
utils * Load the local mirrors before an update is tried if it is a new installation or else the update will always fail 2009-01-01 12:09:19 +00:00
.gitattributes * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile
Makefile.fpc