fpc/rtl/objpas/classes
svenbarth bd7cc36ea6 The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet.
Note: The only RTL where this could lead to problems is for BeOS with the old threading implementation as this does not use "BeginThread" at all (the newer implementation does).

rtl/objpas/classes/classes.inc, TThread.Destroy:
  * call "CloseThread" if the thread handle is valid (mimics the logic of the Windows RTL)
rtl/win/tthread.inc, TThread.SysDestroy:
  * remove the call to "CloseHandle"; this is done by "CloseThread" afterwards

git-svn-id: trunk@24313 -
2013-04-23 20:13:07 +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 The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet. 2013-04-23 20:13:07 +00:00
classesh.inc * removed a workaround for pre 2.6.0 fpdocs 2013-04-21 21:33:10 +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 * Access VMT members using TVmt record instead of pointer manipulations. 2012-02-11 10:16:50 +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 * Avoid overflow when reading from streams > 2gb 2012-11-06 23:41:49 +00:00
stringl.inc * Fixed 23805 2013-03-17 17:00:39 +00:00
twriter.inc
util.inc
writer.inc * Fixed references to sub components (mantis #18021) 2010-11-26 14:51:43 +00:00