summaryrefslogtreecommitdiff
path: root/compiler/tokens.pas
Commit message (Expand)AuthorAgeFilesLines
* * fix token order, I should really learn the alphabetusersectionsflorian2011-03-201-2/+2
* + user section typeflorian2011-03-201-0/+2
* compiler: map delphi Implicit operator to := operator of FPC, add Explicit op...paul2010-12-251-2/+5
* compiler: implement Inc, Dec class operatorspaul2010-12-241-1/+5
* compiler: implement delphi style class operators:paul2010-12-241-3/+57
* compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi o...paul2010-12-221-2/+2
* compiler: allow <> operator overload. search for "<>" operator first for "<>"...paul2010-12-211-2/+2
* * Implemented constref support, to force constant function-parameters to bejoost2010-09-191-0/+2
* compiler: allow "deprecated", "experimental" and "unimplemented" to be used a...paul2010-08-101-3/+3
* + support for nested procedural variables:jonas2010-07-281-0/+2
* + Objective-C category support (old and new ABI, both external andjonas2009-11-161-0/+2
* * merged r13762-14047 from trunkjonas2009-11-041-1/+9
|\
| * merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,...paul2009-11-021-1/+5
| * + final modifier support for methods by Paul Isheninflorian2009-10-241-0/+2
| * * merged sealed and abstract support by Paul Isheninflorian2009-10-181-0/+2
* | --WARNING: start build process with FPC 2.2.4; won't work whenjonas2009-07-091-0/+6
* | * initial Objective-C 1.0 support:jonas2009-05-171-0/+2
|/
* + "weakexternal" support for imported procedures and variables.jonas2008-11-011-0/+2
* + experimental directive, resolves #10833florian2008-02-151-0/+2
* + Enable resourcestring in all modesdaniel2006-12-181-1/+1
* + store compiler switch changes in generic token streamsflorian2006-10-301-0/+2
* + -Sx command line switch to turn on exception keywords in non-Delphi/ObjFPCjonas2006-10-201-4/+4
* * implemented kylix like local directive, fixes #7242florian2006-10-191-0/+2
* + support for bitpacked arrays:jonas2006-08-191-0/+2
* + parsing of dispinterface propertiesflorian2006-04-301-0/+4
* + Add m_property mode switch to allow per mode recognition ofdaniel2006-02-141-1/+1
* - "property" is again only a keyword in objfpc and delphi modejonas2006-02-141-1/+1
* * Enable recognition of property keyword in all modes now thatdaniel2006-01-031-1/+1
* + support for "return x" as equivalent for "exit(x)" in macpas modejonas2005-12-231-0/+2
* * basic support for generic classespeter2005-12-211-0/+8
* + strict protected and strict private supportflorian2005-06-281-0/+2
* + tokens for packages addedflorian2005-05-241-0/+6
* * log and id tags removedfpc2005-05-211-25/+0
* initial importfpc2005-05-161-0/+555