The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 4b5c8bcac2 * Access VMT members using TVmt record instead of pointer manipulations.
* Check FieldTable<>nil before dereferencing. It should be nil if class doesn't have published fields, but currently compiler always generates field table. This produces redundant data and isn't Delphi compatible, therefore it's subject to fix.
* Use ClassNameIs to check the class name instead of doing case-insensitive comparing manually.

git-svn-id: trunk@20305 -
2012-02-11 10:16:50 +00:00
compiler nobj.pas, cleanup/refactoring: 2012-02-11 09:27:03 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages Add win64 as supported platform so that building using 2012-02-10 15:57:39 +00:00
rtl * Access VMT members using TVmt record instead of pointer manipulations. 2012-02-11 10:16:50 +00:00
tests compiler: 2012-02-09 08:22:38 +00:00
utils * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
.gitattributes New file adapted from Darwin 2012-02-10 00:23:50 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * some Makefiles regenerated to support mips-linux 2012-02-04 09:50:03 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00