summaryrefslogtreecommitdiff
path: root/compiler/ptconst.pas
Commit message (Expand)AuthorAgeFilesLines
...
* + support for nested procedural variables:jonas2010-07-281-2/+11
* * use the correct procdef when taking the address of an overloaded functionjonas2010-07-021-1/+1
* * fixed commentjonas2010-05-131-6/+5
* * give a compile-time error when trying to define a short/ansistring typed ...jonas2010-05-081-3/+10
* * only allow field names in record/object typed constant declarations (mant...jonas2010-04-181-3/+8
* + support for array of widechar typed constants (based on patch byjonas2010-03-301-16/+50
* compiler: fix parsing and handling of typed constants declared inside classes...paul2010-03-301-3/+4
* * support record fields separated by commas instead of semicolons in typedjonas2010-02-141-0/+2
* + "CExtended" type that is the same as "extended", but conforming to thejonas2010-02-141-1/+3
* compiler: add dispinterfaces to most of places where something is comparing t...paul2010-01-191-1/+1
* * give a better error message and do better error recovery if too few typed c...florian2010-01-171-1/+8
* o patch by Sergei Gorelkin which basically resolves #14308 (still misses some...florian2009-12-131-105/+95
* * merged r13762-14047 from trunkjonas2009-11-041-1/+1
|\
| * merge revisions 13898-13899:paul2009-11-011-1/+1
* | Merged revisions 13458-13596 via svnmerge from jonas2009-08-251-5/+0
|\ \ | |/
| * - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defsjonas2009-08-231-5/+0
* | Merged revisions 13351-13373,13376-13457 via svnmerge from jonas2009-07-261-25/+38
|\ \ | |/
| * * accept const <guid const> = <guid string>; again, resolves #14134florian2009-07-121-25/+38
* | --WARNING: start build process with FPC 2.2.4; won't work whenjonas2009-07-091-1/+1
|/
* * init wpo collectors before parsing the interface of unitsjonas2009-05-311-1/+7
* * fixed parsing of typed constant bitpacked arrays where the element'sjonas2009-03-011-1/+2
* * fixed bug #5800ivost2009-02-091-3/+4
* * reverted r12690 and r12691ivost2009-02-061-2/+20
* * better error messages for invalid floating point and classrefdefjonas2009-01-091-2/+6
* + "weakexternal" support for imported procedures and variables.jonas2008-11-011-1/+1
* * don't crash when someone uses an integer value to declare a wide/unicodejonas2008-10-101-2/+8
* Merged revisions 11665-11738 via svnmerge from florian2008-09-101-2/+2
* * fixed asd_references for ansi/widestrings on Darwinjonas2008-08-271-4/+4
* * Fixed unreachable code warnings.yury2008-07-231-7/+8
* + handle also widestring constants in constant string expressionsflorian2008-05-101-1/+1
* * If object has VMT, properly align whole object instance if target CPU requi...yury2008-04-131-3/+0
* * fix r10544 to take care of packed objectsmicha2008-03-241-2/+1
* * make sure tobjects are pointer-size aligned in case of VMT usage; fixes tw1...micha2008-03-231-0/+4
* * split cpu64bit compiler define intojonas2008-02-131-10/+10
* * changed byte/word/longbool to be Delphi-compatible (+ similar changesjonas2008-01-241-0/+4
* + constant unicodestringsflorian2007-12-021-1/+2
* * fixed bug in typed constant record parsing with variant recordsjonas2007-10-261-2/+5
* * new tf_smartlink_library flagpeter2007-10-011-1/+1
* * fixed and enabled smartlinking on Darwin by adding more .referencejonas2007-09-281-1/+17
* + support for extra packing of sets whose lower element numberjonas2007-09-161-0/+1
* * throw better error when variable values are used as typed consts, resolves ...florian2007-07-291-8/+17
* * Completely fixed float constants in softfloat mode when compiler was compil...yury2007-07-101-2/+1
* - Remove unused variable.daniel2007-07-011-1/+0
* * fixed public/export support for initialised variables/typedjonas2007-06-221-16/+33
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-20/+33
* - removed a comment which wasn't true anymorejonas2007-05-251-3/+0
* * new internal set format for big endian systems. Advantages:jonas2007-05-191-11/+8
* * fix resourcestring assignment in typedconstpeter2007-05-151-2/+2
* * fixed rangecheck define typojonas2007-03-131-1/+1
* * fixed val(s,int64) (it accepted values in the rangejonas2007-03-121-1/+1