fpc/rtl/objpas
2001-11-14 23:00:16 +00:00
..
cvarutil.inc + First working variant support 2001-11-14 23:00:16 +00:00
dati.inc
datih.inc + First working variant support 2001-11-14 23:00:16 +00:00
diskh.inc
filutilh.inc * added 64bit fileseek 2001-10-25 21:23:49 +00:00
fina.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +00:00
finah.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +00:00
makefile.op
math.pp
objpas.pp * LoadResString, PResStringRec, TResStringRec compatibility added 2001-10-22 21:19:33 +00:00
osutilsh.inc
README
stre.inc
strg.inc
sysinth.inc
syspch.inc
syspchh.inc
sysstr.inc
sysstrh.inc
systhrdh.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
sysutilh.inc + Added PathDelim,DriveDelim,PathSep; Removed PathSeparator 2001-11-07 14:58:24 +00:00
sysutils.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
typinfo.pp
varutilh.inc + First working variant support 2001-11-14 23:00:16 +00:00
varutils.inc + First working variant support 2001-11-14 23:00:16 +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.