peter 4f98a06c73 * interface helpers há 24 anos atrás
..
README 4d271efb76 + added explanations of include files. há 28 anos atrás
cvarutil.inc 92b842342c * make cycle for win32 fixed há 24 anos atrás
dati.inc 21a8c2cc8e * merged fixes from 1.0.x há 24 anos atrás
datih.inc d703757d27 + First working variant support há 24 anos atrás
diskh.inc 586c4cea50 + Conditionals fixed há 25 anos atrás
filutilh.inc 36bafdc7aa * added 64bit fileseek há 24 anos atrás
fina.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim há 24 anos atrás
finah.inc 1cfa601556 + Replaced OSDirSeparator with PathDelim há 24 anos atrás
intf.inc 4f98a06c73 * interface helpers há 24 anos atrás
intfh.inc 4f98a06c73 * interface helpers há 24 anos atrás
makefile.op 82f4c2d9a3 + Initial implementation of varutils há 25 anos atrás
math.pp 562bc8f15b * Corrected prototype of frexp() and added routine (taken fron genmath.inc) há 24 anos atrás
objpas.pp 77bb50032c * delphi compatible array types há 24 anos atrás
osutilsh.inc b19d318380 * new file há 25 anos atrás
stre.inc 4f98a06c73 * interface helpers há 24 anos atrás
strg.inc 650fbb86aa + removed logs há 25 anos atrás
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch há 25 anos atrás
syspch.inc b07bf6104d * Two moves with a string as target are now only exectuted if the number of há 24 anos atrás
syspchh.inc 650fbb86aa + removed logs há 25 anos atrás
sysstr.inc 2b3898aeff * adapted ranges of native types to int64 (e.g. high cardinal is no há 24 anos atrás
sysstrh.inc fe76a352c7 * overload for lowercase() há 24 anos atrás
systhrdh.inc 9aeb958a8e * InterLocked routines added há 24 anos atrás
sysutilh.inc 4f98a06c73 * interface helpers há 24 anos atrás
sysutils.inc 4f98a06c73 * interface helpers há 24 anos atrás
typinfo.pp 75676a4866 * moved i386 specific code to include file há 24 anos atrás
varutilh.inc 92b842342c * make cycle for win32 fixed há 24 anos atrás
varutils.inc 92b842342c * make cycle for win32 fixed há 24 anos atrás

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.