fpc/rtl/objpas
2022-08-25 20:40:23 +02:00
..
classes * anonymous method overloads for synchronize/queue. 2022-06-01 13:54:06 +02:00
sysutils * prettier casing of Str* functions, resolves #39879 2022-08-25 20:40:23 +02:00
character.pas rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that 2021-03-23 09:32:49 +00:00
fgl.pp * Use an own put for tfpginterfacedobjectlist as per bug #39846. 2022-08-14 16:24:35 +02:00
fpwidestring.pp
math.pp * fixed Math.Tanh as proposed by Paolo Valle, resolves #39867 2022-08-17 20:56:43 +02:00
objpas.pp * add IEquatable<T>, requested on forum. 2022-06-01 11:00:56 +02:00
README.txt
rtlconst.inc * Patch from Bart. Fix for issue #39797 2022-06-25 14:33:33 +02:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * Remove duplicate HexDigits constants. Fix issue #39462 2022-01-31 10:05:33 +01:00
types.pp * fix compilation 2021-09-01 09:29:50 +02:00
typinfo.pp * Changed Integer to Longint in definitions of RTTI structures. It fixes typinfo for 16-bit CPUs. 2020-08-20 10:31:56 +00:00
unicodedata_be.inc Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 2022-03-26 21:17:54 +00:00
unicodedata_le.inc Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 2022-03-26 21:17:54 +00:00
unicodedata.inc Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 2022-03-26 21:17:54 +00:00
unicodedata.pas Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 2022-03-26 21:17:54 +00:00
weight_derivation.inc Unicode 14, Unicode Collation Algorithm 14, CLDR 40 support. 2022-03-15 10:19:15 +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.