michael 1cfa601556 + Replaced OSDirSeparator with PathDelim 24 лет назад
..
README 4d271efb76 + added explanations of include files. 28 лет назад
cvarutil.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 лет назад
dati.inc 77812493b5 + Merged fixes from fixbranch - file modes 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 36bafdc7aa * added 64bit fileseek 24 лет назад
fina.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim 24 лет назад
finah.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim 24 лет назад
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 лет назад
math.pp 35653389e5 * added constant 24 лет назад
objpas.pp f6021a93ba * LoadResString, PResStringRec, TResStringRec compatibility added 24 лет назад
osutilsh.inc b19d318380 * new file 25 лет назад
stre.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 лет назад
strg.inc 650fbb86aa + removed logs 25 лет назад
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch 25 лет назад
syspch.inc b07bf6104d * Two moves with a string as target are now only exectuted if the number of 24 лет назад
syspchh.inc 650fbb86aa + removed logs 25 лет назад
sysstr.inc 076d02873e Implemented missing StringReplace function 24 лет назад
sysstrh.inc f412e31618 + Implemented missing StringReplace function 24 лет назад
systhrdh.inc 9aeb958a8e * InterLocked routines added 24 лет назад
sysutilh.inc a161ebaab2 + Added PathDelim,DriveDelim,PathSep; Removed PathSeparator 24 лет назад
sysutils.inc 9aeb958a8e * InterLocked routines added 24 лет назад
typinfo.pp 75676a4866 * moved i386 specific code to include file 24 лет назад
varutilh.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 лет назад
varutils.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 лет назад

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.