fpc/rtl/objpas
2006-05-28 21:29:26 +00:00
..
classes + Made validaterename case-insensitive (after bug #5166) 2006-05-17 06:12:44 +00:00
sysutils * fexpand defines kept in platform specific sysutils.pp 2006-05-28 21:29:26 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
dateutil.inc
dateutil.pp
dateutils.pp
freebidi.pp
math.pp * Fix from programo@vp.pl for frexp function, in case X=0 or X=1 2006-04-21 18:50:26 +00:00
objpas.pp * support setting translations per unit 2006-03-20 12:07:29 +00:00
README
rtlconst.inc
rtlconst.pp
rtlconsts.pp
strutils.pp * set trim functions. 2006-03-22 20:15:03 +00:00
sysconst.pp * fixed typo (invalid type case -> invalid type cast) 2006-03-24 22:19:47 +00:00
types.pp * win64 compile fixes 2006-04-20 11:16:46 +00:00
typinfo.pp + Patch from Graeme Geldenhuys to add delphi compatibility function 2006-01-28 18:07:23 +00:00
utf8bidi.pp
varutilh.inc * hopefully now fixed for all platforms 2006-04-17 07:51:31 +00:00
varutils.inc * hopefully now fixed for all platforms 2006-04-17 07:51:31 +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.