fpc/rtl/objpas
2008-01-06 12:45:03 +00:00
..
classes * isimplementorof/referenceinfo, bug #10567 2008-01-06 00:12:43 +00:00
sysutils * Added implementation for Julian date computaton. 2007-12-31 16:34:45 +00:00
convutil.inc * redivided identifiers over units in a more delphi compat way. Still needs internal rework of convutils to classes. See 7481) 2006-12-28 17:47:04 +00:00
convutil.pp
convutils.pp
cvarutil.inc * If a variant contains a datetime value and is converted to a string, it should return a string in a date/time format. (+test) 2007-06-13 12:24:16 +00:00
dateutil.inc * disable range/overflow checking when calculating with Nan 2008-01-06 12:45:03 +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 * Raise range error exception directly to prevent note "Local variable "rcheck" is assigned but never used". 2007-12-28 00:17:11 +00:00
freebidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
math.pp * declare math.pinteger as an alias of objpas.pinteger to avoid type 2008-01-02 19:53:14 +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 * redivided identifiers over units in a more delphi compat way. Still needs internal rework of convutils to classes. See 7481) 2006-12-28 17:47:04 +00:00
strutils.pp * Fixed warnings. 2007-12-22 12:12:25 +00:00
sysconst.pp * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
types.pp * Fix for 10534. tagstatstg now aliased in activex.pp to types.pp 2008-01-02 19:50:02 +00:00
typinfo.pp * Added EPropertyConvertError class 2007-12-30 22:03:56 +00:00
utf8bidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
varutilh.inc * added cvartypetoelementinfo struct/const. (mergeme) 2007-04-22 09:50:50 +00:00
varutils.inc * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +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.