Jonas Maebe
|
f5083e8dfa
* fixed FreeOnTerminate (was already fixed in Linux version)
|
20 years ago |
florian
|
6ec54bc2c9
* test fixed, operator overloading is now more strict
|
20 years ago |
florian
|
d1759ff5b1
* use gecho on win32
|
20 years ago |
Jonas Maebe
|
6cbf90df46
* fixed stream readers and writers for big endian systems
|
20 years ago |
yury
|
a5f134ba25
* floating point exceptions were enabled.
|
20 years ago |
florian
|
8b01dce70a
* cmov ref,reg disabled because ref might be never nil
|
20 years ago |
florian
|
d8acc80ae5
* reverted inline patch partly
|
20 years ago |
yury
|
3239011837
* DOS<->Win filetime conversion was fixed.
|
20 years ago |
florian
|
396b5524ee
* patch from Luiz Américo:
|
20 years ago |
Jonas Maebe
|
f67ffaa7c8
* fixed TextToFloat for platforms where currency = Int64 (webtbs/tw4093)
|
20 years ago |
Jonas Maebe
|
758337d115
* fixed passing currency variables to arrayconstructors on platforms where
|
20 years ago |
Jonas Maebe
|
985c70089d
- removed -Op3 parameter so test also compiles on non-x86
|
20 years ago |
marco
|
14e7ad4cfe
* added some constants
|
20 years ago |
joost
|
908cf4c7e2
+ fixed some memory issues when using parameters
|
20 years ago |
florian
|
082b4a4017
+ valgrind switch for debug info
|
20 years ago |
florian
|
fbbc01c78c
* additional compiler args moved to compiler options
|
20 years ago |
tom_at_work
|
701638138b
* fixed exception handling for PowerPC64
|
20 years ago |
Jonas Maebe
|
810ec85e34
- disable inlining for procedures with a formal const parameter, fixes
|
20 years ago |
joost
|
21dde458f5
+ Fix bug #4376, varchar without size specification
|
20 years ago |
marco
|
a2ba7077e9
* some very generic constants added.
|
20 years ago |
florian
|
c7cfe4976e
* fixed test, using := operator as type cast is now much stricter
|
20 years ago |
florian
|
71b90d4d00
+ slice implemented
|
20 years ago |
Jonas Maebe
|
2dbdc474fd
* use register variables when release-building for ppc (more or less doubles
|
20 years ago |
Jonas Maebe
|
a2cf6c4982
* no longer linux-specific naming for library
|
20 years ago |
Jonas Maebe
|
00b612502e
* fixed web bug #4228 (support loading int64 paras passed on the stack into
|
20 years ago |
Jonas Maebe
|
b458554f5b
+ some optimizations for comparisons with zero whereby the result has to
|
20 years ago |
Jonas Maebe
|
4558cd705e
+ optimize some slwi/rlwinm combos
|
20 years ago |
Jonas Maebe
|
9cf0865d0e
* remove a number of superfluous register moves
|
20 years ago |
peter
|
d1d2b0e1a1
* function name doesn't call the function in macpas
|
20 years ago |
tom_at_work
|
0ba960e1bd
* added workarounds for some load/store instructions requiring 4 byte aligned addresses
|
20 years ago |