The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe c0bdcf62e0 * don't call the "self" parameter of class methods 'this' in the debug info,
because the 'this' parameter was not used by gdb in that case for anything
    anyway, and as of gdb 7.0 you get an error in gdb because the 'this'
    parameter is not an aggregate in that case (but rather a pointer to the
    vmt) (mantis #15362)

git-svn-id: trunk@14446 -
2009-12-17 14:43:22 +00:00
compiler * don't call the "self" parameter of class methods 'this' in the debug info, 2009-12-17 14:43:22 +00:00
ide * Update Makefiles 2009-12-10 08:27:13 +00:00
installer * update Makefile 2009-12-10 11:25:32 +00:00
packages * Ensure value 1 is stored for True boolean values (fpc > 2.2 stores -1 in a wordbool when assigned a True boolean value) 2009-12-14 18:24:17 +00:00
rtl * fixes bootstrapping with 2.2.4 2009-12-14 18:51:57 +00:00
tests * convert booleans to the actual array index type (mantis #15364) 2009-12-17 13:53:09 +00:00
utils * Update Makefiles 2009-12-10 08:26:29 +00:00
.gitattributes * convert booleans to the actual array index type (mantis #15364) 2009-12-17 13:53:09 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00