fpc/rtl/objpas
1998-04-10 15:21:45 +00:00
..
dati.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
datih.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
fina.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
finah.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
Makefile Initial revision 1998-03-25 11:18:12 +00:00
math.pp Initial revision 1998-03-25 11:18:12 +00:00
math.ppu Initial revision 1998-03-25 11:18:12 +00:00
objpas.pp + stuff from old objpash.inc and objpas.inc merged in 1998-03-25 23:40:24 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
syspch.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
syspchh.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
sysstr.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
sysstrh.inc + Initial implementation; Donated by Gertjan Schouten 1998-04-10 15:17:46 +00:00
sysutils.pp Added a lot of functions donated by GertJan Schouten 1998-04-10 15:18:21 +00:00
testm.pp Initial revision 1998-03-25 11:18:12 +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.