summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 4 insertions, 33 deletions
diff --git a/ChangeLog b/ChangeLog
index e88dfe6..5c053e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,3 @@
-2013-04-19 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclDecls.h: Implement many Tcl_*Var* functions and
- Tcl_GetIndexFromObj as (faster/stack-saving) macros around resp
- their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct.
-
-2013-04-12 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclDecls.h: Implement Tcl_Pkg* functions as
- (faster/stack-saving) macros around Tcl_Pkg*Ex functions.
-
2013-04-08 Don Porter <dgp@users.sourceforge.net>
* generic/regc_color.c: [Bug 3610026] Stop crash when the number of
@@ -239,13 +228,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
@@ -288,18 +270,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
@@ -322,8 +292,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>
@@ -448,8 +419,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>