Michaël Van Canneyt 70c37a7e05 * Add TPointF.Zero 1 ano atrás
..
classes da697ab77c * Some delphi compatibility methods/types for actions 1 ano atrás
sysutils cd7d9a0964 * Fix typos, missing sparc 1 ano atrás
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 anos atrás
character.pas e04f02dc37 * Dotted RTL compiles 1 ano atrás
fgl.pp e04f02dc37 * Dotted RTL compiles 1 ano atrás
fpwidestring.pp e04f02dc37 * Dotted RTL compiles 1 ano atrás
math.pp 2a5713c14d * improve math.power as suggested by Paolo Valle, resolves #40461 1 ano atrás
objpas.pp e9825e5db4 * Unicode resource strings 1 ano atrás
rtlconst.inc d85f0074f6 * Add some constants for Delphi compatibility 1 ano atrás
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 anos atrás
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 anos atrás
sysconst.pp e04f02dc37 * Dotted RTL compiles 1 ano atrás
types.pp 70c37a7e05 * Add TPointF.Zero 1 ano atrás
typinfo.pp 976a6e2b2c * Re-add comment 1 ano atrás
unicodedata.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 3 anos atrás
unicodedata.pas e04f02dc37 * Dotted RTL compiles 1 ano atrás
unicodedata_be.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 3 anos atrás
unicodedata_le.inc 551f267670 Unicode source code's size reduction: short field names, delete unicodenumtable.pas. 3 anos atrás
weight_derivation.inc 27ed2808dc Unicode 14, Unicode Collation Algorithm 14, CLDR 40 support. 3 anos atrás

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.