| 
      
      
      From: Don P. <dg...@us...> - 2008-12-02 19:40:44
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8793 Modified Files: ChangeLog Log Message: TIP #336 IMPLEMENTATION * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine. * generic/tcl.h: Dropped default access to interp->errorLine. * generic/tclCmdAH.c: Restore it with -DUSE_INTERP_ERRORLINE. * generic/tclCmdMZ.c: Updated callers. * generic/tclDictObj.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclOOBasic.c: * generic/tclOODefinedCmds.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclResult.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-02 19:45:16
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11305 Modified Files: ChangeLog Log Message: note incompa | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-03 06:36:09
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21088 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclFileName.c (TclDoGlob): One of the Tcl_FSMatchInDirectory() calls did not have its return code checked. Some VFS drivers can return TCL_ERROR, and when that's not checked, the error message gets converted into a list of matching files returned by [glob], with ridiculous results. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-03 07:03:16
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23203 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did not have its return code checked. This caused error messages returned by some Tcl_Filesystem drivers to be swallowed. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-03 07:08:46
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23749 Modified Files: ChangeLog Log Message: * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did not have its return code checked. This caused error messages returned by some Tcl_Filesystem drivers to be swallowed. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-03 09:51:48
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10580 Modified Files: ChangeLog Log Message: Fix [Bug 2380318] | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-04 17:43:57
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14879 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added another flag value TCLPATH_NEEDNORM to mark those intreps which need more complete normalization attention for correct results. [Bug 2385549] | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-04 17:45:06
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14973 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TCLPATH_NEEDNORM to mark those intreps which need more complete normalization attention for correct results. [Bug 2385549] | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-04 17:45:54
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15092 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TCLPATH_NEEDNORM to mark those intreps which need more complete normalization attention for correct results. [Bug 2385549] | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-05 14:27:46
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9302 Modified Files: ChangeLog Log Message: Implement TIP#307. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-05 22:16:47
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11868 Modified Files: ChangeLog Log Message: Implement TIP#335 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-06 20:12:32
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20293 Modified Files: ChangeLog Log Message: Partial fix for [Bug 2388866] | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-09 14:09:20
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4632 Modified Files: ChangeLog Log Message: A bit more readability refactoring. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-09 20:16:32
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4388 Modified Files: ChangeLog Log Message: TIP #337 IMPLEMENTATION * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine *** | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-12-09 22:01:56
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12533 Modified Files: ChangeLog Log Message: restore source and binary compatibility for TIP #337 implementation. (when it's _that_ simple, there is no excuse not to do it) :-) | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-10 11:15:10
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10079 Modified Files: ChangeLog Log Message: Implement TIP#341. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-12-10 13:52:10
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20507 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD | 
| 
      
      
      From: Alexandre F. <fer...@us...> - 2008-12-10 18:27:37
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8954 Modified Files: ChangeLog Log Message: TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | 
| 
      
      
      From: Kevin B K. <ke...@us...> - 2008-12-10 19:00:58
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10572 Modified Files: ChangeLog Log Message: library/tzdata/*: Update from Olson's tzdata2008i. | 
| 
      
      
      From: Kevin B K. <ke...@us...> - 2008-12-10 19:04:02
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11088 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: library/tzdata/*: Update from Olson's tzdata2008i. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-11 01:21:55
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16074 Modified Files: ChangeLog Log Message: First hack at TIP#234 | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-12-11 14:02:05
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30304 Modified Files: ChangeLog Log Message: Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-12-11 14:05:33
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30596 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-12-11 14:13:39
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31973 Modified Files: ChangeLog Log Message: Added basic test suite for zlib | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-12-11 14:32:39
       | 
| Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2654 Modified Files: ChangeLog Log Message: |