fpc/rtl/objpas
peter 398363156b * cache stdout threadvar in catchunhandledexception
* retrieve the address of io exception texts instead of assigning to a string

git-svn-id: trunk@8825 -
2007-10-16 19:13:53 +00:00
..
classes
sysutils * cache stdout threadvar in catchunhandledexception 2007-10-16 19:13:53 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
dateutil.pp
dateutils.pp
fgl.pp * fixed GetKeyData 2007-10-03 11:13:27 +00:00
fmtbcd.pp
freebidi.pp
math.pp
objpas.pp
README
rtlconst.inc * fix TFPSMap.GetKeyData on non-sorted map (#9672) 2007-09-14 20:48:29 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * turn implicit exceptions off for most strutils routines. 2007-10-14 11:25:19 +00:00
sysconst.pp * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
types.pp
typinfo.pp
utf8bidi.pp
varutilh.inc
varutils.inc

This directory contains units that are part of the Object Pascal support 
of the Free Pascal Compiler.

You can find here the following files:

objpas.pp : makes Free Pascal more Borland Delphi compatible, data types
            are redefined

math.pp : Contains basic mathematical functions, as well as some financial
          functions.

sysutils.pp : Contains the exception support of the Free Pascal Compiler.

sysutils/*h.inc : Contain parts of the sysutils unit, with function declarations.
sysutils/*.inc  : Contain parts of the sysutils unit, with implementations of:
       dati : Date & Time handling functions.
       fina : FileName handling functions.
       sysstr : miscellaneous string handling functions, and conversion 
                routines.
       syspch : miscellaneous pchar handling functions.

Enjoy !
The Free Pascal Development Team.