fpc/rtl/objpas
2000-10-02 07:34:41 +00:00
..
cvarutil.inc + new include files 2000-08-29 18:16:22 +00:00
dati.inc + removed logs 2000-07-13 11:32:24 +00:00
datih.inc * sysutils.pp moved to target and merged with disk.inc, filutil.inc 2000-08-20 15:46:46 +00:00
diskh.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
filutilh.inc + removed logs 2000-07-13 11:32:24 +00:00
fina.inc + removed logs 2000-07-13 11:32:24 +00:00
finah.inc + removed logs 2000-07-13 11:32:24 +00:00
makefile.op + Initial implementation of varutils 2000-08-29 08:23:13 +00:00
math.pp * Made some modifications suggested by Markus Kaemmerer: 2000-07-30 10:01:04 +00:00
objpas.pp + Conditionals fixed 2000-07-14 10:33:09 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc + Merged changes from fixes 2000-08-30 06:50:49 +00:00
strg.inc + removed logs 2000-07-13 11:32:24 +00:00
sysinth.inc + Merged memory leak fix from fixbranch 2000-10-02 07:34:41 +00:00
syspch.inc + removed logs 2000-07-13 11:32:24 +00:00
syspchh.inc + removed logs 2000-07-13 11:32:24 +00:00
sysstr.inc + Merged int64 fix from fixbranch 2000-09-30 15:51:41 +00:00
sysstrh.inc + Added some missing functions needed for variant support 2000-08-13 17:55:38 +00:00
sysutilh.inc * ttextrec,tfilerec added (merged) 2000-09-24 21:55:07 +00:00
sysutils.inc * sysutils.pp moved to target and merged with disk.inc, filutil.inc 2000-08-20 15:46:46 +00:00
typinfo.pp * Fixed GetEnumValue (bug #1049, reported by Neil Graham) 2000-07-17 08:37:58 +00:00
varutilh.inc + new include files 2000-08-29 18:16:22 +00:00
varutils.inc + Compiles on win32 also now 2000-08-29 17:35: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.