fpc/rtl/objpas
1998-11-04 10:20:48 +00:00
..
dati.inc Changes from Gretjan Schouten 1998-10-15 09:39:12 +00:00
datih.inc + Added Conversion TDateTime <-> file date and time 1998-10-11 13:40:52 +00:00
diskh.inc + Added disk functions 1998-10-11 13:41:32 +00:00
filutilh.inc + Added disk functions 1998-10-11 13:47:45 +00:00
fina.inc * fixed for 0.99.8 1998-10-05 21:35:41 +00:00
finah.inc + Added missing functions and some extra 1998-10-04 20:19:55 +00:00
Makefile + More sysutils calls. 1998-10-11 12:23:40 +00:00
math.pp Minimum/maximum functions 1998-11-02 12:52:46 +00:00
objpas.pp * as operator runtime error can be now caught by an errorproc 1998-10-12 12:42:58 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc Added assertion handling 1998-10-10 09:53:09 +00:00
strg.inc * Initial revision 1998-10-01 16:26:06 +00:00
syspch.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
syspchh.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
sysstr.inc * ansistring fixes 1998-11-04 10:20:48 +00:00
sysstrh.inc * ansistring fixes 1998-11-04 10:20:48 +00:00
sysutils.pp + Forgot to include disk functions 1998-10-20 19:26:37 +00:00
typinfo.pp * updated for auto objpas loading 1998-09-24 23:45:26 +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.