michael 1232c5103b + Added some missing path functions преди 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 1232c5103b + Added some missing path functions преди 23 години
finah.inc 1232c5103b + Added some missing path functions преди 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 b1cbfd4c5c * fixes for new widestring handling преди 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.