peter b19d318380 * new file 25 yıl önce
..
README 4d271efb76 + added explanations of include files. 28 yıl önce
cvarutil.inc e50e70bef2 + new include files 25 yıl önce
dati.inc 77812493b5 + Merged fixes from fixbranch - file modes 25 yıl önce
datih.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc 25 yıl önce
diskh.inc 586c4cea50 + Conditionals fixed 25 yıl önce
filutilh.inc 77812493b5 + Merged fixes from fixbranch - file modes 25 yıl önce
fina.inc 738f0589d6 * Rename fest II. Rtl OK 25 yıl önce
finah.inc 80c0edc14f * Unix renamefest for defines 25 yıl önce
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 yıl önce
math.pp eeba1770aa * Made some modifications suggested by Markus Kaemmerer: 25 yıl önce
objpas.pp 200e1d4b25 * removed warnings about possible range check errors 25 yıl önce
osutilsh.inc b19d318380 * new file 25 yıl önce
stre.inc 124f774306 + Merged changes from fixes 25 yıl önce
strg.inc 650fbb86aa + removed logs 25 yıl önce
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch 25 yıl önce
syspch.inc 7319e91a20 * Protected some Move()'s by 'if' clauses so that the Move won't be 25 yıl önce
syspchh.inc 650fbb86aa + removed logs 25 yıl önce
sysstr.inc 77812493b5 + Merged fixes from fixbranch - file modes 25 yıl önce
sysstrh.inc 3930823dcd * fixed merging problem 25 yıl önce
sysutilh.inc 36e5967c3b * merged getenvironmentvariable 25 yıl önce
sysutils.inc 7319e91a20 * Protected some Move()'s by 'if' clauses so that the Move won't be 25 yıl önce
typinfo.pp f43d55181a * Fixed SetOrdProp for class instance properties (merged from fixbranch) 25 yıl önce
varutilh.inc e50e70bef2 + new include files 25 yıl önce
varutils.inc 61192ad683 + Compiles on win32 also now 25 yıl önce

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.