fpc/rtl/objpas
sg eeba1770aa * Made some modifications suggested by Markus Kaemmerer:
- MaxTanh is now the exact value Ln(MaxExtended)/2
  - The 'for' loops in MinValue and MaxValue can start with the second
    element instead of the first one
  - Added more overloaded versions of Min and Max functions
2000-07-30 10:01:04 +00:00
..
dati.inc + removed logs 2000-07-13 11:32:24 +00:00
datih.inc + removed logs 2000-07-13 11:32:24 +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 typinfo needs goto 1998-12-21 13:50:57 +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 + removed logs 2000-07-13 11:32:24 +00:00
strg.inc + removed logs 2000-07-13 11:32:24 +00:00
sysinth.inc + removed logs 2000-07-13 11:32:24 +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 + removed logs 2000-07-13 11:32:24 +00:00
sysstrh.inc + removed logs 2000-07-13 11:32:24 +00:00
sysutils.pp * Applied patch by Markus Kaemmerer with minor modifications: More methods 2000-07-27 16:20:52 +00:00
typinfo.pp * Fixed GetEnumValue (bug #1049, reported by Neil Graham) 2000-07-17 08:37:58 +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.