fpc/rtl/objpas
2007-11-20 10:45:50 +00:00
..
classes * Fixed warnings and notes. 2007-11-01 15:55:54 +00:00
sysutils * Removed UpperCaseTable and LowerCaseTable variables and TCaseTranslationTable type from interface part. These variables are used only by generic upper/lower case conversion routines. They are not used on Windows targets and it is bad idea to let users use these variables. Users must use AnsiLowerCase and AnsiUpperCase routines. 2007-11-20 10:45:50 +00:00
convutil.inc
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 * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
dateutil.pp
dateutils.pp
fgl.pp * Fixed warnings. 2007-11-03 10:36:27 +00:00
fmtbcd.pp * Fixed warnings and notes. 2007-11-03 10:53:08 +00:00
freebidi.pp
math.pp * Replaced suspected copyright infringement of MomentSkewKurtosis with clean-room implementation by Vincent Snijders 2007-11-16 15:24:17 +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 * fix TFPSMap.GetKeyData on non-sorted map (#9672) 2007-09-14 20:48:29 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * turn implicit exceptions off for most strutils routines. 2007-10-14 11:25:19 +00:00
sysconst.pp * dateutils.scandatetime, an inverse of formatdatetime 2007-09-23 20:03:12 +00:00
types.pp * more little winapi fixes (largeuint) 2007-06-26 14:50:24 +00:00
typinfo.pp * made rtti for dyn. arrays more delphi compatible, resolves #9464 2007-10-19 20:27:45 +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.