michael 2b80ac1353 * Fix bug ID #29415 (compilation with 2.6.4) 9 سال پیش
..
classes 9157a11b7e * Applied partial patch from barlone to change var->out for IdentToInt 9 سال پیش
sysutils 8544b8a500 * Patch from Anthony Walter to make IsValidIdent more strict in case of dotted identifiers (bug ID 29364) 9 سال پیش
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 سال پیش
character.pas e913ab1f9f rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 12 سال پیش
fgl.pp 2b80ac1353 * Fix bug ID #29415 (compilation with 2.6.4) 9 سال پیش
fpwidestring.pp fde42ca8ef * Type helpers, compatible to Delphi XE 8 9 سال پیش
math.pp 88957c62e3 * Add Ceil64 and Floor64, patch from Bart Broersma (bug ID 28370) 9 سال پیش
objpas.pp 0c904e92ff * moved TResourceStringRecord from the objpas to the system unit so it can be 9 سال پیش
rtlconst.inc b36386baf0 * TStreamReader (TTextReader) implementation by Sylvio Clecio (bug ID 28075) 10 سال پیش
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 سال پیش
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 سال پیش
sysconst.pp d0f4e7cc99 * respect feature defines 10 سال پیش
types.pp 6b3b3d5c0c * Fix bug ID #29155, wrong declaration of ISTream. 9 سال پیش
typinfo.pp 701a610f4d Use CodePointer for all CheckVariantEvent parameter typecast 9 سال پیش
unicodedata.inc e549954de6 rtl: 12 سال پیش
unicodedata.pas f759815d04 * Patch from Inoussa to decompose canonically (to be able to implement CompareText) 10 سال پیش
unicodedata_be.inc e549954de6 rtl: 12 سال پیش
unicodedata_le.inc e549954de6 rtl: 12 سال پیش
unicodenumtable.pas e549954de6 rtl: 12 سال پیش
weight_derivation.inc e549954de6 rtl: 12 سال پیش

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.