fpc/rtl/objpas
2002-01-25 17:42:03 +00:00
..
cvarutil.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
dati.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
datih.inc
diskh.inc
filutilh.inc
fina.inc
finah.inc
intf.inc * interface helpers 2002-01-25 17:42:03 +00:00
intfh.inc * interface helpers 2002-01-25 17:42:03 +00:00
makefile.op
math.pp * Corrected prototype of frexp() and added routine (taken fron genmath.inc) 2001-12-20 03:51:44 +00:00
objpas.pp * delphi compatible array types 2002-01-25 17:41:25 +00:00
osutilsh.inc
README
stre.inc * interface helpers 2002-01-25 17:42:03 +00:00
strg.inc
sysinth.inc
syspch.inc
syspchh.inc
sysstr.inc * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
sysstrh.inc * overload for lowercase() 2002-01-24 18:33:58 +00:00
systhrdh.inc
sysutilh.inc * interface helpers 2002-01-25 17:42:03 +00:00
sysutils.inc * interface helpers 2002-01-25 17:42:03 +00:00
typinfo.pp
varutilh.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
varutils.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +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.