fpc/rtl/objpas
2007-04-22 09:50:50 +00:00
..
classes * Removed inttostr, isvalidident so sysutils versions are used. 2007-03-24 22:11:03 +00:00
sysutils * Fixed bug #8187 2007-03-24 23:36:35 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc * do not turn on range/overflow checking, because several of the 2007-03-14 19:47:32 +00:00
dateutil.inc
dateutil.pp
dateutils.pp
fgl.pp + revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS 2007-03-25 19:19:04 +00:00
fmtbcd.pp * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +00:00
freebidi.pp
math.pp * Undid revision 6462 2007-03-22 18:43:14 +00:00
objpas.pp
README
rtlconst.inc
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp
sysconst.pp * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +00:00
types.pp * patch for #8375 from Roozbeh Gholizadeh 2007-02-23 19:35:35 +00:00
typinfo.pp * handle rtti for sets with a size of 1 and 2 properly, resolves #8660 2007-04-17 20:34:58 +00:00
utf8bidi.pp
varutilh.inc * added cvartypetoelementinfo struct/const. (mergeme) 2007-04-22 09:50:50 +00:00
varutils.inc * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +00:00

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.