The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei cd1f8e14f4 * TRTTIWriter improvements:
* Emit typename for Variants (Delphi compatible)
  * For objects, write record-style RTTI instead of class-style. Objects cannot have published symbols, so class-style RTTI for them is always empty, thus typeinfo() was returning a useless stub. The new behavior is closer to Delphi, but still different (Delphi typeinfo() returns pointer to what is initrtti in FPC, while we return fullrtti).

git-svn-id: trunk@16612 -
2010-12-22 14:45:40 +00:00
compiler * TRTTIWriter improvements: 2010-12-22 14:45:40 +00:00
ide * fix one of two issues in mantis 6326, double click on watch entry invokes edit watch 2010-12-21 08:15:31 +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 * fix | separator char. Bug 6262D 2010-12-21 19:30:12 +00:00
rtl + most of OS/2 threading support implemented; not debugged yet though 2010-12-19 22:05:05 +00:00
tests compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test 2010-12-21 04:44:37 +00:00
utils * Support for multiple directories. 2010-12-19 20:40:37 +00:00
.gitattributes compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test 2010-12-21 04:44:37 +00:00
.gitignore - obsolete, removed (handled by regular script) 2010-12-10 10:13:55 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +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