fpc/rtl/objpas
2000-08-13 17:55:38 +00:00
..
dati.inc + removed logs 2000-07-13 11:32:24 +00:00
datih.inc + removed logs 2000-07-13 11:32:24 +00:00
diskh.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
filutilh.inc + removed logs 2000-07-13 11:32:24 +00:00
fina.inc + removed logs 2000-07-13 11:32:24 +00:00
finah.inc + removed logs 2000-07-13 11:32:24 +00:00
makefile.op typinfo needs goto 1998-12-21 13:50:57 +00:00
math.pp * Made some modifications suggested by Markus Kaemmerer: 2000-07-30 10:01:04 +00:00
objpas.pp + Conditionals fixed 2000-07-14 10:33:09 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc + Added some missing functions needed for variant support 2000-08-13 17:55:38 +00:00
strg.inc + removed logs 2000-07-13 11:32:24 +00:00
sysinth.inc + removed logs 2000-07-13 11:32:24 +00:00
syspch.inc + removed logs 2000-07-13 11:32:24 +00:00
syspchh.inc + removed logs 2000-07-13 11:32:24 +00:00
sysstr.inc + Added some missing functions needed for variant support 2000-08-13 17:55:38 +00:00
sysstrh.inc + Added some missing functions needed for variant support 2000-08-13 17:55:38 +00:00
sysutils.pp * overload directives removed (merged) 2000-08-06 14:19:06 +00:00
typinfo.pp * Fixed GetEnumValue (bug #1049, reported by Neil Graham) 2000-07-17 08:37:58 +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.