fpc/rtl/objpas
2002-10-12 15:34:09 +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
dati.inc * bugfix 1867 (merged) 2002-09-07 21:06:51 +00:00
datih.inc * For win32 use the tsystemtime from the windows unit, that is changed 2002-10-02 21:04:06 +00:00
diskh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
filutilh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
fina.inc + Fixed changefileexit for long (>255) filenames 2002-10-12 15:34:09 +00:00
finah.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +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 * cleanup of parameters 2002-09-07 21:06:12 +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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +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 * Fixed AnsiStrComp crashes 2002-09-15 17:50:35 +00:00
sysstrh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
systhrdh.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysutilh.inc + empty prototypes for the AnsiStr* multi byte functions added 2002-10-07 19:43:24 +00:00
sysutils.inc + empty prototypes for the AnsiStr* multi byte functions added 2002-10-07 19:43:24 +00:00
types.pp * fixed errror on non win32 targets with 1.0.x when doing a make cycle 2002-07-27 07:28:10 +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 * fixes for new widestring handling 2002-10-11 12:21:55 +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.