florian
|
70b0bd1c5d
* throw better error when variable values are used as typed consts, resolves #9333
|
18 years ago |
yury
|
1782305ae2
* Completely fixed float constants in softfloat mode when compiler was compiled in hardfloat mode on arm-linux host.
|
18 years ago |
daniel
|
997240d094
- Remove unused variable.
|
18 years ago |
Jonas Maebe
|
20a35f9701
* fixed public/export support for initialised variables/typed
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
a767e89a5b
- removed a comment which wasn't true anymore
|
18 years ago |
Jonas Maebe
|
a0b57eddb5
* new internal set format for big endian systems. Advantages:
|
18 years ago |
peter
|
aa72495049
* fix resourcestring assignment in typedconst
|
18 years ago |
Jonas Maebe
|
691ad89ba5
* fixed rangecheck define typo
|
18 years ago |
Jonas Maebe
|
69cf42c4f7
* fixed val(s,int64) (it accepted values in the range
|
18 years ago |
Jonas Maebe
|
8bc876c3fb
+ support for bitpacked record constants
|
18 years ago |
Jonas Maebe
|
06208b5c5d
* removed some unused code and associated variable
|
18 years ago |
Jonas Maebe
|
3794fab64d
+ support for packed array constants
|
18 years ago |
Jonas Maebe
|
82378bc73a
* support assigned widechars with value < 255 to chars in Delphi mode
|
18 years ago |
yury
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
18 years ago |
florian
|
2ccba3604c
* fixed generation of constants containing a vmt
|
18 years ago |
Jonas Maebe
|
24ba57fe91
* fixed error message for attempts to initialise typed const
|
18 years ago |
peter
|
8e4e504cd8
* range error
|
18 years ago |
florian
|
fbc197f27a
* fixed writing of double constants on WinCE
|
18 years ago |
peter
|
881c210908
* unitinialized sorg
|
19 years ago |
peter
|
45621c892e
* set vs_initialised for typed consts
|
19 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
e17b424e28
* refactor procsym procdef list
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
florian
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
peter
|
d07f470b71
* remove ifdef fpc
|
19 years ago |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |