fpc/rtl/objpas
marco 03fd61b68d * booltostr overload
git-svn-id: trunk@11600 -
2008-08-17 13:26:02 +00:00
..
classes * fixes reading/writing of extended properties on arm-linux, by Koenraad Lelong 2008-07-21 19:01:46 +00:00
sysutils * booltostr overload 2008-08-17 13:26:02 +00:00
convutil.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
convutil.pp + support 8.3 2004-07-18 21:41:34 +00:00
convutils.pp + support 8.3 2004-07-18 21:41:34 +00:00
cvarutil.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
dateutil.inc * (IDE-sysutils) dateutil has now unpacktime/packtime alike to Delphi dt. 2008-08-17 12:10:35 +00:00
dateutil.pp * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
dateutils.pp * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
fgl.pp * fix TFPGMap key compare (fixes issue #11354) 2008-05-31 13:12:39 +00:00
fmtbcd.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
freebidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
math.pp * inline the ** operators since they just call functions directly 2008-07-26 10:31:23 +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 * moved classes unit to rtl 2003-10-06 21:01:06 +00:00
rtlconst.inc Merged revisions 9263-10571 via svnmerge from 2008-03-27 20:15:57 +00:00
rtlconst.pp * rtlconst/s fix for GO32v2 etc. 2005-04-14 21:47:27 +00:00
rtlconsts.pp * rtlconst/s fix for GO32v2 etc. 2005-04-14 21:47:27 +00:00
stdconvs.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
strutils.pp * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
sysconst.pp * Added NoWideStringSupport runtime error 2008-04-08 21:19:52 +00:00
types.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
typinfo.pp * handle booleans correctly in Typinfo.GetEnum*, resolves #11372 2008-06-26 20:01:31 +00:00
utf8bidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
varutilh.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
varutils.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +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.

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.