The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-07-17 08:54:24 +00:00
compiler + aggas.pas: Write section attributes when long section names are used for smart linking (enabled for win32 and win64). It is needed because GAS does not understand that '.text.something' is part of '.text' and assigns default attributes (writable data) to all such sections, which is not the desired behavior. 2011-07-13 23:45:28 +00:00
ide * Avoid unitialized VM variable in Preferences method 2011-07-02 07:03:00 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible) 2011-07-16 14:11:30 +00:00
rtl * fix compilation of atmega128 startup code, not working yet 2011-07-17 08:54:24 +00:00
tests * Fixed x86_64 compilation further (rev. 17940 was not enough). 2011-07-12 13:42:27 +00:00
utils * Reverted r17969, now fpmake distclean is implemented 2011-07-13 20:25:02 +00:00
.gitattributes sysinit*.pp: Factored common code into include file. 2011-07-05 13:25:51 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * regenerated 2011-06-05 17:18:13 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00