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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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 * interface helpers 2002-01-25 17:42:03 +00:00
intfh.inc * interface helpers 2002-01-25 17:42:03 +00:00
makefile.op + Initial implementation of varutils 2000-08-29 08:23:13 +00:00
math.pp * i386 fpu controlword functions added 2003-01-03 20:34:02 +00:00
objpas.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
osutilsh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc + added invalid instruction exception 2003-01-01 20:56:57 +00:00
strg.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysansi.inc + empty prototypes for the AnsiStr* multi byte functions added 2002-10-07 19:43:24 +00:00
sysansih.inc + empty prototypes for the AnsiStr* multi byte functions added 2002-10-07 19:43:24 +00:00
sysinth.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
syspch.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
syspchh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
varutilh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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.