diff options
author | hobbs <hobbs> | 2006-03-02 22:33:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-03-02 22:33:28 (GMT) |
commit | 76f698cfd03687bdb68303ca5f307f327006c40b (patch) | |
tree | b3f790f405447e767749090b7b0072995c15d5fb /ChangeLog | |
parent | 26ca8618340dcf03df4546ed7ccfa0da843f7791 (diff) | |
download | tcl-76f698cfd03687bdb68303ca5f307f327006c40b.zip tcl-76f698cfd03687bdb68303ca5f307f327006c40b.tar.gz tcl-76f698cfd03687bdb68303ca5f307f327006c40b.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -1,3 +1,10 @@ +2006-03-02 Jeff Hobbs <jeffh@ActiveState.com> + + * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" + path-as-escape issue. + + * unix/tcl.m4, win/tcl.m4: []-quote ac_defun functions. + 2006-03-02 Pat Thoyts <patthoyts@users.sourceforge.net> * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library @@ -15,15 +22,15 @@ * generic/tclIndexObj.c: Disallow the "ambiguous" error message * tests/indexObj.test: when TCL_EXACT matching is requested. -2006-02-15 Don Porter <dgp@users.sourceforge.net> +2006-02-15 Don Porter <dgp@users.sourceforge.net> - * generic/tclIO.c: Made several routines tolerant of - * generic/tclIOUtil.c: interp == NULL arguments. [Bug 1380662] + * generic/tclIO.c: Made several routines tolerant of + * generic/tclIOUtil.c: interp == NULL arguments. [Bug 1380662] -2006-02-09 Don Porter <dgp@users.sourceforge.net> +2006-02-09 Don Porter <dgp@users.sourceforge.net> - * tests/main.test (Tcl_Main-6.7): Improved robustness of - command auto-completion test. [Bug 1422736]. + * tests/main.test (Tcl_Main-6.7): Improved robustness of + command auto-completion test. [Bug 1422736]. 2006-01-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> @@ -384,9 +391,9 @@ 2005-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 - * win/tclWinConsole.c: to give unicode console support on - * win/tclWinInt.h: suitable systems (eg: NT/XP) + * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 + * win/tclWinConsole.c: to give unicode console support on + * win/tclWinInt.h: suitable systems (eg: NT/XP) 2005-11-01 Don Porter <dgp@users.sourceforge.net> |