fpc/rtl/objpas
florian 30c6b37c8d * fixed largeint declarations
git-svn-id: trunk@7781 -
2007-06-23 09:21:50 +00:00
..
classes * Component name can be empty 2007-06-20 07:28:14 +00:00
sysutils * use proper runtime error codes for EIntfCastError and ESafecallException exceptions. 2007-06-18 17:38:07 +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 * fixed some warnings and notes while compiling RTL. 2006-07-19 10:31:15 +00:00
dateutil.pp
dateutils.pp
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
math.pp - Revert patch by Alex Raine. 2007-06-15 14:13:26 +00:00
objpas.pp - Do not initialize/finalize resourcestrings in objpas. 2006-12-18 22:05:32 +00:00
README
rtlconst.inc + generic implementation of list and map; adapt TList/TStringList to use it 2006-12-17 15:52:42 +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 * 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 * fixed largeint declarations 2007-06-23 09:21:50 +00:00
typinfo.pp * new internal set format for big endian systems. Advantages: 2007-05-19 17:15:15 +00:00
utf8bidi.pp
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.