fpc/rtl/objpas
Jonas Maebe 3884a9b065 * initialise temporary variants using fillchar instead of using varclearproc
(the latter assumes the variant has already been initialised at least
     once). Thanks to Yury.

git-svn-id: trunk@12783 -
2009-02-24 09:57:37 +00:00
..
classes * initialise temporary variants using fillchar instead of using varclearproc 2009-02-24 09:57:37 +00:00
sysutils * fixed bug #5800 2009-02-09 00:35:09 +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
convutils.pp
cvarutil.inc * fixed range check errors when typecasting vBoolean to unsigned ordinals 2009-02-07 21:12:01 +00:00
dateutil.inc * Fixed TryEncodeDateTime. Adding a date and a time is not valid for dates before 1899-12-30, use ComposeDateTime instead 2009-01-18 16:05:04 +00:00
dateutil.pp
dateutils.pp
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
math.pp * Made overloading situation ifthen more Delphi compatible. Mantis #12662 2008-12-27 18:43:22 +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 * forgot to commit, part of r12781 2009-02-23 21:39:20 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp * fixed FahrenheitToCelsius() and CelsiusToFahrenheit() (mantis #13133) 2009-02-08 15:30:59 +00:00
strutils.pp * tab2space used zeroes instead of spaces. (mantis 13024) 2009-01-22 22:09:21 +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 * added helper function "FindPropInfo" with additional TypeKind filter parameter 2008-10-02 21:56:54 +00:00
utf8bidi.pp
varutilh.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
varutils.inc * Fixed wrong order of elements in psaElementSizes introduced in r12138 2008-11-25 18:16:51 +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.