fpc/rtl/objpas
1999-06-04 12:48:37 +00:00
..
dati.inc * removed warnings 1999-05-31 20:50:44 +00:00
datih.inc + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
diskh.inc
filutilh.inc + Defined seek constants 1999-05-15 07:25:22 +00:00
fina.inc * several fixes 1999-05-13 21:51:41 +00:00
finah.inc
makefile.op
math.pp * Ceil and Floor are now really fixed :) 1999-06-04 08:44:34 +00:00
objpas.pp * most of the Object Pascal stuff moved to the system unit 1999-05-17 21:52:33 +00:00
README
stre.inc
strg.inc
sysinth.inc * typo error fix 1999-03-03 16:37:54 +00:00
syspch.inc * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
syspchh.inc * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
sysstr.inc * removed warnings 1999-05-31 20:50:44 +00:00
sysstrh.inc * too may fixes to list 1999-05-28 20:08:20 +00:00
sysutils.pp + Fixed tfiletime problem 1999-04-09 08:40:46 +00:00
typinfo.pp * Fix by Sebastian Guenther. 1999-06-04 12:48:37 +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.