fpc/rtl/objpas
2002-09-07 21:06:51 +00:00
..
cvarutil.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
dati.inc * bugfix 1867 (merged) 2002-09-07 21:06:51 +00:00
datih.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
diskh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
filutilh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
fina.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
finah.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
intf.inc * interface helpers 2002-01-25 17:42:03 +00:00
intfh.inc * interface helpers 2002-01-25 17:42:03 +00:00
makefile.op + Initial implementation of varutils 2000-08-29 08:23:13 +00:00
math.pp * cleanup of parameters 2002-09-07 21:06:12 +00:00
objpas.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
osutilsh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
strg.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysinth.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
syspch.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
syspchh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysstr.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysstrh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
systhrdh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysutilh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysutils.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
types.pp * fixed errror on non win32 targets with 1.0.x when doing a make cycle 2002-07-27 07:28:10 +00:00
typinfo.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
varutilh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
varutils.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00

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.