fpc/rtl/objpas
michael bda396906d * Forgot to commit
git-svn-id: trunk@25404 -
2013-09-03 12:51:39 +00:00
..
classes * Forgot to commit 2013-09-03 12:51:39 +00:00
collations rtl, utils: Fix cross-endian collation files generation by Inoussa OUEDRAOGO (issue #0024266) 2013-04-15 08:27:14 +00:00
sysutils Fix for Mantis #24929. 2013-09-01 12:46:54 +00:00
character.pas rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 2013-08-20 04:55:05 +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 * Removed redundant assignments to result in UniversalTimeToLocal and LocalTimeToUniversal, Mantis #24582. 2013-06-12 14:33:23 +00:00
dateutil.pp
dateutils.pp
fgl.pp * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
fmtbcd.pp * Better patch from Laco for bug #24274, without relying on try/except 2013-04-25 18:26:24 +00:00
fpwidestring.pp rtl: code refactoring by Inoussa (mantis #0024898) 2013-08-21 15:44:31 +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 * fixes to compile objpas i8086 2013-03-23 18:27:46 +00:00
README.txt
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
rtlconsts.pp
stdconvs.pp
strutils.pp Applied patch from Reinier Olislagers. Fix for Mantis #24159. 2013-03-28 10:08:42 +00:00
sysconst.pp Added exception EObjectCheck for object reference check (runtime error 210). 2013-02-24 22:22:38 +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 compilation of unit typinfo in the i8086 medium memory model 2013-07-16 15:13:11 +00:00
ucadata_be.inc rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 2013-03-27 00:55:37 +00:00
ucadata_le.inc rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 2013-03-27 00:55:37 +00:00
ucadata.inc rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 2013-03-08 15:23:20 +00:00
unicodedata_be.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata_le.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata.pas rtl: apply patch of Inoussa which fixes undefined result of UnicodeToLower and UnicodeToUpper (mantis #0024889) 2013-08-21 06:32:17 +00:00
unicodeducet.pas rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 2013-03-08 15:23:20 +00:00
unicodenumtable.pas rtl: 2013-02-25 01:46:33 +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
weight_derivation.inc rtl: 2013-02-25 01:46:33 +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.