peter 0eabeac252 * fix thousend separator when no decimal separator is available 24 years ago
..
README 4d271efb76 + added explanations of include files. 27 years ago
cvarutil.inc e50e70bef2 + new include files 25 years ago
dati.inc 77812493b5 + Merged fixes from fixbranch - file modes 24 years ago
datih.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc 25 years ago
diskh.inc 586c4cea50 + Conditionals fixed 25 years ago
filutilh.inc a33a06ce5d * updates from Armin commited 24 years ago
fina.inc 738f0589d6 * Rename fest II. Rtl OK 24 years ago
finah.inc 80c0edc14f * Unix renamefest for defines 25 years ago
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 years ago
math.pp 35653389e5 * added constant 24 years ago
objpas.pp 4a627c29d9 * generate error for closefile 24 years ago
osutilsh.inc b19d318380 * new file 24 years ago
stre.inc 124f774306 + Merged changes from fixes 25 years ago
strg.inc 650fbb86aa + removed logs 25 years ago
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch 25 years ago
syspch.inc b07bf6104d * Two moves with a string as target are now only exectuted if the number of 24 years ago
syspchh.inc 650fbb86aa + removed logs 25 years ago
sysstr.inc 0eabeac252 * fix thousend separator when no decimal separator is available 24 years ago
sysstrh.inc 3930823dcd * fixed merging problem 25 years ago
sysutilh.inc 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 years ago
sysutils.inc 47a24b5da6 * eoutofmemory and einvalidpointer fix 24 years ago
typinfo.pp adc077099e * merged updates from v10 24 years ago
varutilh.inc e50e70bef2 + new include files 25 years ago
varutils.inc 1c47926014 * fixed argument names 24 years ago

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.