fpc/rtl/objpas
Jonas Maebe 155aafc255 * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
so declarations can also depend on it and similar defines (not yet the
    case)
  + added SYSUTILS_HAS_ANSISTR_ENVVAR_IMPL/SYSUTILS_HAS_UNICODESTR_ENVVAR_IMPL
    to indicate whether the platform-dependent part of the unit provides
    an ansistring/unicodestring interface to get environment variables
  + Windows version of getenvironmentvariable(unicodestring)
  + generic ansistring/unicodestring versions of GetEnvironmentVariable()
    in case the platform doesn't provide them
  * result of GetEnvironmentString() is ansistring/unicodestring depending
    on the state of the FPC_RTL_UNICODE define

git-svn-id: branches/cpstrrtl@25116 -
2013-07-16 14:16:34 +00:00
..
classes * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
collations rtl, utils: Fix cross-endian collation files generation by Inoussa OUEDRAOGO (issue #0024266) 2013-04-15 08:27:14 +00:00
sysutils * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface 2013-07-16 14:16:34 +00:00
character.pas
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc * Removed redundant assignments to result in UniversalTimeToLocal and LocalTimeToUniversal, Mantis #24582. 2013-06-12 14:33:23 +00:00
dateutil.pp
dateutils.pp
fgl.pp * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
fmtbcd.pp * Better patch from Laco for bug #24274, without relying on try/except 2013-04-25 18:26:24 +00:00
fpwidestring.pp * synchronised with trunk up to r24912 2013-06-17 20:50:02 +00:00
freebidi.pp
math.pp
objpas.pp + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 2013-07-04 22:28:37 +00:00
README.txt
rtlconst.inc
rtlconst.pp
rtlconsts.pp
stdconvs.pp
strutils.pp Applied patch from Reinier Olislagers. Fix for Mantis #24159. 2013-03-28 10:08:42 +00:00
sysconst.pp
types.pp
typinfo.pp rtl: add tkBool into TTypeData case (issue #0024538) 2013-06-03 00:59:23 +00:00
ucadata_be.inc
ucadata_le.inc
ucadata.inc
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas * do not depend on sysutils because unicodedata is a very basic unit 2013-05-04 16:25:41 +00:00
unicodeducet.pas
unicodenumtable.pas
utf8bidi.pp
varutilh.inc
varutils.inc
weight_derivation.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.