fpc/rtl/objpas
2004-07-13 18:42:39 +00:00
..
classes
sysutils * fixed bootstrapping problems 2004-06-20 20:41:47 +00:00
comobj.inc
comobjh.inc
convutils.pp * compilation with 1.0.10 fixed 2004-04-27 17:29:04 +00:00
cvarutil.inc
dateutil.inc
dateutil.pp
dateutils.pp
math.pp * fixed IsNan and IsInf for big endian systems 2004-05-29 12:28:59 +00:00
objpas.pp
README
rtlconst.pp
strutils.pp + Added some RxStrUtils functions for Rx compatibility 2004-07-13 18:42:39 +00:00
sysconst.pp + Fixed currency<->string conversion support 2004-06-12 13:23:17 +00:00
types.pp
typinfo.pp + Fix GetPropList when Proplist is nil 2004-06-24 23:43:14 +00:00
varutilh.inc + Case change (bug 3050) 2004-04-16 10:07:44 +00:00
varutils.inc * ordinal-pointer conversions fixed 2004-04-28 20:48:20 +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.