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

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.