Michaël Van Canneyt 1cc7a70e06 * Add SArgumentNil hai 1 ano
..
classes da697ab77c * Some delphi compatibility methods/types for actions hai 1 ano
sysutils cd7d9a0964 * Fix typos, missing sparc 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 e04f02dc37 * Dotted RTL compiles hai 1 ano
fgl.pp e04f02dc37 * Dotted RTL compiles hai 1 ano
fpwidestring.pp e04f02dc37 * Dotted RTL compiles hai 1 ano
math.pp 2a5713c14d * improve math.power as suggested by Paolo Valle, resolves #40461 hai 1 ano
objpas.pp e9825e5db4 * Unicode resource strings hai 1 ano
rtlconst.inc 1cc7a70e06 * Add SArgumentNil 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 e04f02dc37 * Dotted RTL compiles hai 1 ano
types.pp 70c37a7e05 * Add TPointF.Zero hai 1 ano
typinfo.pp 976a6e2b2c * Re-add comment 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 e04f02dc37 * Dotted RTL compiles hai 1 ano
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.