fpc/rtl/objpas
Jonas Maebe eeb98a0c0f - removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
CreateDir and RemoveDir, and implemented a generic one (based on the OS/2
    version) in the shared sysutils code (so that the filesystem code page
    support for the system unit routines can be reused)
  * include both ansistring and unicodestring versions of the above routines,
    and of ForceDirectories. Exception: GetCurrentDir, which cannot be
    overloaded based on function result and whose return type currently
    dependends on the FPC_UNICODE_RTL define

git-svn-id: branches/cpstrrtl@25113 -
2013-07-16 14:15:55 +00:00
..
classes
collations
sysutils - removed platform-specific implementations of GetCurrentDir, SetCurrentDir, 2013-07-16 14:15:55 +00:00
character.pas
convutil.inc
convutil.pp
convutils.pp
cvarutil.inc
dateutil.inc
dateutil.pp
dateutils.pp
fgl.pp
fmtbcd.pp
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
sysconst.pp
types.pp
typinfo.pp
ucadata_be.inc
ucadata_le.inc
ucadata.inc
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas
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.