Jonas Maebe
|
49a2084ea0
* fixed calling inline functions (with exit statements) from inside
|
18 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
daniel
|
b64558620f
* Fix set endian handling.
|
18 years ago |
daniel
|
52458b965f
* ... and when writing too.
|
18 years ago |
daniel
|
a90fe1dc41
* Add endian swapping for deflistsize and symlistsize.
|
18 years ago |
daniel
|
935902de35
* Reals can need endian conversions too.
|
18 years ago |
daniel
|
9b50dc572b
* Change rest of compiler to system unit swapendian routines.
|
18 years ago |
daniel
|
b7b45919d0
* Convert to system unit endian swap routines.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
yury
|
2b84a4643a
* Fixed bug #6501: multiple resource files are correctly linked to executable.
|
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
|
76b190b723
- removed caretn and related code
|
18 years ago |
Jonas Maebe
|
3e5f64e16f
* increased ppu version for setdef patch
|
18 years ago |
Jonas Maebe
|
d614eab0fb
* don't call afterconstruction/beforedestruction in case an exception
|
18 years ago |
florian
|
1d3a9cd87a
* fixing writing of setdefs
|
18 years ago |
Jonas Maebe
|
e1c994a3be
* don't call blockwrite if there's nothing to write
|
18 years ago |
Jonas Maebe
|
f2b07704b5
* proper initialised/used warnings for variables used
|
18 years ago |
yury
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
18 years ago |
peter
|
56379c37a9
* write vmt always according to the order of definitions
|
18 years ago |
Jonas Maebe
|
e4a2fb7f35
* fixed mantis 7975 and 7107 (ie 200311075 when working using somewhat
|
18 years ago |
Jonas Maebe
|
26f81bfe08
* fixed arithmetic overflow when loading the recorddef of large
|
18 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
peter
|
d4d4309e44
* use unique symid and defid per module
|
19 years ago |
florian
|
a0b1fbfa0e
+ write varstate for parameter symbols, enables constant folding for
|
19 years ago |
peter
|
0f6355e805
* fix property overriding
|
19 years ago |
Jonas Maebe
|
3bb41dcf9a
* fixed writing "packed" status of bitpacked records to ppu files.
|
19 years ago |
florian
|
d7fe89c63d
* Real is now defined in the system unit being an unique type, fixes #7425
|
19 years ago |