fpc/rtl/objpas/classes
nickysn e342c11085 + introduced a private type TCodePtrList, which is the specialization
TFPGList<CodePointer> on archs/memory models where CodePointer is different
  than Pointer. On archs/memory models where CodePointer = Pointer, TCodePtrList
  is simply an alias of TList and the fgl unit isn't pulled in.
* the type of FindGlobalComponentList changed to TCodePtrList and the typecasts
  from TFindGlobalComponent (procvar type) to Pointer changed to CodePointer.
  This fixes compilation of unit classes in the i8086 medium memory model.

git-svn-id: trunk@25357 -
2013-08-23 19:25:51 +00:00
..
action.inc
bits.inc * pass not only exception address but also frame to raise: 2012-11-04 20:40:21 +00:00
classes.inc + introduced a private type TCodePtrList, which is the specialization 2013-08-23 19:25:51 +00:00
classesh.inc * use CodePointer in Classes.TReader.FindMethod() and TFindMethodEvent for i8086 medium memory model compatibility 2013-07-20 22:10:22 +00:00
collect.inc * Changed ooChanged to ooChange, to be more consistent with tense in other values 2012-08-28 12:32:15 +00:00
compon.inc * Fix from Luiz Americo to avoid crash when a freenotification is registered during destroy. (bug ID 23031) 2012-10-08 12:02:11 +00:00
constsg.inc
constss.inc
cregist.inc
dm.inc
filer.inc
intf.inc
lists.inc * Applied and expanded patch from Luiz Americo to implement faster notifyobservers (bug ID 23419) 2012-12-02 11:14:49 +00:00
parser.inc * Second patch from Mattias Gaertner (bug 19623, should fix 19633 as well) 2011-06-27 18:34:25 +00:00
persist.inc * Applied and expanded patch from Luiz Americo to implement faster notifyobservers (bug ID 23419) 2012-12-02 11:14:49 +00:00
reader.inc * use CodePointer in Classes.TReader.FindMethod() and TFindMethodEvent for i8086 medium memory model compatibility 2013-07-20 22:10:22 +00:00
resref.inc * partial fix for mantis #22912 (waiting on clarification from Unicode 2012-09-28 07:57:45 +00:00
sllist.inc * partial fix for mantis #22912 (waiting on clarification from Unicode 2012-09-28 07:57:45 +00:00
streams.inc * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
stringl.inc * Added AddText as suggested in bug ID #24764 2013-07-19 07:16:06 +00:00
twriter.inc
util.inc
writer.inc * Fixed references to sub components (mantis #18021) 2010-11-26 14:51:43 +00:00