fpc/rtl/objpas
2013-01-07 10:28:47 +00:00
..
classes * use the correct thread ID when checking for the main thread 2012-12-27 23:36:16 +00:00
sysutils * Fixed rounding errors in DateTimeToTimeStamp, causing errors in conversions 2013-01-07 10:28:47 +00:00
character.pas rtl: patch from Inoussa to complete TCharacter class implementation (mantis #0020302): 2011-09-30 00:15:37 +00:00
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 rtl/objpas/fgl.pp: 2012-11-19 19:23:58 +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 * fix compilation of objpas if ansistrings are disabled as requested by Michael Ring on fpc-devel 2012-12-31 14:26:48 +00:00
README.txt
rtlconst.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +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 * Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable. 2011-12-09 14:52:26 +00:00
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 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +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.