fpc/rtl/objpas
svenbarth e3060130a4 Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets).
rtl/inc/system.inc:
  + new variables that hold pointers to the tables
  + new procedure SetupEntryInformation() that should be used in the entry points of indirect entry targets to setup cross target fields
  + for direct entry targets the two resource string tables are imported here and supplied as initialization to the table pointers
objpas/objpas.pp:
  * adjust table declarations so that the pointers provided from the System unit are used
  * adjust usages of the tables as they are now pointers
win32/system.pp:
  * Exe_Entry: use SetupEntryInformation()
win/syswin.inc:
  * Dll_Entry: use SetupEntryInformation()

git-svn-id: trunk@33028 -
2016-01-29 17:19:33 +00:00
..
classes * Applied partial patch from barlone to change var->out for IdentToInt 2016-01-01 17:37:46 +00:00
sysutils * Fix bug #0029461, faSymlink is incompatible with Delphi and plain wrong 2016-01-22 21:07:27 +00:00
character.pas
fgl.pp * Patch from Silvio Clecio implementing TFPGMapObject (Bug ID 29438) 2016-01-22 23:07:05 +00:00
fpwidestring.pp * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
math.pp * Add Ceil64 and Floor64, patch from Bart Broersma (bug ID 28370) 2015-12-27 17:25:06 +00:00
objpas.pp Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets). 2016-01-29 17:19:33 +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 * Fix bug ID #29155, wrong declaration of ISTream. 2016-01-01 16:35:38 +00:00
typinfo.pp Use CodePointer for all CheckVariantEvent parameter typecast 2016-01-06 14:04:31 +00:00
unicodedata_be.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata_le.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata.inc * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
unicodedata.pas * Patch from Inoussa to decompose canonically (to be able to implement CompareText) 2015-09-04 13:58:28 +00:00
unicodenumtable.pas * Forgot to commit, part of Inoussas update of unicode tables 2016-01-22 22:58:51 +00:00
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.