fpc/rtl/objpas
sergei ae7018cf85 variants, varutils: another portion of misc fixes:
* Handle Variant to ShortString conversions entirely in variants unit, removed VarUtils.VariantToShortString
+ support varUString in DoVarClearComplex
* fixed missing result assignment in TCustomVariantType.VarDataIsEmptyParam
* TCustomVariantType.UnaryOp and BinaryOp now 'implemented', they raise EVariantInvalidOp

git-svn-id: trunk@16529 -
2010-12-10 03:38:21 +00:00
..
classes * Fixed references to sub components (mantis #18021) 2010-11-26 14:51:43 +00:00
sysutils * Delphi XE (2010?) compatible alias for defaultformatsettings. 2010-11-30 09:49:19 +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 variants, varutils: another portion of misc fixes: 2010-12-10 03:38:21 +00:00
dateutil.inc * fix for 17123, rounding issues decodedatetime 2010-08-13 23:36:07 +00:00
dateutil.pp
dateutils.pp
fgl.pp + TFPGObjectList.GetEnumerator and TFPGInterfacedObjectList.GetEnumerator, resolves #18094 2010-11-28 20:32:35 +00:00
fmtbcd.pp * more tcustomvariant conversion helpers from Lacak2. Mantis 16853 2010-12-04 20:21:03 +00:00
freebidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
math.pp + int64 version of randomrange() (mantis #16108) 2010-03-30 20:04:19 +00:00
objpas.pp + feature switch RESOURCES 2010-06-22 12:37:41 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * Patch from Mattias Gaertner to fix missing classname placeholder 2010-06-18 19:40:12 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp * fixed FahrenheitToCelsius() and CelsiusToFahrenheit() (mantis #13133) 2009-02-08 15:30:59 +00:00
strutils.pp * fix for #0 problem in posex + faster (indexbyte) based implementations. 2010-01-23 22:03:20 +00:00
sysconst.pp * moved SInvalidJulianDate from rtlconst to sysconst (part of r15032, 2010-03-22 22:28:59 +00:00
types.pp * types.pp, applied a fix similar to r16224,16226 also to UnionRect function. It is very similar to IntersectRect and parameter aliasing issue applies to it as well (see Mantis #17722). 2010-10-28 04:18:53 +00:00
typinfo.pp * GetEnumNameCount also counted the unit name after r14511 (mantis #16402) 2010-05-04 17:59:58 +00:00
utf8bidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
varutilh.inc variants, varutils: another portion of misc fixes: 2010-12-10 03:38:21 +00:00
varutils.inc * VarUtils, fixed missing support for interfaces 2010-12-09 16:38:55 +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.