fpc/rtl/objpas
2002-01-25 17:42:03 +00:00
..
cvarutil.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
dati.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
datih.inc + First working variant support 2001-11-14 23:00:16 +00:00
diskh.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
filutilh.inc * added 64bit fileseek 2001-10-25 21:23:49 +00:00
fina.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +00:00
finah.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +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 * Corrected prototype of frexp() and added routine (taken fron genmath.inc) 2001-12-20 03:51:44 +00:00
objpas.pp * delphi compatible array types 2002-01-25 17:41:25 +00:00
osutilsh.inc * new file 2001-02-20 22:14:39 +00:00
README
stre.inc * interface helpers 2002-01-25 17:42:03 +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 * Two moves with a string as target are now only exectuted if the number of 2001-07-30 10:21:09 +00:00
syspchh.inc + removed logs 2000-07-13 11:32:24 +00:00
sysstr.inc * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
sysstrh.inc * overload for lowercase() 2002-01-24 18:33:58 +00:00
systhrdh.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
sysutilh.inc * interface helpers 2002-01-25 17:42:03 +00:00
sysutils.inc * interface helpers 2002-01-25 17:42:03 +00:00
typinfo.pp * moved i386 specific code to include file 2001-08-04 11:03:42 +00:00
varutilh.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
varutils.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +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.