fpc/rtl/objpas
michael aa3a7b7eb8 * Exit find if not sorted (bug id 28774)
git-svn-id: trunk@31941 -
2015-10-04 08:07:51 +00:00
..
classes * Exit find if not sorted (bug id 28774) 2015-10-04 08:07:51 +00:00
sysutils * Fixed string conversion warnings in RTL. 2015-09-17 17:25:57 +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 * see also r31267, mantis #28289, change calculation. 2015-08-24 12:03:56 +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 * Mimic minfloat for fpdoc 2015-06-13 16:37:33 +00:00
objpas.pp - removed RESSTRSECTIONS-related checks, FPC 2.6.4 has it 2015-09-15 11:51:32 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * TStreamReader (TTextReader) implementation by Sylvio Clecio (bug ID 28075) 2015-06-10 21:38:55 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * respect feature defines 2015-03-29 19:43:25 +00:00
types.pp * Some Delphi XE8 compatibility types 2015-08-31 12:00:22 +00:00
typinfo.pp * Fixed string conversion warnings in RTL. 2015-09-17 17:25:57 +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 * Patch from Inoussa to decompose canonically (to be able to implement CompareText) 2015-09-04 13:58:28 +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.