peter 52d9682415 * overload directives removed (merged) 25 rokov pred
..
README 4d271efb76 + added explanations of include files. 28 rokov pred
dati.inc 650fbb86aa + removed logs 25 rokov pred
datih.inc 650fbb86aa + removed logs 25 rokov pred
diskh.inc 586c4cea50 + Conditionals fixed 25 rokov pred
filutilh.inc 650fbb86aa + removed logs 25 rokov pred
fina.inc 650fbb86aa + removed logs 25 rokov pred
finah.inc 650fbb86aa + removed logs 25 rokov pred
makefile.op 7087a36dda typinfo needs goto 27 rokov pred
math.pp eeba1770aa * Made some modifications suggested by Markus Kaemmerer: 25 rokov pred
objpas.pp 586c4cea50 + Conditionals fixed 25 rokov pred
stre.inc 650fbb86aa + removed logs 25 rokov pred
strg.inc 650fbb86aa + removed logs 25 rokov pred
sysinth.inc 650fbb86aa + removed logs 25 rokov pred
syspch.inc 650fbb86aa + removed logs 25 rokov pred
syspchh.inc 650fbb86aa + removed logs 25 rokov pred
sysstr.inc 650fbb86aa + removed logs 25 rokov pred
sysstrh.inc 650fbb86aa + removed logs 25 rokov pred
sysutils.pp 52d9682415 * overload directives removed (merged) 25 rokov pred
typinfo.pp 0e21611d5d * Fixed GetEnumValue (bug #1049, reported by Neil Graham) 25 rokov pred

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.