fpc/rtl/objpas
Jonas Maebe 82ff623390 + fixed Julian date helpers (based on patch by Bernd Engelhardt, mantis
#16040)
  * finished remaining unimplemented Julian date helpers

git-svn-id: trunk@15032 -
2010-03-22 21:01:46 +00:00
..
classes * Added Exchange to TCollection. Bug ID #15517 2010-03-14 10:25:32 +00:00
sysutils * fix for mantis 16052 RFC4122 compliance of own random GUID creation. Part II 2010-03-20 14:08:10 +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 + fixed Julian date helpers (based on patch by Bernd Engelhardt, mantis 2010-03-22 21:01:46 +00:00
dateutil.pp
dateutils.pp
fgl.pp * commented "deprecated". specialization is not working 2010-02-13 00:29:22 +00:00
fmtbcd.pp
freebidi.pp
math.pp * math.power/intpower(0,0) return 1, this is as recommended in IEEE 754 2010-02-06 23:10:03 +00:00
objpas.pp * More pluggability of the RTL. Mantis 15124 2009-11-18 21:16:12 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc * Implemented OnBeep to install custom beep handler 2009-11-22 17:33:56 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp * fixed FahrenheitToCelsius() and CelsiusToFahrenheit() (mantis #13133) 2009-02-08 15:30:59 +00:00
strutils.pp * fix for #0 problem in posex + faster (indexbyte) based implementations. 2010-01-23 22:03:20 +00:00
sysconst.pp * Forgot to commit 2009-10-16 15:31:25 +00:00
types.pp * move constants out of ifndef wince, bug #15057. 2009-11-13 14:09:50 +00:00
typinfo.pp rtl: add TVmtFieldTable, TVmtFieldEntry to typinfo unit since delphi has that declarations too 2010-01-20 15:17:06 +00:00
utf8bidi.pp
varutilh.inc
varutils.inc * Fixed wrong order of elements in psaElementSizes introduced in r12138 2008-11-25 18:16:51 +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.