The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn a68b9fd01f * use byte sized instead of word sized memory operations on the fpu control
word in fpc_frac_real, fpc_int_real and fpc_trunc_real, because the byte sized
  ones are faster on the i8088, due to the 8-bit bus

git-svn-id: trunk@26214 -
2013-12-10 21:16:35 +00:00
compiler * Partially reverted r26192, preserving registers in presence of exceptions needs a different solution. 2013-12-10 12:43:24 +00:00
ide Removed some extra directory separators which screwed up the install path on Amiga/MorphOS (// means /../ here) 2013-12-08 02:20:29 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * fix for mantis #25191, extract gobject routines to separate unit. 2013-12-10 17:38:32 +00:00
rtl * use byte sized instead of word sized memory operations on the fpu control 2013-12-10 21:16:35 +00:00
tests Move GetTestRunHistoryID and AddTestHistoryEntry to dbtests unit 2013-12-10 13:22:20 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes * fix for mantis #25191, extract gobject routines to separate unit. 2013-12-10 17:38:32 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00