fpc/rtl/objpas
2000-02-01 12:53:23 +00:00
..
dati.inc * fix for form bug #719 1999-11-29 16:59:27 +00:00
datih.inc
diskh.inc * copyright 2000 2000-01-07 16:41:28 +00:00
filutilh.inc * copyright 2000 2000-01-07 16:41:28 +00:00
fina.inc
finah.inc
makefile.op
math.pp * Changed some (%ebp) to real parameters 2000-01-11 21:07:33 +00:00
objpas.pp * copyright 2000 2000-01-07 16:41:28 +00:00
README
stre.inc * copyright 2000 2000-01-07 16:41:28 +00:00
strg.inc * copyright 2000 2000-01-07 16:41:28 +00:00
sysinth.inc * copyright 2000 2000-01-07 16:41:28 +00:00
syspch.inc * strnew is ofcourse also different between sysutils and strings, just 1999-12-10 15:02:12 +00:00
syspchh.inc * disposestr allocstr compatible with delphi 1999-08-24 13:14:50 +00:00
sysstr.inc * fixed rangecheck error in format() 2000-02-01 12:53:23 +00:00
sysstrh.inc
sysutils.pp * 'uses Dos' added for OS/2 target 2000-01-16 19:10:25 +00:00
typinfo.pp * copyright 2000 2000-01-07 16:41:28 +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.