fpc/rtl/objpas
2001-10-23 21:51:02 +00:00
..
cvarutil.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
dati.inc + Merged fixes from fixbranch - file modes 2001-01-18 22:09:09 +00:00
datih.inc
diskh.inc
filutilh.inc * updates from Armin commited 2001-04-16 18:33:14 +00:00
fina.inc * Rename fest II. Rtl OK 2001-01-21 20:21:40 +00:00
finah.inc * Unix renamefest for defines 2000-11-13 14:41:20 +00:00
makefile.op
math.pp * added constant 2001-06-04 18:45:58 +00:00
objpas.pp * LoadResString, PResStringRec, TResStringRec compatibility added 2001-10-22 21:19:33 +00:00
osutilsh.inc * new file 2001-02-20 22:14:39 +00:00
README
stre.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
strg.inc
sysinth.inc
syspch.inc * Two moves with a string as target are now only exectuted if the number of 2001-07-30 10:21:09 +00:00
syspchh.inc
sysstr.inc Implemented missing StringReplace function 2001-09-20 14:38:41 +00:00
sysstrh.inc + Implemented missing StringReplace function 2001-09-20 14:42:34 +00:00
systhrdh.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
sysutilh.inc * criticalsection renamed to rtlcriticalsection for kylix compatibility 2001-10-23 21:51:02 +00:00
sysutils.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
typinfo.pp * moved i386 specific code to include file 2001-08-04 11:03:42 +00:00
varutilh.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
varutils.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +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.