fpc/rtl/objpas
michael 1eca76dec5 * No change when clearing empty collection
git-svn-id: trunk@20780 -
2012-04-10 08:04:34 +00:00
..
classes * No change when clearing empty collection 2012-04-10 08:04:34 +00:00
sysutils * Added CharInSet, Fixes #14599, since issurrogate* already is in unit Character. 2012-01-20 22:10: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 * 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 Fixes stack check crash in fmtbcd.pp see bug #21208 2012-02-06 09:07:35 +00:00
freebidi.pp
math.pp * fix for #21199, changing epsilon to 0.0 instead of 0 helps overload selection of the 2012-03-01 22:31:20 +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 rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302) 2011-09-24 15:17:12 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * updated comments (Mantis #21107) 2012-01-17 20:43:20 +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 * 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
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.