The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael faa70adcd3 * Publish and observe port
git-svn-id: trunk@35419 -
2017-02-11 09:45:13 +00:00
compiler * only generate a big obj COFF file if the high bound of the sections is larger than $7fff (it could be that the final count is smaller again as sections that have the same name are combined) 2017-02-10 14:40:23 +00:00
ide Amiga: fix fp.dsk saving 2017-02-05 16:36:11 +00:00
installer
packages * Publish and observe port 2017-02-11 09:45:13 +00:00
rtl * provide access to the method table for raw interfaces (it is written even though $M is not respected by such interfaces currently) 2017-02-10 16:03:57 +00:00
tests * also test IIDStr of raw interfaces 2017-02-10 16:06:47 +00:00
utils * Patch from Mattias Gaertner: 2017-02-10 23:26:14 +00:00
.gitattributes More consequent writing of Rtti. Part of code related to recorddef moved from recorddef_rtti to write_child_data_rtti(). When typeinfo is used in code init Rtti is a child of the full Rtti. Commit also contains correction for code commited for mantis #31249 (r35376) and mantis #31305 (r35377) for objects. Before was impossible to compile code with usage of typeinfo() function for object without managed fields ("Undefined symbol" error). 2017-02-06 18:52:37 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile
Makefile.fpc