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

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.