fpc/rtl/objpas
2012-08-28 12:32:15 +00:00
..
classes * Changed ooChanged to ooChange, to be more consistent with tense in other values 2012-08-28 12:32:15 +00:00
sysutils * print literal e/E in formatfloat if not followed by +/- (remaining part of 2012-08-26 14:51: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
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 * Added UniversalTimeToLocal LocalTimeToUniversal as per bug #17435 2012-07-11 10:15:25 +00:00
dateutil.pp
dateutils.pp
fgl.pp * binary compare data compared data1 with itself, mantis #22241 Patch by ... 2012-06-10 09:30:11 +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 * 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
README.txt
rtlconst.inc * Forgot to commit 2012-08-28 07:20:42 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
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.