fpc/rtl/objpas
2014-12-25 10:11:16 +00:00
..
classes * replaced use of semaphores in Unix version of TThread for suspend/resume 2014-11-02 15:00:24 +00:00
sysutils Amiga, AROS, MorphOS: Sysutils, GetDirs must also cut at DriveSeparator 2014-12-14 20:16:23 +00:00
character.pas
fgl.pp
fpwidestring.pp
math.pp * finance functions by wp, mantis #26459 2014-07-08 12:45:11 +00:00
objpas.pp * objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without 2014-03-24 00:01:13 +00:00
README.txt
rtlconst.inc
rtlconst.pp
rtlconsts.pp
sysconst.pp
types.pp Readd RT_RCDATA to the Types unit, but with a deprecated message so that users use the Windows one instead. 2014-11-23 20:32:21 +00:00
typinfo.pp * fixed 'data element too large' error in i8086 far data memory models 2014-03-30 18:17:37 +00:00
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas * Removed "packed" attribute from TUC_Prop on alignment-sensitive targets (temporary solution, see comment in source), and from TUCA_DataBook on all targets (does not add noticeable bloat because this type is used just a few times. OTOH having unaligned pointers in record hurts performance on all targets). 2014-12-25 10:11:16 +00:00
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.