fpc/rtl/objpas
2011-11-30 10:49:47 +00:00
..
classes * Avoid code duplication in TFileStream.Create 2011-11-11 17:32:17 +00:00
sysutils * Fixed cycling with 2.4.4 after r19707 (2.4.4 does not define FPC_HAS_FEATURE_RESOURCES, so related stuff is not compiled) 2011-11-30 10:49:47 +00:00
character.pas rtl: patch from Inoussa to complete TCharacter class implementation (mantis #0020302): 2011-09-30 00:15:37 +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 * 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 * Moved string constant to sysconst 2011-10-01 14:42:54 +00:00
dateutil.pp
dateutils.pp
fgl.pp * commented pdata type as proposed in #20004 by Michalis Kamburelis, resolves #20004 2011-08-17 11:47:41 +00:00
fmtbcd.pp * Applied patch from Lacak2 that improved compare() functionality for 2011-10-18 20:21:34 +00:00
freebidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
math.pp * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
objpas.pp * Cast HashValue to Longint, otherwise empty strings (which have hash=$FFFFFFFF) cause range check error when RTL is compiled with -Cr. 2011-09-08 19:15:34 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302) 2011-09-24 15:17:12 +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 * fixed FahrenheitToCelsius() and CelsiusToFahrenheit() (mantis #13133) 2009-02-08 15:30:59 +00:00
strutils.pp * ansi(start/ends)(str/text) MBCS compatible (via widestringmgr), mantis #16153 + tests 2011-09-10 15:01:46 +00:00
sysconst.pp * sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support. 2011-11-29 18:41:13 +00:00
types.pp * const added to size (record) Mantis #20653 2011-11-11 09:32:46 +00:00
typinfo.pp * Fixed setting of RAW interfaces 2011-05-02 19:16:53 +00:00
unicodedata2.inc rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302) 2011-09-24 15:17:12 +00:00
unicodedata.inc rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302) 2011-09-24 15:17:12 +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 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +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.