fpc/rtl/objpas
paul 17687d90ce rtl: minor changes for TStreamAdapter:
- return STG_E_INVALIDPOINTER instead of E_INVLIDARG for Read,Write as msdn requires
  - return STG_E_INVALIDFUNCTION instead of E_INVLIDARG for Seek as msdn requires

git-svn-id: trunk@15127 -
2010-04-10 17:50:29 +00:00
..
classes rtl: minor changes for TStreamAdapter: 2010-04-10 17:50:29 +00:00
sysutils * fixed FloatToStr for ffGeneral when dealing with numbers whose number of 2010-04-05 14:54:24 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc * round(x) -> trunc(x+0.5) in Julian date conversion to prevent the current 2010-03-23 10:34:43 +00:00
dateutil.pp
dateutils.pp
fgl.pp * commented "deprecated". specialization is not working 2010-02-13 00:29:22 +00:00
fmtbcd.pp
freebidi.pp
math.pp + int64 version of randomrange() (mantis #16108) 2010-03-30 20:04:19 +00:00
objpas.pp * More pluggability of the RTL. Mantis 15124 2009-11-18 21:16:12 +00:00
README.txt
rtlconst.inc * moved SInvalidJulianDate from rtlconst to sysconst (part of r15032, 2010-03-22 22:28:59 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * fix for #0 problem in posex + faster (indexbyte) based implementations. 2010-01-23 22:03:20 +00:00
sysconst.pp * moved SInvalidJulianDate from rtlconst to sysconst (part of r15032, 2010-03-22 22:28:59 +00:00
types.pp * move constants out of ifndef wince, bug #15057. 2009-11-13 14:09:50 +00:00
typinfo.pp compiler: start implementation of class constructors/destructors: parsing is ready but at the moment neither class constructors nor destructors are called - this is to be implemented 2010-04-03 09:14:12 +00:00
utf8bidi.pp
varutilh.inc
varutils.inc

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.