fpc/rtl/objpas
2011-08-14 13:57:33 +00:00
..
classes * Added fakeSeekForward for benefit of descendant streams. 2011-08-13 18:45:48 +00:00
sysutils * removed exporting a non standard strtotime, which was a workaround for missing 2011-08-06 12:19:44 +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 * Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115. 2011-04-07 04:10:54 +00:00
dateutil.inc * EncodeTimeInterval implemented, allowing time intervals>24 hour 2011-05-08 12:28:41 +00:00
dateutil.pp
dateutils.pp
fgl.pp * fix TFPGList.Extract to return the correct values by a patch by Michalis Kamburelis, resolves #19960 2011-08-14 13:57:33 +00:00
fmtbcd.pp * Fixed multiplying negative tBCD values 2011-06-13 17:12:49 +00:00
freebidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
math.pp * comment and formatting fixes by Christian Budde (mantis #19919) 2011-08-07 10:10:51 +00:00
objpas.pp * fixed objpas compilation for CPUs with 16 Bit addresses 2011-03-09 19:41:36 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * Added invalid stream operation string constant 2011-08-13 21:19:45 +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 * inline Types.Point(...) 2011-08-11 20:53:59 +00:00
typinfo.pp * Fixed setting of RAW interfaces 2011-05-02 19:16:53 +00:00
utf8bidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
varutilh.inc * Partially undo revision 16529: removing VariantToShortString breaks webtbs/tw14536 which calls the mentioned function directly instead of using typecast. 2010-12-11 23:25:20 +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.