The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 13399280dc * don't write rtti for static fields so we don't try to initialise/finalise
them (mantis #17546)
  * fixed the various field rtti methods so that they only operate on fields
    and skip the rest (at the end they always typecast the sym to a
    tfieldvarsym, so this could result in wrong memory accesses)

git-svn-id: trunk@16086 -
2010-10-05 14:56:48 +00:00
compiler * don't write rtti for static fields so we don't try to initialise/finalise 2010-10-05 14:56:48 +00:00
ide + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages * Added reference to fptemplate (saying it is moved to fcl-base) 2010-10-05 12:15:54 +00:00
rtl * made GetMemory, FreeMemory, ReallocMemory delphi compatible, resolves #17530 2010-10-02 19:15:58 +00:00
tests * don't write rtti for static fields so we don't try to initialise/finalise 2010-10-05 14:56:48 +00:00
utils + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
.gitattributes * don't write rtti for static fields so we don't try to initialise/finalise 2010-10-05 14:56:48 +00:00
.gitignore * updated ptc 2010-09-19 22:10:28 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00