michael f412e31618 + Implemented missing StringReplace function il y a 24 ans
..
README 4d271efb76 + added explanations of include files. il y a 28 ans
cvarutil.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans
dati.inc 77812493b5 + Merged fixes from fixbranch - file modes il y a 25 ans
datih.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc il y a 25 ans
diskh.inc 586c4cea50 + Conditionals fixed il y a 25 ans
filutilh.inc a33a06ce5d * updates from Armin commited il y a 25 ans
fina.inc 738f0589d6 * Rename fest II. Rtl OK il y a 25 ans
finah.inc 80c0edc14f * Unix renamefest for defines il y a 25 ans
makefile.op 82f4c2d9a3 + Initial implementation of varutils il y a 25 ans
math.pp 35653389e5 * added constant il y a 25 ans
objpas.pp 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans
osutilsh.inc b19d318380 * new file il y a 25 ans
stre.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans
strg.inc 650fbb86aa + removed logs il y a 25 ans
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch il y a 25 ans
syspch.inc b07bf6104d * Two moves with a string as target are now only exectuted if the number of il y a 24 ans
syspchh.inc 650fbb86aa + removed logs il y a 25 ans
sysstr.inc 076d02873e Implemented missing StringReplace function il y a 24 ans
sysstrh.inc f412e31618 + Implemented missing StringReplace function il y a 24 ans
systhrdh.inc 64808ff380 + some new stuff of D6/Kylix added il y a 24 ans
sysutilh.inc 64808ff380 + some new stuff of D6/Kylix added il y a 24 ans
sysutils.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans
typinfo.pp 75676a4866 * moved i386 specific code to include file il y a 24 ans
varutilh.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans
varutils.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers il y a 24 ans

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.