summaryrefslogtreecommitdiff
path: root/compiler/scanner.pas
Commit message (Expand)AuthorAgeFilesLines
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-4/+4
* - Put gpc mode between ifdefs. The only thing it does it disable alldaniel2007-02-161-2/+8
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-3/+3
* * minor fixes from mantis 8132peter2007-01-201-7/+11
* * ignoredirectives changed to tfphashlistpeter2007-01-111-6/+4
* * Compiler directives {$...} are allowed in ARM inline assembler. It fixes tb...yury2006-12-211-3/+14
* * storing/restoring of settings when doing a specializationflorian2006-11-111-0/+6
* * removed typed const, it is now handled by staticvarsympeter2006-11-081-3/+1
* * remove tdictionary and tindexarraypeter2006-11-031-8/+6
* * fixed missing reset of inputbuffer after include file or macropeter2006-11-021-0/+1
* * scannerdirectives to TFPHashObjectListpeter2006-11-011-19/+19
* * fixed some issue with the inputpointer when specializing genericsflorian2006-10-311-3/+7
* * fixed more line numering outputflorian2006-10-311-4/+15
* * extra parameter for file searching functionspeter2006-10-311-4/+4
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-23/+23
* * give correct error locations for errors when specializing templatesflorian2006-10-301-13/+43
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-15/+15
* * get proper moduleindex when loading a unit, fixes #4778florian2006-10-301-0/+1
* + store compiler switch changes in generic token streamsflorian2006-10-301-29/+63
* * settings refactoredflorian2006-10-301-84/+84
* * remove ttypepeter2006-10-291-7/+7
* + -Sx command line switch to turn on exception keywords in non-Delphi/ObjFPCjonas2006-10-201-0/+5
* add warning for arithmetic on untyped pointersmicha2006-10-071-2/+4
* enable typed addresses {$T+} in fpc and objfpc modemicha2006-10-041-6/+8
* * inline directive enabled by default for fpc,objfpc,delphi modespeter2006-09-041-1/+16
* + support for bitpacked arrays:jonas2006-08-191-0/+8
* * support goto/label by default in tp/delphi/macpas modes (bug 4893)jonas2006-03-181-0/+9
* * more dup id fixespeter2006-02-071-1/+1
* * make generic basics working againpeter2006-02-061-2/+2
* * symtablestack cleanup and rewritepeter2006-02-051-33/+15
* Added short circuit evaluation of compile time expressionsolle2006-01-231-124/+165
* * support FPCDATE includepeter2006-01-121-0/+3
* * basic support for generic classespeter2005-12-211-45/+190
* * changed default packenum for MacPas from 1 to 2 (compatible with Metrowerks)jonas2005-12-161-2/+4
* * resolve postponed local switch changes before switching modeflorian2005-12-041-0/+6
* * setting the compile mode should set the preprocessor symbol directlypeter2005-10-181-79/+176
* + compile time expression type checkingolle2005-08-221-77/+283
* * patch for 4095marco2005-08-161-11/+20
* * fix max macro length checkpeter2005-07-181-2/+2
* * Fixed bug introduced in r581. Did also some refactoring.olle2005-07-091-79/+85
* * fix preprocessor support for empty set constantspeter2005-07-051-4/+2
* * fix so that outdeffed directives are not parsed (only nestlevels is accou...olle2005-07-041-31/+53
* * utf-8 fix from Rimgaudas Lauciusflorian2005-07-021-1/+6
* * support constset in $ifpeter2005-06-301-1/+11
* * keyword check patch from Gerhard Scholzpeter2005-06-291-4/+6
* + utf-8 support for string constants addedflorian2005-06-161-1/+56
* * log and id tags removedfpc2005-05-211-39/+0
* initial importfpc2005-05-161-0/+3389