fpc/rtl/objpas
2010-05-24 03:35:34 +00:00
..
classes + tthread.start method, simply calls tthread.resume for now (mantis #16326) 2010-04-24 14:52:08 +00:00
sysutils * added function IncludeLeadingPathDelimiter: it adds a path delimiter in front of a path 2010-04-24 21:05: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 + support 8.3 2004-07-18 21:41:34 +00:00
convutils.pp + support 8.3 2004-07-18 21:41:34 +00:00
cvarutil.inc * fixed varbyref in variant conversion helpers (patch+test by Paul Ishenin, 2009-09-10 16:57:06 +00:00
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 * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
dateutils.pp * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
fgl.pp * commented "deprecated". specialization is not working 2010-02-13 00:29:22 +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 rtl: don't use c-style +=, -= in freebidi, utf8bidi since they can't be compiled with default options in this case 2010-05-24 03:35:34 +00:00
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 * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * moved SInvalidJulianDate from rtlconst to sysconst (part of r15032, 2010-03-22 22:28:59 +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 * 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 * removed packed from statstg, which causes trouble in win64, and is probably wrong. Mantis 16159 2010-04-11 11:21:39 +00:00
typinfo.pp * GetEnumNameCount also counted the unit name after r14511 (mantis #16402) 2010-05-04 17:59:58 +00:00
utf8bidi.pp rtl: don't use c-style +=, -= in freebidi, utf8bidi since they can't be compiled with default options in this case 2010-05-24 03:35:34 +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.