fpc/rtl/objpas
2000-07-14 09:31:37 +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 + Forgot int64 2000-07-14 09:31:37 +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
math.pp + removed logs 2000-07-13 11:32:24 +00:00
objpas.pp + removed logs 2000-07-13 11:32:24 +00:00
README
stre.inc + removed logs 2000-07-13 11:32:24 +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 + removed logs 2000-07-13 11:32:24 +00:00
sysstrh.inc + removed logs 2000-07-13 11:32:24 +00:00
sysutils.pp + removed logs 2000-07-13 11:32:24 +00:00
typinfo.pp + removed logs 2000-07-13 11:32:24 +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.