fpc/rtl/objpas
1999-09-08 16:14:41 +00:00
..
dati.inc * fixed formatdatetime('c',...) 1999-08-11 21:53:04 +00:00
datih.inc
diskh.inc
filutilh.inc
fina.inc
finah.inc
makefile.op
math.pp
objpas.pp + Added Hash function to interface 1999-08-28 13:03:23 +00:00
README
stre.inc * bug #471 fixed: run time error 2 is now converted into a file not 1999-08-28 14:53:27 +00:00
strg.inc * bug #471 fixed: run time error 2 is now converted into a file not 1999-08-28 14:53:27 +00:00
sysinth.inc
syspch.inc * disposestr allocstr compatible with delphi 1999-08-24 13:14:50 +00:00
syspchh.inc * disposestr allocstr compatible with delphi 1999-08-24 13:14:50 +00:00
sysstr.inc * format('%g',[0.0]) returned long format string, fixed 1999-09-04 20:48:34 +00:00
sysstrh.inc
sysutils.pp * bug #471 fixed: run time error 2 is now converted into a file not 1999-08-28 14:53:27 +00:00
typinfo.pp * pointer fixes 1999-09-08 16:14:41 +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.