fpc/rtl/objpas
2009-07-17 14:05:19 +00:00
..
classes * reverted 13297 2009-06-19 09:03:51 +00:00
sysutils + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +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 range check errors when typecasting vBoolean to unsigned ordinals 2009-02-07 21:12:01 +00:00
dateutil.inc * corrected *Between() functions: add epsilon and truncate, rather than 2009-05-06 20:35:20 +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 * added FreeObjects property to TFPGObjectList (as known from TObjectList in contnrs) 2009-05-06 22:50:25 +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 + RandomRange 2009-06-11 20:43:24 +00:00
objpas.pp - unconditionally enabled {$ifdef PARAOUTFILE}-code (that define was 2009-05-21 09:57:45 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * forgot to commit, part of r12781 2009-02-23 21:39:20 +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 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
types.pp * fixed CenterPoint() function (patch by Alexander S. Klenin, mantis #13972) 2009-06-14 14:12:09 +00:00
typinfo.pp * fixed setstrprop() for shortstring properties (based on hint by Zawullon, 2009-06-26 11:34:04 +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.