fpc/rtl/objpas
2016-03-27 10:13:16 +00:00
..
classes * Allow Find to work with user-sorted stringlists. 2016-03-26 09:13:27 +00:00
sysutils * Fix bug ID #26944 (thousandseparator, patch from wp) 2016-03-27 10:13:16 +00:00
character.pas
fgl.pp * Patch from Silvio Clecio implementing TFPGMapObject (Bug ID 29438) 2016-01-22 23:07:05 +00:00
fpwidestring.pp
math.pp * Author retracted erf/erfc functions due to copyright issues 2016-02-28 08:27:01 +00:00
objpas.pp Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets). 2016-01-29 17:19:33 +00:00
README.txt
rtlconst.inc * Extra error message for using find in unsorted list 2016-03-26 12:26:22 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp
types.pp * patch from Ondrej to fix splitrecttype aliasing on windows. Mantis #29557 2016-03-05 13:50:02 +00:00
typinfo.pp typinfo.pp, TTypeData: 2016-02-19 15:23:52 +00:00
unicodedata_be.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata_le.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata.pas
unicodenumtable.pas * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
weight_derivation.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.