marco 80c0edc14f * Unix renamefest for defines 25 年之前
..
README 4d271efb76 + added explanations of include files. 28 年之前
cvarutil.inc e50e70bef2 + new include files 25 年之前
dati.inc 650fbb86aa + removed logs 25 年之前
datih.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc 25 年之前
diskh.inc 586c4cea50 + Conditionals fixed 25 年之前
filutilh.inc 650fbb86aa + removed logs 25 年之前
fina.inc 80c0edc14f * Unix renamefest for defines 25 年之前
finah.inc 80c0edc14f * Unix renamefest for defines 25 年之前
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 年之前
math.pp eeba1770aa * Made some modifications suggested by Markus Kaemmerer: 25 年之前
objpas.pp 80c0edc14f * Unix renamefest for defines 25 年之前
stre.inc 124f774306 + Merged changes from fixes 25 年之前
strg.inc 650fbb86aa + removed logs 25 年之前
sysinth.inc c32c4424cf + Merged memory leak fix from fixbranch 25 年之前
syspch.inc 650fbb86aa + removed logs 25 年之前
syspchh.inc 650fbb86aa + removed logs 25 年之前
sysstr.inc 80c0edc14f * Unix renamefest for defines 25 年之前
sysstrh.inc 385a257995 + Added some missing functions needed for variant support 25 年之前
sysutilh.inc 6995b143d6 * ttextrec,tfilerec added (merged) 25 年之前
sysutils.inc d24c580d24 * sysutils.pp moved to target and merged with disk.inc, filutil.inc 25 年之前
typinfo.pp d3e3b54dc4 * interfaces support 25 年之前
varutilh.inc e50e70bef2 + new include files 25 年之前
varutils.inc 61192ad683 + Compiles on win32 also now 25 年之前

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.