fpc/rtl/objpas
svenbarth 2cf8cdd885 Fix for Mantis #28650.
rtl/objpas/sysutils/sysstrh.inc:
  * forward PString to ObjPas.PString to avoid potential type conflicts

+ added test

git-svn-id: trunk@31603 -
2015-09-11 15:38:59 +00:00
..
classes * Fix bug #0028486 2015-08-07 12:00:40 +00:00
sysutils Fix for Mantis #28650. 2015-09-11 15:38:59 +00:00
character.pas
fgl.pp * see also r31267, mantis #28289, change calculation. 2015-08-24 12:03:56 +00:00
fpwidestring.pp * provide possibility of reusing the routine from system WideStringManager for retrieval of current codepage on non-Windows and non-Unix 2015-02-04 01:39:54 +00:00
math.pp * Mimic minfloat for fpdoc 2015-06-13 16:37:33 +00:00
objpas.pp * Added TArray generic 2015-08-31 12:03:55 +00:00
README.txt
rtlconst.inc * TStreamReader (TTextReader) implementation by Sylvio Clecio (bug ID 28075) 2015-06-10 21:38:55 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * respect feature defines 2015-03-29 19:43:25 +00:00
types.pp * Some Delphi XE8 compatibility types 2015-08-31 12:00:22 +00:00
typinfo.pp * handle dyn. arrays and interfaces correctly in TypInfo.SetOrdProp 2015-03-08 09:40:36 +00:00
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas * Patch from Inoussa to decompose canonically (to be able to implement CompareText) 2015-09-04 13:58:28 +00:00
unicodenumtable.pas
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.