The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 051b9840a5 * write a proper error message if <int>/<int> is encountered while no
floating point support is available, resolves #32006

git-svn-id: trunk@43794 -
2019-12-25 18:09:30 +00:00
compiler * write a proper error message if <int>/<int> is encountered while no 2019-12-25 18:09:30 +00:00
installer Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
packages * Currency and Comp are correctly handled by GetFloatProp/SetFloatProp, so use these instead of GetOrdProp/SetOrdProp 2019-12-25 15:23:35 +00:00
rtl * if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer 2019-12-24 21:30:00 +00:00
tests * when copying goto nodes take care if the label node is part of the copied tree 2019-12-25 17:10:14 +00:00
utils * patch by Alfred to fix building on DragonFly OS, resolves #36450 2019-12-17 21:57:09 +00:00
.gitattributes * when copying goto nodes take care if the label node is part of the copied tree 2019-12-25 17:10:14 +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
Makefile Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
Makefile.fpc * general-dynamic -> global-dynamic 2019-10-05 20:48:29 +00:00