fpc/rtl/objpas
2009-11-04 23:02:32 +00:00
..
classes rtl: override TObject.Equals for TBits and TStrings classes 2009-11-03 02:01:06 +00:00
sysutils * fixed TryStringToGUID: this function throwed an exceptions 2009-11-04 23:02:32 +00:00
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc * fixed varbyref in variant conversion helpers (patch+test by Paul Ishenin, 2009-09-10 16:57:06 +00:00
dateutil.inc * reverted r13949 because it's unnecessary test 2009-10-25 11:06:38 +00:00
dateutil.pp
dateutils.pp
fgl.pp * fixed bug in TFPSList.SetCount. Deref was not called when shrinking the list. 2009-10-12 21:23:38 +00:00
fmtbcd.pp
freebidi.pp
math.pp + procedure DivMod(Dividend: Integer; Divisor: integer; var Result, Remainder: integer); and procedure DivMod(Dividend: cardinal; Divisor: cardinal; var Result, Remainder: cardinal);, resolves #14286 2009-08-09 20:47:06 +00:00
objpas.pp
README.txt
rtlconst.inc * resourcestring SCannotCreateDir: translated from german to english 2009-10-31 22:08:22 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp
sysconst.pp * Forgot to commit 2009-10-16 15:31:25 +00:00
types.pp * fixed compilation win32/win64 after (my) last commit. 2009-10-31 22:31:26 +00:00
typinfo.pp - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 2009-08-23 08:16:40 +00:00
utf8bidi.pp
varutilh.inc
varutils.inc

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.