The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe f984a3d74e - removed optimization that pops the current symtable off the symtablestack
if it cannot contain local type definitions before looking up the type of
    a field, because the type of a field may be a new type definition (e.g. an
    inline record definition) and such type definitions must be added to the
    correct symtable for, a.o., correctly resolving uses of the name of a
    type that is currently being parsed

git-svn-id: trunk@20187 -
2012-01-28 17:07:56 +00:00
compiler - removed optimization that pops the current symtable off the symtablestack 2012-01-28 17:07:56 +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 * Build os2units only in os/2 and emx targets 2012-01-28 11:41:58 +00:00
rtl + Support multithreaded windows executables inCheckPointer function 2012-01-26 13:52:51 +00:00
tests - removed optimization that pops the current symtable off the symtablestack 2012-01-28 17:07:56 +00:00
utils * Patch by Ludo: 2012-01-23 14:16:03 +00:00
.gitattributes - removed optimization that pops the current symtable off the symtablestack 2012-01-28 17:07:56 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00