| 
      
      
      From: Don P. <dg...@us...> - 2003-09-04 16:44:23
      
     | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv10568
Modified Files:
	ChangeLog 
Log Message:
        * doc/SplitList.3:      Implementation of TIP 148.  Fixes [Bug 489537].
        * generic/tcl.h:        Updated Tcl_ConvertCountedElement() to quote
        * generic/tclUtil.c:    the leading "#" character of all list elements
        unless the TCL_DONT_QUOTE_HASH flag is passed in.
        * generic/tclDictObj.c: Updated Tcl_ConvertCountedElement() callers
        * generic/tclListObj.c: to pass in the TCL_DONT_QUOTE_HASH flags
        * generic/tclResult.c:  when appropriate.
 |