fpc/rtl/objpas
2003-04-24 11:46:25 +00:00
..
comobj.inc
comobjh.inc
cvarutil.inc
dateutils.pp + Much more functions implemented 2003-01-19 14:37:06 +00:00
dati.inc + Fixed EncodeDate/Time so they use TryEncodeDate/Time 2003-01-18 23:45:37 +00:00
datih.inc + Fixed EncodeDate/Time so they use TryEncodeDate/Time 2003-01-18 23:45:37 +00:00
diskh.inc
filutilh.inc * made THandle platform dependent and unique type 2003-04-01 15:57:41 +00:00
fina.inc
finah.inc
intf.inc
intfh.inc
makefile.op
math.pp * min/max must check the compiler capabilities 2003-04-24 09:38:12 +00:00
objpas.pp
osutilsh.inc
README
stre.inc
strg.inc
sysansi.inc
sysansih.inc
sysinth.inc
syspch.inc
syspchh.inc
sysstr.inc
sysstrh.inc
systhrdh.inc
sysutilh.inc
sysutils.inc + Added exception classname to output of unhandled exception for better identification 2003-04-06 11:06:39 +00:00
types.pp * check included, if the compiler supports interfaces 2003-04-24 11:09:36 +00:00
typinfo.pp * fixed wrong newlines 2003-04-24 11:46:25 +00:00
varutilh.inc
varutils.inc

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.