fpc/rtl/objpas
2019-08-02 13:16:17 +00:00
..
classes * Fix bug ID #0035817 2019-07-11 20:33:39 +00:00
sysutils * fix for Mantis #35906: use more accurate modified time from the FindData on Windows for the Timestamp 2019-08-02 13:16:17 +00:00
character.pas
fgl.pp * correct return a pointer to the list so that List^[x] works as it did before 3.2 2019-04-26 08:13:11 +00:00
fpwidestring.pp
math.pp
objpas.pp * Add overloaded version of AssignFile with codepage. See bug ID #34889 2019-02-16 12:52:00 +00:00
README.txt
rtlconst.inc * Added constant for new error message in stringlist 2019-06-04 07:29:53 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp
types.pp
typinfo.pp * fix alignment of ParamList 2019-07-28 12:43:15 +00:00
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas
unicodenumtable.pas
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.