summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2010-09-28 15:20:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2010-09-28 15:20:17 (GMT)
commitf939b6c7e8e9053fe0c26c1c33379cd9fba0a241 (patch)
tree710c8ceda106eb0fe8a2d9160f7d562d023dad65 /ChangeLog
parentac52d425437796ab87c8ebef20c152b283f60d76 (diff)
downloadtcl-f939b6c7e8e9053fe0c26c1c33379cd9fba0a241.zip
tcl-f939b6c7e8e9053fe0c26c1c33379cd9fba0a241.tar.gz
tcl-f939b6c7e8e9053fe0c26c1c33379cd9fba0a241.tar.bz2
* generic/tclExecute.c: remove TEBCreturn() callback, the job can
be accomplished by TEBCresume()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98893db..2816e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-27 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c: remove TEBCreturn() callback, the job can
+ be accomplished by TEBCresume()
+
2010-09-28 Reinhard Max <max@suse.de>
Implementation of TIP #162, "IPv6 Sockets for Tcl"
@@ -20,14 +25,14 @@
* unix/configure.in: Test whether the fake-implementation is
* unix/tcl.m4: needed.
* unix/Makefile.in: Add a compile target for fake-rfc2553.
-
+
* win/configure.in: Allow cross-compilation by default
* tests/socket.test: Improve the test suite to make more use of
* tests/remote.tcl: randomized ports to reduce interference with
tests running in parallel or other services
on the machine.
-
+
2010-09-26 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: [Patch 3072080] (minus the itcl