fpc/rtl/objpas
2017-07-23 09:10:11 +00:00
..
classes * Fix bug ID #31647: added new shift state: ssScrollH 2017-07-23 09:10:11 +00:00
sysutils * Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, bug ID #32165) 2017-07-20 07:35:51 +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 * Patch from Denis Kozlov to fix find in case of non-sorted list 2017-04-24 20:52:41 +00:00
fpwidestring.pp * fixed off by one error in fpwidestring.Unicode2AnsiMove, which caused an 2017-06-13 23:49:28 +00:00
math.pp * Fix FULLVERSION check for randomfrom 2017-07-10 09:58:36 +00:00
objpas.pp * Fix bug #31526, missing FixedInt FixedUInt from Delphi Berlin 2017-03-11 09:26:57 +00:00
README.txt
rtlconst.inc * Added TStringBuilder 2016-05-16 15:23:40 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
types.pp * make istream signedness equal to MSDN and modern delphi. Denis Kozlov, 2017-03-08 15:05:11 +00:00
typinfo.pp * Added AddEnumElementAliases/TypInfo.RemoveEnumElementAliases (bug ID 30961) 2017-07-10 10:00:17 +00:00
unicodedata_be.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata_le.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata.pas * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodenumtable.pas * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
weight_derivation.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +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.