fpc/rtl/objpas
1998-09-19 15:25:45 +00:00
..
dati.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
datih.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
fina.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
finah.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
Makefile * merged fixes 1998-09-16 16:47:18 +00:00
math.pp * Changed use_excepions to useexceptions 1998-09-18 23:57:26 +00:00
objpas.pp Naming scheme changed, FPC_ prefix added. 1998-09-17 13:01:15 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +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 + Further fixes from GertJan Schouten 1998-09-17 12:39:52 +00:00
sysstrh.inc Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
sysutils.pp * Changed use_excepions to useexceptions 1998-09-18 23:57:26 +00:00
testm.pp Initial revision 1998-03-25 11:18:12 +00:00
typinfo.pp * procedure GetOrdProp added 1998-09-19 15:25:45 +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.