fpc/rtl/objpas
2015-03-10 08:12:39 +00:00
..
classes * MOve update of threadqueuetail to critical section 2015-03-10 08:12:39 +00:00
sysutils * Write unhandled exceptions to StdErr. Option to revert back to old behaviour (Bug ID 17346) 2015-03-08 09:37:35 +00:00
character.pas rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 2013-08-20 04:55:05 +00:00
fgl.pp * Applied patch from bug ID #25635, fixing memory leak 2014-02-08 09:42:59 +00:00
fpwidestring.pp * provide possibility of reusing the routine from system WideStringManager for retrieval of current codepage on non-Windows and non-Unix 2015-02-04 01:39:54 +00:00
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 * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * add SMsgDlgClose, Patch by stocki Mantis #25616 2014-01-31 19:56:50 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
types.pp * changed casing for nicer code completation, #27604 2015-03-05 20:35:38 +00:00
typinfo.pp * handle dyn. arrays and interfaces correctly in TypInfo.SetOrdProp 2015-03-08 09:40:36 +00:00
unicodedata_be.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata_le.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata.inc rtl: 2013-02-25 01:46:33 +00:00
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 rtl: 2013-02-25 01:46:33 +00:00
weight_derivation.inc rtl: 2013-02-25 01:46:33 +00:00

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.