fpc/rtl/objpas
2015-11-19 11:53:05 +00:00
..
classes * Re-instated initialization of memory when adding item 2015-11-15 18:24:12 +00:00
sysutils * Mark forgotten implementations with runerror 219 2015-11-07 12:36:32 +00:00
character.pas
fgl.pp
fpwidestring.pp * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
math.pp
objpas.pp * moved TResourceStringRecord from the objpas to the system unit so it can be 2015-10-30 20:45:19 +00:00
README.txt
rtlconst.inc
rtlconst.pp
rtlconsts.pp
sysconst.pp
types.pp * add tag types for size and point, but deprecated, since redundant. 2015-11-19 11:53:05 +00:00
typinfo.pp
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.