fpc/rtl/objpas
2003-01-19 14:37:06 +00:00
..
comobj.inc + initial revision 2002-10-10 16:09:25 +00:00
comobjh.inc + initial revision 2002-10-10 16:09:25 +00:00
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 * FileCreate(string,mode) overload added 2003-01-03 20:41:04 +00:00
fina.inc * hasunix fix for beos 2003-01-10 21:02:13 +00:00
finah.inc + Added some missing path functions 2002-10-22 21:57:54 +00:00
intf.inc
intfh.inc
makefile.op
math.pp * i386 fpu controlword functions added 2003-01-03 20:34:02 +00:00
objpas.pp
osutilsh.inc
README
stre.inc + added invalid instruction exception 2003-01-01 20:56:57 +00:00
strg.inc
sysansi.inc
sysansih.inc
sysinth.inc
syspch.inc
syspchh.inc
sysstr.inc + addition to previous commit, forgot to save in the editor 2002-12-23 23:26:08 +00:00
sysstrh.inc * export StrToFloatDef 2002-12-24 23:33:37 +00:00
systhrdh.inc
sysutilh.inc + added invalid instruction exception 2003-01-01 20:56:57 +00:00
sysutils.inc + added invalid instruction exception 2003-01-01 20:56:57 +00:00
types.pp * reuse Windows types to fix incompatible parameters 2003-01-02 22:22:12 +00:00
typinfo.pp
varutilh.inc
varutils.inc * Widestring->PWidechar requires a typecast 2002-11-22 16:30:05 +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.