|
From: Don P. <dg...@us...> - 2008-06-22 11:17:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23650 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/binary.test: Corrected flawed tests revealed by a -debug 1 * tests/io.test: -singleproc 1 test suite run. |
|
From: Don P. <dg...@us...> - 2008-06-23 04:18:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21838 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "Special path" variant of the "path" Tcl_ObjType intrep. A full normalization was getting done, in particular, coercing relative paths to absolute, contrary to what the function of producing the "translated path" is supposed to do. [Bug 1972879]. |
|
From: Don P. <dg...@us...> - 2008-06-23 15:43:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24510 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "Special path" variant of the "path" Tcl_ObjType intrep. A full normalization was getting done, in particular, coercing relative paths to absolute, contrary to what the function of producing the "translated path" is supposed to do. [Bug 1972879]. |
|
From: Don P. <dg...@us...> - 2008-06-23 15:47:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26448 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "Special path" variant of the "path" Tcl_ObjType intrep. A full normalization was getting done, in particular, coercing relative paths to absolute, contrary to what the function of producing the "translated path" is supposed to do. [Bug 1972879]. |
|
From: Pat T. <pat...@us...> - 2008-06-24 14:42:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19849 Modified Files: ChangeLog Log Message: bug #1995063 fix examples and comment on eof use. |
|
From: Don P. <dg...@us...> - 2008-06-24 20:02:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22434 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType for the empty string value. Problem led to a crash in the command [glob -dir {} a]. [Bug 1999176]. |
|
From: Don P. <dg...@us...> - 2008-06-24 20:05:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23707 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType for the empty string value. Problem led to a crash in the command [glob -dir {} a]. [Bug 1999176]. |
|
From: Pat T. <pat...@us...> - 2008-06-25 10:25:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30392 Modified Files: ChangeLog Log Message: fix versions of dde and registry dlls fix problem building with staticpkg option |
|
From: Pat T. <pat...@us...> - 2008-06-25 10:57:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12277 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backported fix for dde/registry versions and the staticpkg build option |
|
From: Andreas K. <and...@us...> - 2008-06-25 16:41:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28151 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe interpreters. Fixes [Bug 1999119]. |
|
From: Andreas K. <and...@us...> - 2008-06-25 17:39:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20672 Modified Files: ChangeLog Log Message: * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe * tests/safe.test: interpreters. Fixes [Bug 1999119]. |
|
From: Andreas K. <and...@us...> - 2008-06-26 22:10:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18210 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and put into the installd tm.tcl conditional on interpreter safeness as well. Thanks to Daniel Steffen for reminding me of that code. |
|
From: Andreas K. <and...@us...> - 2008-06-26 22:12:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19139 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and put into the installed tm.tcl conditional on interpreter safeness as well. Thanks to Daniel Steffen for reminding me of that code. |
|
From: Don P. <dg...@us...> - 2008-06-28 04:19:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14995 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654]. |
|
From: Don P. <dg...@us...> - 2008-06-28 04:21:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16262 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654]. |
|
From: Don P. <dg...@us...> - 2008-06-28 04:22:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16669 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654]. |
|
From: Don P. <dg...@us...> - 2008-06-28 04:31:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20376 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-06-28 23:43:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19466 Modified Files: ChangeLog Log Message: Fix [Bug 2004480] |
|
From: Donal K. F. <dk...@us...> - 2008-06-29 13:50:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31216 Modified Files: ChangeLog Log Message: Fix [Bug 2004256] |
|
From: Don P. <dg...@us...> - 2008-06-29 19:08:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25544 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks Rolf Ade for detecting. |
|
From: Don P. <dg...@us...> - 2008-06-29 19:09:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25953 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks to Rolf Ade for detecting. |
|
From: Donal K. F. <dk...@us...> - 2008-06-29 22:28:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9033 Modified Files: ChangeLog Log Message: Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix typedefs, add a few missing bits) |
|
From: Alexandre F. <fer...@us...> - 2008-06-29 23:05:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25000 Modified Files: ChangeLog Log Message: Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. |
|
From: Alexandre F. <fer...@us...> - 2008-06-29 23:12:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27840 Modified Files: ChangeLog Log Message: Lrange cleanup and in-place optimization [Patch 1890831] |
|
From: Don P. <dg...@us...> - 2008-06-30 02:33:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10547 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match expectations of Tcl 8.5 [Bug 1917650]. |