summaryrefslogtreecommitdiff
path: root/compiler/parser.pas
Commit message (Expand)AuthorAgeFilesLines
* * changed the default stack size in the i8086 far data memory models to 16 KBnickysn2014-06-011-0/+10
* Increase status.errorcount only inside GenerateError procedure, to simplify ...pierre2013-01-161-2/+3
* Fix for Mantis #22160svenbarth2012-09-251-120/+38
* compiler: remove unused variablepaul2011-09-201-1/+0
* * cleaned up FreeLocalVerbosity usageflorian2011-09-061-1/+0
* * Change Field passing type of FreeLocalVerbosity parameterpierre2011-09-051-0/+1
* compiler: pass both modulename and filename to tmodule.create. extract module...paul2011-09-011-1/+1
* Implement support for $WARN XXX ON/OFF/ERRORpierre2011-06-281-0/+5
* * Merged helper branch made by Sven Barthflorian2011-04-161-1/+1
* compiler: use current_structdef instead of current_objectdef in more placespaul2010-12-301-3/+3
* compiler: allow objects and records to have members which point to themself. ...paul2010-12-271-4/+0
* * patch by Aleksa Todorovic which adds the ability to reference current gener...florian2010-11-241-0/+4
* * support string constants > 255 charsflorian2010-01-241-4/+5
* * initialize allow_array_constructor for each compilation run, fixes probably...florian2009-07-041-1/+2
* * store scanner directive stack when starting compilation of another moduleflorian2009-06-171-5/+19
* * current_objectdef is now always valid when parsing is within thepeter2008-11-121-1/+8
* * delay verbosity changes just like localswitches changesjonas2008-11-031-6/+2
* * germanism fixed (aktexceptblock -> current_exceptblock)florian2008-07-191-3/+3
* * Handling of -Sf parameter fixedgiulio2008-05-101-6/+0
* Merged revisions 9693-10480 via svnmerge from michael2008-03-121-0/+9
* + basic parsing of package filesflorian2007-11-011-0/+5
* * cleanup current module statuspeter2007-05-231-27/+7
* * Remove consoleio feature from gba & nds as well.daniel2007-02-171-2/+2
* + On GO32, GBA and NDS, disable RTL features that aren't implemented.daniel2007-02-171-0/+6
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-1/+1
* * move broser information generation to a place where the infos are still validpierre2007-01-231-18/+21
* * postpone some freeing if SymbolInfo is neededpierre2007-01-171-0/+19
* * kicked ignore_equal, usage was wrong anywaysflorian2006-12-311-4/+0
* * moved rtti to ncgrttipeter2006-11-041-1/+6
* * remove tdictionary and tindexarraypeter2006-11-031-31/+3
* + parsing of disp variant invokesflorian2006-11-011-0/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-2/+2
* * give correct error locations for errors when specializing templatesflorian2006-10-301-2/+2
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-4/+4
* * settings refactoredflorian2006-10-301-65/+12
* * remove ifdef fpcpeter2006-10-071-1/+1
* + first batch of varset support, as long as packset isn't changed, it doesn't...florian2006-09-241-2/+0
* macos: added a fake sysutils for use by compiler, and fixed some testsolle2006-09-031-2/+4
* Merged revisions 2827,2831,2837,2932-2980 via svnmerge from peter2006-03-191-9/+0
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-68/+23
* * aktcputype and aktoptimizecputype was missing in the previous optimizatio...peter2006-03-131-9/+9
* * rewrite of optimizer optionspeter2006-03-131-8/+12
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-3/+11
* + more darwin i386 supportjonas2006-02-151-3/+1
* * symtablestack cleanup and rewritepeter2006-02-051-119/+110
* + added framework code for AmigaOS/PPC syscall supportkaroly2006-01-091-0/+2
* * basic support for generic classespeter2005-12-211-2/+2
* * reset some variables which could be in an illegal state after an error, thi...florian2005-11-121-0/+7
* * move all stabs ($ifdef gdb) code to dbgstabspeter2005-10-021-3/+0
* * aktoutputformat removed, add new paraXX vars for targetpeter2005-09-251-16/+0