fpc/rtl/objpas/sysutils
Jonas Maebe f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system
unit's initialization code in case we're in a library
  + implemented InquireSignal(), AbandonSignalHandler(), HookSignal() and
    UnhookSignal() in the sysutils unit
  * for Kylix compatibility, these routines support operating on
    SIGINT and SIGQUIT as well, although they are not hooked by default
    by FPC. The run time errors/exception codes for these signals are
    resp. 217 and 233 (same as in Kylix; I changed ENoWideStringSupport
    to 234).
  * changed the BSD syscall version of fpsigaction to use pointer
    rather than "var" arguments (compatible with other targets, and
    required to be able to pass nil arguments inside the system unit)
  -> together fixes mantis #12704

git-svn-id: trunk@13077 -
2009-05-02 09:40:44 +00:00
..
dati.inc * Show provided invalid date in StroToDate error messages 2008-12-28 22:37:59 +00:00
datih.inc * comment fix #10781 2008-03-03 08:28:26 +00:00
diskh.inc
filutilh.inc * Implemented function ExeSearch 2009-03-22 10:02:24 +00:00
fina.inc * fixed also ExtractFileName 2008-01-29 23:30:30 +00:00
finah.inc * AllowDirectorySeparators and AllowDriveSeparators typed constants 2008-01-29 23:04:56 +00:00
intfh.inc * fixed bug #5800 2009-02-09 00:35:09 +00:00
osutil.inc * Added GetUSerDir function (ID 11338) 2008-05-24 11:50:26 +00:00
osutilsh.inc * Added GetUSerDir function (ID 11338) 2008-05-24 11:50:26 +00:00
stre.inc
strg.inc
sysansi.inc
sysansih.inc
sysformt.inc o patch by Markus Beth 2008-09-11 13:41:54 +00:00
sysint.inc * don't override routines hooked by a real widestring manager before 2007-12-05 14:28:11 +00:00
sysinth.inc
syspch.inc * fixed (harmless) range check errors 2009-02-07 22:25:07 +00:00
syspchh.inc
sysstr.inc * fixed errors with parsing negative, >$99 and invalid BCD numbers in 2009-04-27 16:46:42 +00:00
sysstrh.inc * changed the output parameters of a bunch of *tofloat() and 2009-03-07 15:17:58 +00:00
systhrdh.inc
sysuintf.inc * fixed bug #5800 2009-02-09 00:35:09 +00:00
sysuthrd.inc
sysutilh.inc * Fixed notes: Virtual method X has a lower visibility (protected) than parent class (public). 2008-12-12 15:07:05 +00:00
sysutils.inc * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
syswide.inc
syswideh.inc