fpc/rtl/objpas
michael 9d6b4aa946 * Fix dayOfWeek for dates < 0 (bug ID #23144)
git-svn-id: trunk@22679 -
2012-10-17 07:15:01 +00:00
..
classes * Take care of Florian's remark that FList may be nil when constructor failed 2012-10-08 15:11:10 +00:00
sysutils * Fix dayOfWeek for dates < 0 (bug ID #23144) 2012-10-17 07:15:01 +00:00
character.pas
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc * Added UniversalTimeToLocal LocalTimeToUniversal as per bug #17435 2012-07-11 10:15:25 +00:00
dateutil.pp
dateutils.pp
fgl.pp * binary compare data compared data1 with itself, mantis #22241 Patch by ... 2012-06-10 09:30:11 +00:00
fmtbcd.pp rtl: reduce warnings about deprecated symbol access 2012-04-23 05:57:44 +00:00
freebidi.pp
math.pp * SinCos overloads added, resolves #22663 2012-08-19 22:09:03 +00:00
objpas.pp
README.txt
rtlconst.inc * Forgot to commit 2012-08-28 07:20:42 +00:00
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp * Added ReplaceStr and ReplaceText functions, for Delphi compatibility 2012-07-07 08:12:07 +00:00
sysconst.pp
types.pp * alias a few more types on windows. This makes developing portable software easier, since one doesn't have to conditionally import windows for e.g. tfiletime. 2012-02-18 19:20:07 +00:00
typinfo.pp * due to different result handling of integers and interfaces, GetInterfaceProp cannot use GetOrdProp, resolves #21684 2012-04-12 21:50:03 +00:00
unicodedata2.inc
unicodedata.inc
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.