florian 7c95ff434b * patch by Rika: fix incorrect exception handling if an exception raised in TThread decendant class's constructor, resolves #40677 hai 1 ano
..
classes 7c95ff434b * patch by Rika: fix incorrect exception handling if an exception raised in TThread decendant class's constructor, resolves #40677 hai 1 ano
sysutils 48cb0eb5b1 * force correct strpas overload when using unicodestrings hai 1 ano
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files %!s(int64=16) %!d(string=hai) anos
character.pas be0e06bd50 * Delphi compatibility methods, unicode character type helper hai 1 ano
fgl.pp ccfa38c68e * Dotted RTL compiles %!s(int64=2) %!d(string=hai) anos
fpwidestring.pp ccfa38c68e * Dotted RTL compiles %!s(int64=2) %!d(string=hai) anos
math.pp 4794e5ffcf * improve math.power as suggested by Paolo Valle, resolves #40461 hai 1 ano
objpas.pp ed50a1941b * Unicode resource strings %!s(int64=2) %!d(string=hai) anos
rtlconst.inc ad93958e5b * Add delphi-compatible constant (including the typo in the name ;)) hai 1 ano
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=20) %!d(string=hai) anos
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=20) %!d(string=hai) anos
sysconst.pp 852cd355e4 * Use correct error number for missing widestring manager hai 1 ano
types.pp b61a0fab97 * CurveKappa, CurveKappaInv hai 1 ano
typinfo.pp 8665e03886 * Add parameter to skip inherited fields hai 1 ano
unicodedata.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. %!s(int64=3) %!d(string=hai) anos
unicodedata.pas ccfa38c68e * Dotted RTL compiles %!s(int64=2) %!d(string=hai) anos
unicodedata_be.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. %!s(int64=3) %!d(string=hai) anos
unicodedata_le.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. %!s(int64=3) %!d(string=hai) anos
weight_derivation.inc 27ed2808dc Unicode 14, Unicode Collation Algorithm 14, CLDR 40 support. %!s(int64=3) %!d(string=hai) anos

README.txt

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.