The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2009-01-03 14:03:23 +00:00
compiler + added initial support for the VASM assembler of VBCC fame (http://sun.hasenbraten.de/vbcc/), 2009-01-02 22:05:05 +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 * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
packages * version of glutdemo that uses vertex arrays instead of immediate mode 2009-01-03 14:03:23 +00:00
rtl * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +00:00
tests * fixed procvar parameter passing on ppc/sysv (by value instead of by 2009-01-02 15:36:27 +00:00
utils * While parsing a string to abtain a version number the default build-number is set to 1. A value of 0 indicate that it is a pre-release like a release candidate. 2.2.4rcX will become 2.2.4-0 and 2.2.4 translates as 2.2.4-1 2009-01-03 12:43:40 +00:00
.gitattributes * version of glutdemo that uses vertex arrays instead of immediate mode 2009-01-03 14:03:23 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00