Jonas Maebe 200e1d4b25 * removed warnings about possible range check errors преди 25 години
..
README 4d271efb76 + added explanations of include files. преди 27 години
cvarutil.inc e50e70bef2 + new include files преди 25 години
dati.inc 0293387955 * removed 64bit evaluations when range checking is on преди 25 години
datih.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc преди 25 години
diskh.inc 586c4cea50 + Conditionals fixed преди 25 години
filutilh.inc 650fbb86aa + removed logs преди 25 години
fina.inc 80c0edc14f * Unix renamefest for defines преди 25 години
finah.inc 80c0edc14f * Unix renamefest for defines преди 25 години
makefile.op 82f4c2d9a3 + Initial implementation of varutils преди 25 години
math.pp eeba1770aa * Made some modifications suggested by Markus Kaemmerer: преди 25 години
objpas.pp 200e1d4b25 * removed warnings about possible range check errors преди 25 години
stre.inc 124f774306 + Merged changes from fixes преди 25 години
strg.inc 650fbb86aa + removed logs преди 25 години
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch преди 25 години
syspch.inc 7319e91a20 * Protected some Move()'s by 'if' clauses so that the Move won't be преди 25 години
syspchh.inc 650fbb86aa + removed logs преди 25 години
sysstr.inc 200e1d4b25 * removed warnings about possible range check errors преди 25 години
sysstrh.inc 3930823dcd * fixed merging problem преди 25 години
sysutilh.inc 9021994920 + tintegerset added преди 25 години
sysutils.inc 7319e91a20 * Protected some Move()'s by 'if' clauses so that the Move won't be преди 25 години
typinfo.pp 5504699c9b * Merged bugfix for bug #1273 from fixbranch преди 25 години
varutilh.inc e50e70bef2 + new include files преди 25 години
varutils.inc 61192ad683 + Compiles on win32 also now преди 25 години

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.

*h.inc : Contain parts of the sysutils unit, with function declarations.
*.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.