The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
peter 24f6bb1594 * overload chaining checks if the procdef is in the same symtable, this
prevents keeping references to staticsymtable only procdefs that are
    not accessible through the globalsymtable. And can cause crashes when
    the staticsymtable is already released.

git-svn-id: trunk@644 -
2005-07-18 09:50:39 +00:00
compiler * overload chaining checks if the procdef is in the same symtable, this 2005-07-18 09:50:39 +00:00
fcl + Version 6.4.5 2005-07-14 19:48:27 +00:00
fv * fixes F10 to call the menu, by Sergey@michint 2005-07-05 19:56:01 +00:00
ide * removed obsolete ifdefs 2005-06-10 07:11:29 +00:00
installer * remove $Log 2005-06-07 09:47:55 +00:00
packages * support of | commented out, doesn't work yet 2005-07-16 08:43:28 +00:00
rtl * fixed and removed some missing HASINLINE directives, needs more work 2005-07-17 08:21:17 +00:00
tests * remove readln; 2005-07-18 06:14:14 +00:00
utils + i386/wince 2005-07-09 09:34:19 +00:00
.gitattributes * fixed widechar const to widestring, fixes bug #4155 2005-07-17 08:49:38 +00:00
.gitignore * ignore output dir, not ignore units dir 2005-06-29 13:52:40 +00:00
Makefile * mime properties on Makfiles set 2005-06-19 21:58:46 +00:00
Makefile.fpc * moved package building parts to fpcbuild repository 2005-06-09 20:55:59 +00:00