Jonas Maebe
|
6121df1f67
* moved inclusion of sysos.inc higher up in system.inc, so that
|
18 tahun lalu |
Jonas Maebe
|
33c4197f43
* changed FPC_EMPTYCHAR into a widechar because it's also used for
|
18 tahun lalu |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 tahun lalu |
Tomas Hajny
|
58bca68e6a
+ infrastructure for CtrlBreakHandler added
|
18 tahun lalu |
Jonas Maebe
|
fd98a0cc5b
* don't call runerror if a unix threading error occurs (because this
|
18 tahun lalu |
Jonas Maebe
|
c630797934
* fixed swap(integer) due to counter-intuitive TP/Delphi compatible
|
18 tahun lalu |
daniel
|
7c5d3f69ac
* hexstr can handle pointers
|
18 tahun lalu |
daniel
|
984191ef0e
* Also add symteminline condition.
|
18 tahun lalu |
daniel
|
29ee556451
* Make real48 operators inline
|
18 tahun lalu |
florian
|
fd2032dab2
+ start of embedded rtl
|
18 tahun lalu |
yury
|
4bfe0e6819
* Optimization for code size.
|
19 tahun lalu |
daniel
|
de001ec4ad
* Free hidden cmdline instead of cmdline property.
|
19 tahun lalu |
florian
|
86cc5ec31b
* more debugging
|
19 tahun lalu |
yury
|
4e9ca8c0f0
* Note was fixed.
|
19 tahun lalu |
oro06
|
d1dc6efeea
*fix rtl compile : HAS_MEMORYMANAGER/HAS_MT_MEMORYMANAGER
|
19 tahun lalu |
Jonas Maebe
|
ec1d8a139f
* fixed for non-Windows and non-OS/2
|
19 tahun lalu |
florian
|
d337c3ca6a
* clean up heap at exit, fixes #7183
|
19 tahun lalu |
michael
|
5ef20e6215
+ Added delphi compatibility Error procedure
|
19 tahun lalu |
florian
|
acc016c9ec
* finished safecall support
|
19 tahun lalu |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 tahun lalu |
peter
|
9381c9360e
* Flush all StdIO output files
|
19 tahun lalu |
Vincent Snijders
|
cfcbd77133
* write caller address, even if no caller frame was found
|
19 tahun lalu |
peter
|
4c56a87d59
* integrate loaders in system unit
|
19 tahun lalu |
Jonas Maebe
|
1bcde3436d
* random(int64(0)) now return 0 instead of division by zero
|
19 tahun lalu |
peter
|
94f2b1d941
* add initialstkptr to get the stackpointer at startup before
|
19 tahun lalu |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
19 tahun lalu |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
19 tahun lalu |
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 tahun lalu |
tom_at_work
|
367df58016
* stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
|
20 tahun lalu |
yury
|
2332eae403
* prevent endless stack dump if an exception occured during the dump itself.
|
20 tahun lalu |