florian
|
d337c3ca6a
* clean up heap at exit, fixes #7183
|
19 years ago |
michael
|
5ef20e6215
+ Added delphi compatibility Error procedure
|
19 years ago |
florian
|
acc016c9ec
* finished safecall support
|
19 years ago |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 years ago |
peter
|
9381c9360e
* Flush all StdIO output files
|
19 years ago |
Vincent Snijders
|
cfcbd77133
* write caller address, even if no caller frame was found
|
19 years ago |
peter
|
4c56a87d59
* integrate loaders in system unit
|
19 years ago |
Jonas Maebe
|
1bcde3436d
* random(int64(0)) now return 0 instead of division by zero
|
19 years ago |
peter
|
94f2b1d941
* add initialstkptr to get the stackpointer at startup before
|
19 years ago |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
19 years ago |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
19 years ago |
tom_at_work
|
1b4b42fdd6
* added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking
|
20 years ago |
tom_at_work
|
367df58016
* stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
|
20 years ago |
yury
|
2332eae403
* prevent endless stack dump if an exception occured during the dump itself.
|
20 years ago |
tom_at_work
|
f7f0f9c426
* makefile adaption to be able to cycle compiler and RTL on PowerPC64 target
|
20 years ago |
michael
|
c15d1b280f
+ Initial implementation of RTL resource support
|
20 years ago |
florian
|
25b79e9db3
* patch from Yury Sidorov to make simply exception handling without sysutils possible
|
20 years ago |
michael
|
5cafc069b5
+ Removed NOSAVEREGISTERS define
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
michael
|
a20556e62d
+ Removed INTERNLENGTH/INTERNSETLENGTH defines
|
20 years ago |
michael
|
21425e303c
+ Removed HASVARIANT define
|
20 years ago |
michael
|
8a226bba52
+ Removed HASWIDESTRING/HASWIDECHAR defines
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
Jonas Maebe
|
7ba46ce6f0
* Darwin TThreadID is a pointer
|
20 years ago |
michael
|
d438530088
+ Fix for bug #3917 by Michael Deutschmann
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
michael
|
ffb55c4254
+ Removed VER1_0 defines
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
Jonas Maebe
|
2426ecafc3
* fixed several warnings and notes about unused variables (mainly) or
|
20 years ago |