fpc/rtl/objpas
marco d539d9c54d * fix for 9588
git-svn-id: trunk@8366 -
2007-09-03 13:24:26 +00:00
..
classes * fix for 9588 2007-09-03 13:24:26 +00:00
sysutils + added QWord overloads for IntToHex, hexStr, OctStr, binStr 2007-08-29 12:06:54 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc * Fix bug found by new hint. 2007-06-26 07:52:55 +00:00
dateutil.pp
dateutils.pp
fgl.pp
fmtbcd.pp
freebidi.pp
math.pp * Made NaN = 0.0/0.0 for arm-linux. It is calculated as Nan on Florian's arm-linux box. ln(-1.0) is calculated as -Inf on arm-linux and x86. It fixes bug #9132. 2007-07-14 08:55:54 +00:00
objpas.pp * fix AssignFile to use "out" if the PARAMOUT define is defined (fixes 9275) 2007-07-16 21:47:31 +00:00
README
rtlconst.inc
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp
sysconst.pp
types.pp * more little winapi fixes (largeuint) 2007-06-26 14:50:24 +00:00
typinfo.pp
utf8bidi.pp
varutilh.inc
varutils.inc

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.

sysutils/*h.inc : Contain parts of the sysutils unit, with function declarations.
sysutils/*.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.