diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-09-28 15:20:17 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-09-28 15:20:17 (GMT) |
commit | f939b6c7e8e9053fe0c26c1c33379cd9fba0a241 (patch) | |
tree | 710c8ceda106eb0fe8a2d9160f7d562d023dad65 /ChangeLog | |
parent | ac52d425437796ab87c8ebef20c152b283f60d76 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |