summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-29 19:19:16 (GMT)
committernijtmans <nijtmans>2010-09-29 19:19:16 (GMT)
commit4a8ffe9702aa6da7c488be032ac605a65f0cde6f (patch)
treefc70fe2b37df580af76086985cfeb6eb320d2956 /ChangeLog
parent1b6687e138b163e113158afd6450a4c3c4baf4f0 (diff)
downloadtcl-4a8ffe9702aa6da7c488be032ac605a65f0cde6f.zip
tcl-4a8ffe9702aa6da7c488be032ac605a65f0cde6f.tar.gz
tcl-4a8ffe9702aa6da7c488be032ac605a65f0cde6f.tar.bz2
re-generate configure with autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e04ca05..b9ebf0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2010-09-29 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/configure: re-generate with autoconf-2.59
+ * win/configure:
+
2010-09-28 Reinhard Max <max@suse.de>
Implementation of TIP #162, "IPv6 Sockets for Tcl"
-
+
* doc/socket.n: Document the changes to the [socket] and
- [fconfiguyre] commands.
+ [fconfigure] commands.
* generic/tclInt.h: Introduce TclCreateSocketAddress() as a
* generic/tclIOSock.c: replacement for the platform-dependent
@@ -11,7 +16,7 @@
* unix/tclUnixChan.c: Extend the [socket] and [fconfigure]
* unix/tclUnixPort.h: commands to behave as proposed in
* win/tclWinSock.c: TIP #162.
- * win/tclWinPort.h:
+ * win/tclWinPort.h:
* compat/fake-rfc2553.c: A compat implementation of the APIs
* compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and
@@ -20,7 +25,7 @@
* 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
@@ -33,9 +38,9 @@
* generic/tclBasic.c: [Patch 3072080] (minus the itcl
* generic/tclCmdIL.c: update): a saner NRE.
* generic/tclCompExpr.c:
- * generic/tclCompile.c: This makes TclNRExecuteByteCode
+ * generic/tclCompile.c: This makes TclNRExecuteByteCode
* generic/tclCompile.h: (ex TEBC) to be a normal NRE
- * generic/tclExecute.c: citizen: it loses its special status.
+ * generic/tclExecute.c: citizen: it loses its special status.
* generic/tclInt.decls: The logic flow within the BC engine is
* generic/tclInt.h: simplified considerably.
* generic/tclIntDecls.h: