summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 4 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 64d80c1..370c1fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,13 +77,6 @@
created by the http package will always be operated in asynchronous
mode.
-2013-01-21 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclInt.decls: Put back Tcl[GS]etStartupScript(Path|FileName)
- in private stub table, so extensions using this (like Tk 8.4) will
- continue to work in all Tcl 8.x versions. Extensions using this
- still cannot be compiled against Tcl 8.6 headers.
-
2013-01-18 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclPort.h: [Bug 3598300]: unix: tcl.h does not include
@@ -126,18 +119,6 @@
* doc/fileevent.n: [Bug 3436609]: Clarify readable fileevent "false
positives" in the case of multibyte encodings/transforms.
-2013-01-13 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclIntDecls.h: If TCL_NO_DEPRECATED is defined, make sure
- that TIP #139 functions all are taken from the public stub table, even
- if the inclusion is through tclInt.h.
-
-2013-01-12 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclInt.decls: Put back TclBackgroundException in internal
- stub table, so extensions using this, compiled against 8.5 headers
- still run in Tcl 8.6.
-
2013-01-09 Jan Nijtmans <nijtmans@users.sf.net>
* library/http/http.tcl: [Bug 3599395]: http assumes status line is a
@@ -160,8 +141,9 @@
2013-01-06 Jan Nijtmans <nijtmans@users.sf.net>
* library/http/http.tcl: Don't depend on Spencer-specific regexp
- * tests/env.test: syntax (/u and /U) any more in unrelated places.
+ * tests/env.test: syntax (/u and /U) any more.
* tests/exec.test:
+ * tests/reg.test:
Bump http package to 2.8.6.
2013-01-04 Donal K. Fellows <dkf@users.sf.net>
@@ -286,8 +268,8 @@
2012-12-07 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/dltest/pkgb.c: Turn pkgb.so into a Tcl9 interoperability test
- library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should
+ * unix/dltest/pkgb.c: Turn pkgb.so into a Tcl8 interoperability test
+ library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 8 should
either result in an error-message, either succeed, but never crash.
2012-11-28 Donal K. Fellows <dkf@users.sf.net>