summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-08 08:13:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-08 08:13:31 (GMT)
commit0aacbdde5731d13b37f89453b2c72c1ff5250a51 (patch)
tree7f95c74f3f1c8af101acabb8b52ff11e55f5c4ef /ChangeLog
parentb0db7876f6b3796fdaaf44512cf1fb86966b870d (diff)
downloadtcl-0aacbdde5731d13b37f89453b2c72c1ff5250a51.zip
tcl-0aacbdde5731d13b37f89453b2c72c1ff5250a51.tar.gz
tcl-0aacbdde5731d13b37f89453b2c72c1ff5250a51.tar.bz2
Fix [Bug 2788468].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 20 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 76314a1..7a7bb1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2009-05-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/exec.test (cat): [Bug 2788468]: Adjust the scripted version of
+ cat so that it does not perform transformations on the data it is
+ working with, making it more like the standard Unix 'cat' program.
+
2009-05-07 Miguel Sofer <msofer@users.sf.net>
- * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],
- insure that a command in a deleted namespace cannot be found
- through a cached name.
-
- * generic/tclBasic.c: Let coroutines start with a much smaller
- * generic/tclCompile.h: stack: 200 words (previously was 2000,
- * generic/tclExecute.c: the same as interps)
+ * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2785893]: Ensure that
+ a command in a deleted namespace can't be found through a cached name.
+
+ * generic/tclBasic.c: Let coroutines start with a much smaller
+ * generic/tclCompile.h: stack: 200 words (previously was 2000, the
+ * generic/tclExecute.c: same as interps).
2009-05-07 Donal K. Fellows <dkf@users.sf.net>
@@ -37,8 +42,8 @@
2009-04-30 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc
- is not used, use Tcl_NRCallObjProc instead [Bug 2486550].
+ * generic/tclBasic.c (TclObjInvoke): [Bug 2486550]: Make sure that a
+ null objProc is not used, use Tcl_NRCallObjProc instead.
2009-05-01 Jan Nijtmans <nijtmans@users.sf.net>
@@ -47,8 +52,8 @@
2009-04-28 Jeff Hobbs <jeffh@ActiveState.com>
- * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check
- to add _r to CC on AIX with threads.
+ * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to
+ add _r to CC on AIX with threads.
2009-04-27 Donal K. Fellows <dkf@users.sf.net>
@@ -71,7 +76,7 @@
* library/http/http.tcl: [Bug 2715421]: Removed spurious newline added
* tests/http11.test: after POST and added tests to detect excess
- * tests/httpd11.tcl: bytes being POSTed.
+ * tests/httpd11.tcl: bytes being POSTed.
* library/http/pkgIndex.tcl:
* makefiles: package version now 2.8.1
@@ -115,7 +120,7 @@
want to run the tcl event loop via
Tcl_ServiceModeHook(TCL_SERVICE_ALL).
- * macosx/tclMacOSXNotify.c: add CFRunLoop based Tcl_Sleep() and
+ * macosx/tclMacOSXNotify.c: add CFRunLoop based Tcl_Sleep() and
* unix/tclUnixChan.c: TclUnixWaitForFile() implementations
* unix/tclUnixEvent.c: and disable select() based ones in
CoreFoundation builds.
@@ -150,7 +155,7 @@
* tools/tclZIC.tcl: Always emit files with Unix line termination.
* library/tzdata: Olson's tzdata2009e
-
+
2009-04-09 Don Porter <dgp@users.sourceforge.net>
* library/http/http.tcl: [Bug 26245326]: Handle incomplete
@@ -169,7 +174,7 @@
2009-04-08 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: [Bug 2570363]: Converted [eval]s (some
- * library/tcltest/pkgIndex.tcl: unsafe!) to {*} in tcltest package.
+ * library/tcltest/pkgIndex.tcl: unsafe!) to {*} in tcltest package.
* unix/Makefile.in: => tcltest 2.3.1
* win/Makefile.in: