fpc/rtl/objpas
2004-05-29 12:28:59 +00:00
..
classes
sysutils * fix to AM/PM behaviour of formatdatetime around noon 2004-05-02 13:40:55 +00:00
comobj.inc
comobjh.inc
convutils.pp
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 * fixes from Luiz Am?rico 2004-05-17 07:33:01 +00:00
sysconst.pp
types.pp
typinfo.pp * fixed comp property writing for cpus where comp=int64 2004-05-24 21:05:19 +00:00
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.