marco b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 年之前
..
classes 9d55df2bd5 * merged copyfrom with 0 22 年之前
sysutils b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 年之前
README 3d27318cb2 * moved classes unit to rtl 22 年之前
comobj.inc 7b33d50f62 + initial revision 23 年之前
comobjh.inc 7b33d50f62 + initial revision 23 年之前
cvarutil.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
dateutils.pp 3dc6318b36 + Much more functions implemented 22 年之前
math.pp 561e3ef7b9 * fixed arctan2 22 年之前
objpas.pp 78aa08c8be + Paramstr(0) must return binary name 22 年之前
rtlconst.pp 8d771df2d4 * arm fixes to the common rtl code 22 年之前
sysconst.pp 8d771df2d4 * arm fixes to the common rtl code 22 年之前
types.pp 0b1bcbea18 * fixed some delphi compatibilty issues 22 年之前
typinfo.pp 73544b2b71 * Fix from Peter 22 年之前
varutilh.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
varutils.inc 11d5367e01 * Widestring->PWidechar requires a typecast 23 年之前

README

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.