fpc/rtl/objpas
michael 623e0f0cf5 * Fixed bug in decodesoundexint
git-svn-id: trunk@10477 -
2008-03-12 21:08:12 +00:00
..
classes * pbyte killed, it is in systems nowadays 2008-01-29 19:35:01 +00:00
sysutils * comment fix #10781 2008-03-03 08:28:26 +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 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
dateutil.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
dateutil.pp
dateutils.pp
fgl.pp * Converted user defined note to info message. 2007-12-27 23:29:52 +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
math.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
objpas.pp * fix AssignFile to use "out" if the PARAMOUT define is defined (fixes 9275) 2007-07-16 21:47:31 +00:00
README
rtlconst.inc * Patch from Sergei Gorelkin, making TStream.Read and .Write virtual 2007-12-29 19:03:56 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
strutils.pp * Fixed bug in decodesoundexint 2008-03-12 21:08:12 +00:00
sysconst.pp * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
types.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
typinfo.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
utf8bidi.pp
varutilh.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
varutils.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +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.