summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-04-08 14:52:43 (GMT)
committerdas <das>2008-04-08 14:52:43 (GMT)
commit6c606823f1b0924392dfd55c455beb08be96094a (patch)
treec810c75229f8ddd355f70ba8f0925a9a61d08aff /ChangeLog
parent2c13070f5fd97ee4c28c1843f2a551538185b453 (diff)
downloadtcl-6c606823f1b0924392dfd55c455beb08be96094a.zip
tcl-6c606823f1b0924392dfd55c455beb08be96094a.tar.gz
tcl-6c606823f1b0924392dfd55c455beb08be96094a.tar.bz2
* tools/genStubs.tcl: revert erroneous 2008-04-02 change marking
*StubsPtr as EXTERN instead of extern.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 27 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 5352106..0adcdde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,28 @@
+2008-04-08 Daniel Steffen <das@users.sourceforge.net>
+
+ * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking
+ *StubsPtr as EXTERN instead of extern.
+
+ * generic/tclDecls.h: make genstubs
+ * generic/tclIntDecls.h:
+ * generic/tclIntPlatDecls.h:
+ * generic/tclPlatDecls.h:
+ * generic/tclTomMathDecls.h:
+
2008-04-07 Andreas Kupries <andreask@activestate.com>
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.
* tests/chanio.test:
* generic/tclIO.c: Additional changes to data structures for fcopy
* generic/tclIO.h: and channels to perform proper cleanup in case
- of a channel having two background copy operations running as is
- now possible.
+ of a channel having two background copy operations running as is
+ now possible.
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors,
- TclCopyChannel): New macro, and the places using it. This change
- allows for bi-directional fcopy on channels. [Bug 1350564].
- Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net>
- for the patch.
+ TclCopyChannel): New macro, and the places using it. This change
+ allows for bi-directional fcopy on channels. [Bug 1350564].
+ Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ for the patch.
2008-04-07 Reinhard Max <max@suse.de>
@@ -46,23 +57,23 @@
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based
* tests/chanio.test: on Alexandre's test script. Also fixed
- problem with timer in preceding test, was not canceled properly
- in the ok case.
+ problem with timer in preceding test, was not canceled properly
+ in the ok case.
2008-04-04 Andreas Kupries <andreask@activestate.com>
* generic/tclIORChan.c (ReflectOutput): Allow zero return from
- write when input was zero-length anyway. Otherwise keept it an
- error, and separate the message from 'written too much'.
+ write when input was zero-length anyway. Otherwise keept it an
+ error, and separate the message from 'written too much'.
* tests/ioCmd.test (iocmd-24.6): Testcase updated for changed
- message.
+ message.
* generic/tclIORChan.c (ReflectClose): Added missing removal of
- the now closed channel from the reflection map. Before we could
- crash the system by invoking 'chan postevent' on a closed
- reflected channel, dereferencing the dangling pointer in the
- map.
+ the now closed channel from the reflection map. Before we could
+ crash the system by invoking 'chan postevent' on a closed
+ reflected channel, dereferencing the dangling pointer in the
+ map.
* tests/ioCmd.test (iocmd-31.8): Testcase for the above.
@@ -71,7 +82,7 @@
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to
* tests/io.test: prevent fcopy from calling -command synchronously
* tests/chanio.test: the first time. Thanks to Alexandre Ferrieux
- <ferrieux@users.sourceforge.net> for report and patch.
+ <ferrieux@users.sourceforge.net> for report and patch.
2008-04-02 Daniel Steffen <das@users.sourceforge.net>