Jonas Maebe af5f1fbcb6 * fix for StrPas() by Sergey Korshunoff <[email protected]> (merged) il y a 23 ans
..
README 4d271efb76 + added explanations of include files. il y a 28 ans
cvarutil.inc 5b66a821e4 * currency updates il y a 23 ans
dati.inc 21a8c2cc8e * merged fixes from 1.0.x il y a 24 ans
datih.inc d703757d27 + First working variant support il y a 24 ans
diskh.inc 586c4cea50 + Conditionals fixed il y a 25 ans
filutilh.inc 36bafdc7aa * added 64bit fileseek il y a 24 ans
fina.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim il y a 24 ans
finah.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim il y a 24 ans
intf.inc 4f98a06c73 * interface helpers il y a 24 ans
intfh.inc 4f98a06c73 * interface helpers il y a 24 ans
makefile.op 82f4c2d9a3 + Initial implementation of varutils il y a 25 ans
math.pp 562bc8f15b * Corrected prototype of frexp() and added routine (taken fron genmath.inc) il y a 24 ans
objpas.pp 77bb50032c * delphi compatible array types il y a 24 ans
osutilsh.inc b19d318380 * new file il y a 25 ans
stre.inc 4f98a06c73 * interface helpers 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 af5f1fbcb6 * fix for StrPas() by Sergey Korshunoff <[email protected]> (merged) il y a 23 ans
syspchh.inc 650fbb86aa + removed logs il y a 25 ans
sysstr.inc f1eb7b8130 - Changes from Strasbourg il y a 23 ans
sysstrh.inc fe76a352c7 * overload for lowercase() il y a 24 ans
systhrdh.inc 9aeb958a8e * InterLocked routines added il y a 24 ans
sysutilh.inc 4f98a06c73 * interface helpers il y a 24 ans
sysutils.inc 106ba3fd82 * raise takes now a void pointer as at and frame address il y a 23 ans
types.pp 15429fdd2c * fixed errror on non win32 targets with 1.0.x when doing a make cycle il y a 23 ans
typinfo.pp 9cacd98e91 * merged getpropinfo fix il y a 24 ans
varutilh.inc 92b842342c * make cycle for win32 fixed il y a 24 ans
varutils.inc 92b842342c * make cycle for win32 fixed 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.