tg74 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
..
classes 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
sysutils 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files %!s(int64=16) %!d(string=hai) anos
character.pas e913ab1f9f rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) %!s(int64=12) %!d(string=hai) anos
fgl.pp 0e68cb641d * Applied patch from bug ID #25635, fixing memory leak %!s(int64=11) %!d(string=hai) anos
fpwidestring.pp 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
math.pp 3a7cde492e * finance functions by wp, mantis #26459 %!s(int64=11) %!d(string=hai) anos
objpas.pp a0f08f3d5c * objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without %!s(int64=11) %!d(string=hai) anos
rtlconst.inc 4fa8998541 * add SMsgDlgClose, Patch by stocki Mantis #25616 %!s(int64=11) %!d(string=hai) anos
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 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
types.pp 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
typinfo.pp 070955bcd0 * fixed 'data element too large' error in i8086 far data memory models %!s(int64=11) %!d(string=hai) anos
unicodedata.inc e549954de6 rtl: %!s(int64=12) %!d(string=hai) anos
unicodedata.pas 634338dcd2 merge with trunk %!s(int64=10) %!d(string=hai) anos
unicodedata_be.inc e549954de6 rtl: %!s(int64=12) %!d(string=hai) anos
unicodedata_le.inc e549954de6 rtl: %!s(int64=12) %!d(string=hai) anos
unicodenumtable.pas e549954de6 rtl: %!s(int64=12) %!d(string=hai) anos
weight_derivation.inc e549954de6 rtl: %!s(int64=12) %!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.