fpc/rtl/objpas
Jonas Maebe 356845ba1e * set function results for unimplemented generic thread manager routines
(to remove warnings)
  * don't give a thread error for basicevent and threadevent routines if
    isMultiThreaded is false, except for the waiting routines (the new
    TMultiReadExclusiveWriteSynchronizer creates/sets such events in the
    constructor, which caused thread manager errors in case cthreads was
    not used under unix)
  * don't perform any actual locking in TMultiReadExclusiveWriteSynchronizer
    routines if isMultiThreaded is false (in order to avoid the errors
    described above)
  + added generic RTLeventResetEvent stub

git-svn-id: trunk@14592 -
2010-01-10 11:04:05 +00:00
..
classes * fixed memory stream compilation on 64 bit targets 2010-01-02 16:05:57 +00:00
sysutils * set function results for unimplemented generic thread manager routines 2010-01-10 11:04:05 +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
convutils.pp
cvarutil.inc * fixed varbyref in variant conversion helpers (patch+test by Paul Ishenin, 2009-09-10 16:57:06 +00:00
dateutil.inc MaybeSkipTimeWrap function: Change NewDate var_type to var to suppress warnings 2009-11-07 00:30:32 +00:00
dateutil.pp
dateutils.pp
fgl.pp rtl: add enumerator for the TFPGList type 2009-11-21 18:51:48 +00:00
fmtbcd.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
freebidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
math.pp resolves #15453: 2010-01-03 14:59:01 +00:00
objpas.pp * More pluggability of the RTL. Mantis 15124 2009-11-18 21:16:12 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * Implemented OnBeep to install custom beep handler 2009-11-22 17:33:56 +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 * Miscellaneous is with two l's... 2009-05-03 11:48:30 +00:00
sysconst.pp * Forgot to commit 2009-10-16 15:31:25 +00:00
types.pp * move constants out of ifndef wince, bug #15057. 2009-11-13 14:09:50 +00:00
typinfo.pp * handle subrange enumeration types in GetEnumValue correctly, resolves #15467 2010-01-05 16:10:13 +00:00
utf8bidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
varutilh.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
varutils.inc * Fixed wrong order of elements in psaElementSizes introduced in r12138 2008-11-25 18:16:51 +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.