florian
|
91cd02e04e
+ applied patch for ref. counted exceptions by Johannes Berg
|
22 years ago |
marco
|
e4621276af
* one VIRTUALPASCAL
|
22 years ago |
florian
|
eab5d1f7c5
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
22 years ago |
peter
|
5fff238567
* threads unit added for thread support
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
Jonas Maebe
|
b9f6efc85b
+ "compproc" helpers
|
24 years ago |
peter
|
e150c46c78
* remove warnings
|
24 years ago |
florian
|
ddd5f168eb
+ more MT stuff added
|
24 years ago |
florian
|
00917cb46f
* the info about exception frames is stored now on the stack
|
24 years ago |
sg
|
9048ff6354
* Added 'RaiseProc': A user-definable callback procedure which gets
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
michael
|
bc8a454afd
+ Modifications for exception support in sysutils. Mainly added
|
25 years ago |
pierre
|
3930cc5818
* Use saveregisters for PushExcept..
|
25 years ago |
peter
|
ebbf2e578f
* backtraces for exceptions are now only generated from the place of the
|
25 years ago |
florian
|
e22cb380d4
+ popsecondobjectstack added
|
25 years ago |
peter
|
6b66a55cd6
* truncated log
|
25 years ago |
florian
|
d3b00ca358
* popobjectstack is now a function
|
25 years ago |
daniel
|
ec29a31834
* copyright 2000
|
25 years ago |
florian
|
95b0c00463
* catch doesn't call popaddrstack anymore, this is done now by the compiler
|
26 years ago |
florian
|
7d90aed73f
* reraise doesn't call popaddrstack anymode
|
26 years ago |
peter
|
ec0a511cfa
* merged
|
26 years ago |
florian
|
fd074a2629
* more memory leaks fixed:
|
26 years ago |
florian
|
f0093ed32d
* popaddrstack didn't release any memory, fixed
|
26 years ago |
peter
|
17f26f6577
* removed warnings
|
26 years ago |
florian
|
5e622e60c0
* EInvalidCast added (from runerror 219)
|
27 years ago |
michael
|
a99c5a00c7
better handling of unhandled exceptions
|
27 years ago |
florian
|
cc290ede1a
* the raise helper routine get the exception object call by value
|
27 years ago |
michael
|
d207893bde
+ Added support for ExceptProc+
|
27 years ago |
michael
|
dc7304e08e
+ Small change in raise statement object is passed by reference
|
27 years ago |