diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -1,3 +1,15 @@ +2006-08-30 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclIOGT.c (ExecuteCallback): + * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEval(Obj) + with more efficient Tcl_Eval(Obj)Ex + + * unix/Makefile.in (valgrindshell): add valgrindshell target and + update default VALGRINDARGS. User can override, or add to it with + VALGRIND_OPTS env var. + + * generic/tclFileName.c (DoGlob): match incrs with decrs. + 2006-08-29 Don Porter <dgp@users.sourceforge.net> * generic/tclParseExpr.c: Use the "parent" field of @@ -14,11 +26,11 @@ 2006-08-29 Colin McCormack <coldstore@users.sourceforge.net> - * generic/tclIOUtil.c: Added test for NULL return + * generic/tclIOUtil.c: Added test for NULL return * generic/tclPathObj.c: from Tcl_FSGetNormalizedPath - * unix/tclUnixFile.c: which was causing segv's per - * win/tclWinFCmd.c: Bug 1548263 - * /win/tclWinFile.c: + * unix/tclUnixFile.c: which was causing segv's per + * win/tclWinFCmd.c: Bug 1548263 + * win/tclWinFile.c: 2006-08-28 Kevin Kenny <kennykb@acm.org> |