michael 88957c62e3 * Add Ceil64 and Floor64, patch from Bart Broersma (bug ID 28370) 9 år sedan
..
classes 0042e1d3b8 * Fix bug #29150 9 år sedan
sysutils 42804c935f * Declare TStringSplitOptions with scopedenum (bug ID 29032) 9 år sedan
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 år sedan
character.pas e913ab1f9f rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 12 år sedan
fgl.pp 5d2a54136a * see also r31267, mantis #28289, change calculation. 10 år sedan
fpwidestring.pp fde42ca8ef * Type helpers, compatible to Delphi XE 8 9 år sedan
math.pp 88957c62e3 * Add Ceil64 and Floor64, patch from Bart Broersma (bug ID 28370) 9 år sedan
objpas.pp 0c904e92ff * moved TResourceStringRecord from the objpas to the system unit so it can be 10 år sedan
rtlconst.inc b36386baf0 * TStreamReader (TTextReader) implementation by Sylvio Clecio (bug ID 28075) 10 år sedan
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 år sedan
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 år sedan
sysconst.pp d0f4e7cc99 * respect feature defines 10 år sedan
types.pp f383a39cda * add tag types for size and point, but deprecated, since redundant. 9 år sedan
typinfo.pp e2ed8f2251 * fixed various procvars being casted to pointer instead of codepointer in the rtl 10 år sedan
unicodedata.inc e549954de6 rtl: 12 år sedan
unicodedata.pas f759815d04 * Patch from Inoussa to decompose canonically (to be able to implement CompareText) 10 år sedan
unicodedata_be.inc e549954de6 rtl: 12 år sedan
unicodedata_le.inc e549954de6 rtl: 12 år sedan
unicodenumtable.pas e549954de6 rtl: 12 år sedan
weight_derivation.inc e549954de6 rtl: 12 år sedan

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.