2
0
peter 0816ae4006 * regenerated 24 жил өмнө
..
README 4d271efb76 + added explanations of include files. 27 жил өмнө
cvarutil.inc 92b842342c * make cycle for win32 fixed 24 жил өмнө
dati.inc 21a8c2cc8e * merged fixes from 1.0.x 24 жил өмнө
datih.inc d703757d27 + First working variant support 24 жил өмнө
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 562bc8f15b * Corrected prototype of frexp() and added routine (taken fron genmath.inc) 24 жил өмнө
objpas.pp 0816ae4006 * regenerated 24 жил өмнө
osutilsh.inc b19d318380 * new file 24 жил өмнө
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 92b842342c * make cycle for win32 fixed 24 жил өмнө
varutils.inc 92b842342c * make cycle for win32 fixed 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.