fpc/rtl/objpas
2012-01-20 22:10:32 +00:00
..
classes * Avoid code duplication in TFileStream.Create 2011-11-11 17:32:17 +00:00
sysutils * Added CharInSet, Fixes #14599, since issurrogate* already is in unit Character. 2012-01-20 22:10:32 +00:00
character.pas
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc
dateutil.pp
dateutils.pp
fgl.pp
fmtbcd.pp * Applied patch from Lacak2 that improved compare() functionality for 2011-10-18 20:21:34 +00:00
freebidi.pp
math.pp
objpas.pp * Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable. 2011-12-09 14:52:26 +00:00
README.txt
rtlconst.inc
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * updated comments (Mantis #21107) 2012-01-17 20:43:20 +00:00
sysconst.pp * Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable. 2011-12-09 14:52:26 +00:00
types.pp * const added to size (record) Mantis #20653 2011-11-11 09:32:46 +00:00
typinfo.pp
unicodedata2.inc
unicodedata.inc
utf8bidi.pp
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.