fpc/rtl/objpas
2005-02-07 21:52:08 +00:00
..
classes + BinToHex and HexToBin from Marco added 2005-02-03 20:17:05 +00:00
sysutils + Patch from peter to fix 1.0 compile 2005-02-07 08:29:00 +00:00
comobj.inc
comobjh.inc
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc + Fixed DecodeDayOfWeekInMonth 2004-12-30 13:06:53 +00:00
dateutil.pp
dateutils.pp
freebidi.pp
math.pp * fixed 2005-01-31 13:59:23 +00:00
objpas.pp * pinteger in non-delphi/objfpc mode is psmallint 2005-01-24 18:03:19 +00:00
README
rtlconst.pp
strutils.pp * committed bintohex and hextobin 2005-02-03 21:38:17 +00:00
sysconst.pp + Implemented ForceDirectories for Delphi compatibility 2005-01-14 12:59:25 +00:00
types.pp
typinfo.pp + Fix for WideString props 2004-12-30 18:11:43 +00:00
utf8bidi.pp
varutilh.inc
varutils.inc + basic variant<->intf conversion 2005-02-07 21:52:08 +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.