diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-03-05 23:28:25 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-03-05 23:28:25 (GMT) |
commit | 46c5f7a817b9e5508cde166112d355998c8213dc (patch) | |
tree | a44f7c3f3374b976cde326914120ea1697ec91f6 /ChangeLog | |
parent | bbbcdcbdfc1d81b58a3bd8234b3494b598184c3b (diff) | |
download | tcl-46c5f7a817b9e5508cde166112d355998c8213dc.zip tcl-46c5f7a817b9e5508cde166112d355998c8213dc.tar.gz tcl-46c5f7a817b9e5508cde166112d355998c8213dc.tar.bz2 |
* library/platform/shell.tcl (::platform::shell::RUN): In the case
* library/platform/pkgIndex.tcl: of a failure put the captured stderr
* unix/Makefile.in: into the error message to aid in debugging. Bumped
* win/Makefile.in: package version to 1.1.2, and updated the makefiles
installing it as Tcl Module.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-05 Andreas Kupries <andreask@activestate.com> + + * library/platform/shell.tcl (::platform::shell::RUN): In the case + * library/platform/pkgIndex.tcl: of a failure put the captured stderr + * unix/Makefile.in: into the error message to aid in debugging. Bumped + * win/Makefile.in: package version to 1.1.2, and updated the makefiles + installing it as Tcl Module. + 2007-03-03 Donal K. Fellows <dkf@users.sf.net> * generic/tclLink.c (LinkedVar): Added macro to conceal at least some |