The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael abda57b3b9 * SAX example
git-svn-id: trunk@44293 -
2020-03-13 08:05:42 +00:00
compiler + OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code 2020-03-08 14:30:59 +00:00
installer * added new packages to OS/2 and EMX sections 2020-02-04 21:20:22 +00:00
packages * SAX example 2020-03-13 08:05:42 +00:00
rtl Add explicit dependency of AVR specific unit avrsim on consoleio and heapmgr units 2020-03-12 10:53:56 +00:00
tests * fix precedence of IS operator, resolves #35909 2020-03-06 10:10:58 +00:00
utils * Allow to get/set config items 2020-03-08 13:55:29 +00:00
.gitattributes * SAX example 2020-03-13 08:05:42 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile * Makefile fixed 2020-02-05 20:33:32 +00:00
Makefile.fpc * Makefile fixed 2020-02-05 20:33:32 +00:00