summaryrefslogtreecommitdiff
path: root/compiler/symbase.pas
Commit message (Expand)AuthorAgeFilesLines
* * use new TSym.EscapedRealName property when creating new symbols with thejonas2020-12-271-0/+10
* * changed TIDString and tsymentry.realname to TSymStrjonas2020-11-031-9/+25
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * also check for Nil symtables in tsymtable.includeoptionsvenbarth2019-11-241-0/+4
* + add a comment to the destructor of tsymtable so that others (and maybe me a...svenbarth2018-08-311-0/+1
* * prevent new definitions being added to a global unit symtable after compila...florian2015-02-231-0/+2
* compiler: have unit interface symtable in stack while parsing implementation ...paul2013-09-171-0/+25
* + TSymtablestack.getcopyuntil() method that creates a copy of ajonas2011-08-201-0/+25
* * Merged helper branch made by Sven Barthflorian2011-04-161-2/+26
* --WARNING: start build process with FPC 2.2.4; won't work whenjonas2009-07-091-0/+2
* * split tvisibility from tsymoptionspeter2008-11-111-0/+2
* * refactor the forward type declaration handling, removepeter2008-11-091-13/+0
* * moved the forwardchecksyms back to symbase (but the main functionalityjonas2008-09-131-0/+13
* - removed global "resolving_forward" variable (was no longer used)jonas2008-09-131-13/+2
* * fixed version of r11719 (faster parsing of units with lots of declarationsjonas2008-09-071-4/+15
* - reverted r11719, there are still some problems with itjonas2008-09-071-15/+4
* * keep the syms that need to be checked for forward definitions in ajonas2008-09-071-4/+15
* * cleanup deleting of defspeter2007-01-111-4/+10
* * set vs_initialised for typed constspeter2006-11-131-0/+18
* * fix hiding of symbolspeter2006-11-071-12/+16
* * remove tdictionary and tindexarraypeter2006-11-031-174/+209
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-2/+2
* * use unique symid and defid per modulepeter2006-10-291-1/+3
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-0/+2
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-5/+19
* * symtablestack cleanup and rewritepeter2006-02-051-19/+18
* * move all stabs ($ifdef gdb) code to dbgstabspeter2005-10-021-16/+0
* * log and id tags removedfpc2005-05-211-15/+0
* initial importfpc2005-05-161-0/+364