fpc/rtl/objpas
Jonas Maebe 9238ea2850 * fixed potential range errors
git-svn-id: trunk@8321 -
2007-08-28 19:01:49 +00:00
..
classes + basic TStreamAdapter implementation 2007-06-25 21:05:08 +00:00
sysutils * fixed potential range errors 2007-08-28 19:01:49 +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 + 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 * 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 * Fix bug found by new hint. 2007-06-26 07:52:55 +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 + revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS 2007-03-25 19:19:04 +00:00
fmtbcd.pp Put every {$smarlink on} inside an {$ifndef NO_SMART_link} condition. 2007-05-16 11:26:06 +00:00
freebidi.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
math.pp * Made NaN = 0.0/0.0 for arm-linux. It is calculated as Nan on Florian's arm-linux box. ln(-1.0) is calculated as -Inf on arm-linux and x86. It fixes bug #9132. 2007-07-14 08:55:54 +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 * moved classes unit to rtl 2003-10-06 21:01:06 +00:00
rtlconst.inc + generic implementation of list and map; adapt TList/TStringList to use it 2006-12-17 15:52:42 +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 * 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 * fixes bug #7836 (multiple delimiter is ignored) 2006-11-18 17:47:41 +00:00
sysconst.pp * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +00:00
types.pp * more little winapi fixes (largeuint) 2007-06-26 14:50:24 +00:00
typinfo.pp * new internal set format for big endian systems. Advantages: 2007-05-19 17:15:15 +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.