florian 7b33d50f62 + initial revision 23 лет назад
..
README 4d271efb76 + added explanations of include files. 28 лет назад
comobj.inc 7b33d50f62 + initial revision 23 лет назад
comobjh.inc 7b33d50f62 + initial revision 23 лет назад
cvarutil.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
dati.inc 9b1e434854 * bugfix 1867 (merged) 23 лет назад
datih.inc 2ac16d265f * For win32 use the tsystemtime from the windows unit, that is changed 23 лет назад
diskh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
filutilh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
fina.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
finah.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
intf.inc 4f98a06c73 * interface helpers 24 лет назад
intfh.inc 4f98a06c73 * interface helpers 24 лет назад
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 лет назад
math.pp 9f78fa950a * cleanup of parameters 23 лет назад
objpas.pp 9f31783a0a * old logs removed and tabs fixed 23 лет назад
osutilsh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
stre.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
strg.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
sysansi.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 лет назад
sysansih.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 лет назад
sysinth.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
syspch.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
syspchh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
sysstr.inc c94954cba3 * Fixed AnsiStrComp crashes 23 лет назад
sysstrh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
systhrdh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
sysutilh.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 лет назад
sysutils.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 лет назад
types.pp 15429fdd2c * fixed errror on non win32 targets with 1.0.x when doing a make cycle 23 лет назад
typinfo.pp 9f31783a0a * old logs removed and tabs fixed 23 лет назад
varutilh.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад
varutils.inc 9f31783a0a * old logs removed and tabs fixed 23 лет назад

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.