fpc/rtl/objpas
1999-02-10 22:15:10 +00:00
..
dati.inc + Changed to ansistrings 1999-02-10 22:15:10 +00:00
datih.inc
diskh.inc
filutilh.inc * Fixed INt() proble. Defined THandle, included Filemode constants 1999-02-09 12:38:42 +00:00
fina.inc
finah.inc
makefile.op typinfo needs goto 1998-12-21 13:50:57 +00:00
math.pp * fixed unresolved forwards 1999-01-15 11:44:56 +00:00
objpas.pp Implemented AssignFile and CloseFile compatibility 1998-12-24 10:12:03 +00:00
README
stre.inc
strg.inc
syspch.inc + Changed to ansistrings 1999-02-10 22:15:10 +00:00
syspchh.inc
sysstr.inc + Changed to ansistrings 1999-02-10 22:15:10 +00:00
sysstrh.inc
sysutils.pp + Changed to ansistrings 1999-02-10 22:15:10 +00:00
typinfo.pp ?? is callSStringProc a function ?? 1999-01-19 16:08: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.