fpc/rtl/objpas
2023-06-03 18:10:45 +02:00
..
classes rtl: classes: added parameter aName to TFindComponentClassExEvent 2023-04-13 15:33:38 +02:00
sysutils * fix #40293: have the SysUtils unit use the TArray<> declaration in the ObjPas unit instead of declaring it again 2023-06-03 18:10:45 +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 - remove unused variable; reported by Alexey Torgashin on the forum 2023-05-18 16:50:54 +02:00
fpwidestring.pp * Ansi2UnicodeMove: 2018-05-11 12:12:37 +00:00
math.pp * patch by Rika: Improve SinH and TanH, resolves #40086 2023-01-04 19:04:40 +01:00
objpas.pp * Add ptr types for fixed(u)int, fixes #40205 2023-03-20 11:29:47 +01:00
README.txt
rtlconst.inc * restore ellipsis 2023-05-14 22:12:52 +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 * change types of method from integre to single for tpointf (probably copy-paste the interface error from integer TPoint ) 2023-05-28 15:55:47 +02:00
typinfo.pp * replace Length(<array>) - 1 with High(<array>) which leads to slightly shorter/better code (reported by lagprogramming on the forum) 2023-05-26 22:19:32 +02: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.