fpc/rtl/objpas
2021-12-05 00:03:05 +01:00
..
classes fix wording of error message when field not found during reading of lfm file 2021-09-02 11:16:56 +02:00
sysutils * adjust ToInteger of the Boolean helpers so that it returns the value of either True or False, but not any other value (e.g. in the *Bool types). This is not only Delphi compatible, but also fixes the compilation problem of the one or other 32-bit platform (like PowerPC) after e65b822a. 2021-12-05 00:03:05 +01: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 * Fix issue 39431 2021-11-11 19:36:05 +01:00
fpwidestring.pp * Ansi2UnicodeMove: 2018-05-11 12:12:37 +00:00
math.pp * use SizeInt for counters in math unit, all non-32 bit targets should benefit from this 2021-02-26 22:47:06 +00:00
objpas.pp 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
README.txt
rtlconst.inc fix wording of error message when field not found during reading of lfm file 2021-09-02 11:16:56 +02:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * Make hexdigits a global constant 2021-11-30 09:06:41 +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 * 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 #36478: add array of category names 2019-12-27 11:08:52 +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.