fpc/rtl/objpas
2014-06-19 17:40:21 +00:00
..
classes rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit 2014-06-06 11:05:57 +00:00
sysutils * Small optimisation in strnew from Luiz Americo (bug ID 26365) 2014-06-19 17:40:21 +00:00
character.pas
fgl.pp * Applied patch from bug ID #25635, fixing memory leak 2014-02-08 09:42:59 +00:00
fpwidestring.pp * synchronized with trunk up to and including r25430 2013-09-06 10:09:26 +00:00
math.pp * Fixed sin(-0.0) to return -0.0 (was returning 0.0) 2014-04-23 10:03:18 +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 * add SMsgDlgClose, Patch by stocki Mantis #25616 2014-01-31 19:56:50 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp
types.pp
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 rtl: apply patch of Inoussa which describes the unicode collation algorithm data layout (mantis #0025240) 2013-11-20 11:41:50 +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.