fpc/rtl/objpas
2003-11-26 20:15:46 +00:00
..
classes * merged copyfrom with 0 2003-10-30 16:30:53 +00:00
sysutils TwoDigitYearCenturyWindow is 50 2003-11-26 20:15:46 +00:00
comobj.inc
comobjh.inc
cvarutil.inc Support for ansistring and better debug outpu 2003-11-04 23:15:58 +00:00
dateutils.pp
math.pp + Added missing sign functions 2003-11-09 21:52:54 +00:00
objpas.pp
README * moved classes unit to rtl 2003-10-06 21:01:06 +00:00
rtlconst.pp
sysconst.pp * error handling for Variants improved 2003-11-26 20:00:19 +00:00
types.pp * fixed some delphi compatibilty issues 2003-10-05 19:10:03 +00:00
typinfo.pp * Fix from Peter 2003-10-24 08:37:20 +00:00
varutilh.inc * error handling for Variants improved 2003-11-26 20:00:19 +00:00
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.