The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2008-01-12 13:47:55 +00:00
compiler * removed code which splits "unaligned" 8 byte stores/loads into two 4 bytes stores/loads on ppc64. The processor manuals and extensive testing showed that PPC970+ class processors have hardware assisted handling of unaligned memory accesses, which results in 8 byte memory accesses to be always faster than 4 byte ones 2008-01-12 13:47:55 +00:00
fv * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
ide * fixed undo for delstart/delend 2007-12-15 11:24:11 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * fixed unified win32/win64 check 2008-01-09 00:09:54 +00:00
rtl * patch from Sergei Gorelkin to return ansi/widestrings by reference 2008-01-11 22:36:50 +00:00
tests - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
utils * regenerated 2008-01-08 23:44:55 +00:00
.gitattributes - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
.gitignore * no longer used control files. Real units have been moved with history ( I hope ) 2008-01-05 20:55:27 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00