fpc/rtl/objpas
florian 8ee1445b81 * stripped trailing spaces
git-svn-id: trunk@23294 -
2013-01-02 10:50:32 +00:00
..
classes * use the correct thread ID when checking for the main thread 2012-12-27 23:36:16 +00:00
sysutils * stripped trailing spaces 2013-01-02 10:50:32 +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 * Added UniversalTimeToLocal LocalTimeToUniversal as per bug #17435 2012-07-11 10:15:25 +00:00
dateutil.pp
dateutils.pp
fgl.pp rtl/objpas/fgl.pp: 2012-11-19 19:23:58 +00:00
fmtbcd.pp rtl: reduce warnings about deprecated symbol access 2012-04-23 05:57:44 +00:00
freebidi.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
math.pp * SinCos overloads added, resolves #22663 2012-08-19 22:09:03 +00:00
objpas.pp * fix compilation of objpas if ansistrings are disabled as requested by Michael Ring on fpc-devel 2012-12-31 14:26:48 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +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 * Added ReplaceStr and ReplaceText functions, for Delphi compatibility 2012-07-07 08:12:07 +00:00
sysconst.pp * Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable. 2011-12-09 14:52:26 +00:00
types.pp * alias a few more types on windows. This makes developing portable software easier, since one doesn't have to conditionally import windows for e.g. tfiletime. 2012-02-18 19:20:07 +00:00
typinfo.pp * due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684 2012-04-12 21:50:03 +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.