peter e1b4038877 * array of const update 27 years ago
..
Makefile d26cb63037 * merged fixes 27 years ago
README 4d271efb76 + added explanations of include files. 28 years ago
dati.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
datih.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
fina.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
finah.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
math.pp 6a28735427 * Changed use_excepions to useexceptions 27 years ago
objpas.pp e1b4038877 * array of const update 27 years ago
syspch.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
syspchh.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
sysstr.inc f296cf3117 + Further fixes from GertJan Schouten 27 years ago
sysstrh.inc 40feecac4e Update from gertjan Schouten, plus small fix for linux 27 years ago
sysutils.pp 6a28735427 * Changed use_excepions to useexceptions 27 years ago
typinfo.pp 81bce6dd30 + description of tpropinfo.propprocs bit 6 added 27 years ago

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.