daniel
|
f9efd57801
* Use $ for hex numbers instead of alien 0x
|
21 years ago |
florian
|
f65558b4c4
* fixed syscall number
|
21 years ago |
Jonas Maebe
|
4a8d1bcb06
* fixed wrong include filename
|
21 years ago |
Jonas Maebe
|
5439babeb5
+ cgeneric.inc: implementations of rtl routines based on libc
|
21 years ago |
Jonas Maebe
|
6bd3eccdac
+ fpc_cpuinit procedure to allow cpu/fpu initialisation before any unit
|
21 years ago |
Jonas Maebe
|
c2efd86268
+ integer division-by-zero detection support for ppc
|
21 years ago |
marco
|
b15ba0a5ae
* Peter's Cardinal<->Longint fixes patch
|
22 years ago |
Jonas Maebe
|
34e1c9af8f
* hack to allow repeatable random sequences using the new random number
|
22 years ago |
Tomas Hajny
|
a3636fc097
* minor fix for new Random
|
22 years ago |
Jonas Maebe
|
3f4f17e1f6
* replaced random generator with the Mersenne twister, which is about
|
22 years ago |
peter
|
abbc3fa755
* moved int64 asm code to int64p.inc
|
22 years ago |
florian
|
8d771df2d4
* arm fixes to the common rtl code
|
22 years ago |
olle
|
f384584ac7
- removed parameter from fpc_iocheck
|
22 years ago |
peter
|
1e86b585f9
* changed address parameter/return values to pointer instead
|
22 years ago |
mazen
|
92f035d47f
* fixing run time errors related to unimplemented abstract methods in CG
|
22 years ago |
carl
|
781415a0da
- avoid warnings (add typecast)
|
23 years ago |
peter
|
ef708fdab9
* Swap(QWord) constant support
|
23 years ago |
peter
|
5fff238567
* threads unit added for thread support
|
23 years ago |
carl
|
23f2c80911
* assert now halts with exitcode 227 (as Delphi does)
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
peter
|
c3af3cda9b
* SYSTEMINLINE define that will add inline directives for small
|
23 years ago |
florian
|
7ac5c3743d
* several fixes for linux/powerpc
|
23 years ago |
florian
|
05a95ba5bc
* interface of system unit for Linux/PowerPC compiles
|
23 years ago |
florian
|
b6fe4bdebd
* endian directive for PowerPC fixed
|
23 years ago |
florian
|
95c6c8f430
+ some x86-64 support added
|
23 years ago |
carl
|
1b88940d62
* StackError is now a typed constant
|
23 years ago |
peter
|
dd7bc0dbdd
* stackcheck protected against infinite recursive after stack error
|
23 years ago |
carl
|
b6da7bd8a2
+ generic stack checking can be overriden
|
23 years ago |
carl
|
7d6edd04b2
+ generic stack checking
|
23 years ago |
michael
|
bec30ba1b5
+ Added double2real function from main branch
|
24 years ago |