From: Vince D. <vin...@us...> - 2003-02-10 10:26:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15176 Modified Files: ChangeLog Log Message: filesystem speed up round 2 |
From: Vince D. <vin...@us...> - 2003-02-10 12:50:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17401 Modified Files: ChangeLog Log Message: further fs cleanup |
From: Donal K. F. <dk...@us...> - 2003-02-10 13:32:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3251 Modified Files: ChangeLog Log Message: * doc/append.n: Return value was not documented. [Bug 683188] |
From: Mo D. <md...@us...> - 2003-02-11 02:18:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21700 Modified Files: ChangeLog Log Message: * win/configure: * win/configure.in: Generate error when attempting to build under Cygwin. The Cygwin port of Tcl/Tk does not build and people are filing bug reports under the mistaken impression that someone is actually maintaining the Cygwin port. A post to comp.lang.tcl asking someone to volunteer as an area maintainer has generated no results. Closing bugs 680840, 630199, and 634772 and marking as "Won't fix". |
From: Jeffrey H. <ho...@us...> - 2003-02-11 09:42:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv892 Modified Files: ChangeLog Log Message: * tests/fileSystem.test: added test 8.3 * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case |
From: Jeffrey H. <ho...@us...> - 2003-02-11 11:07:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32131 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): (UpdateStringOfFsPath): revert the cwdLen == 0 check and instead follow a different code path in Tcl_FSJoinPath. (Tcl_FSConvertToPathType, Tcl_FSGetNormalizedPath): (Tcl_FSGetFileSystemForPath): Update string rep path objects before freeing the internal object. (darley) |
From: miguel s. <ms...@us...> - 2003-02-11 18:03:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30293 Modified Files: ChangeLog Log Message: * generic/tclParse.c * tests/parse.test: fix for [Bug 684744], by Don Porter. |
From: Jeffrey H. <ho...@us...> - 2003-02-11 18:35:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15541 Modified Files: ChangeLog Log Message: * tests/stringObj.test: * generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char opt of 2002-11-11 to not stop early on \x00. [Bug #684699] |
From: Kevin B K. <ke...@us...> - 2003-02-11 20:41:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv13296 Modified Files: ChangeLog Log Message: Corrected a problem where http-4.14 would fail when run with a proxy server. Replaced references to scriptics.com by tcl.tk. |
From: Jeffrey H. <ho...@us...> - 2003-02-11 21:54:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19406 Modified Files: ChangeLog Log Message: * tests/lsearch.test: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case that lsearch -regepx list and pattern objects are equal. |
From: Vince D. <vin...@us...> - 2003-02-12 18:57:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4994 Modified Files: ChangeLog Log Message: glob -l on broken symlink fix |
From: Kevin B K. <ke...@us...> - 2003-02-13 22:03:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24200 Modified Files: ChangeLog Log Message: Added language to describe the handling of the end-of-file character \u001a embedded in a script file. [Bug 685485] |
From: Kevin B K. <ke...@us...> - 2003-02-13 23:49:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv9958 Modified Files: ChangeLog Log Message: Added conversion from the system encoding to tcl_platform(user), so that it works with non-ASCII7 user names. [Bug 685926] |
From: Kevin B K. <ke...@us...> - 2003-02-14 22:31:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3839 Modified Files: ChangeLog Log Message: * win/tclWinTime.c: Added code to test and compensate for forward leaps of the performance counter. See the MSDN Knowledge Base article Q274323 for the hardware problem that makes this necessary on certain machines. * tests/winTime.test: Revised winTime-2.1 - it had a tolerance of thousands of seconds, rather than milliseconds. (What's six orders of magnitude among friends? Both the above changes are triggered by a problem reported at http://aspn.activestate.com/ASPN/Mail/Message/ActiveTcl/1536811 although the developers find it difficult to believe that it accounts for the observed behavior and suspect a fault in the RTC chip. |
From: Jeffrey H. <ho...@us...> - 2003-02-15 01:56:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28359 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: correct HP-UX ia64 --enable-64bit build flags |
From: Kevin B K. <ke...@us...> - 2003-02-15 20:24:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18426 Modified Files: ChangeLog Log Message: Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the last event in the queue. Added test code in 'tcltest' and a new file of test cases 'notify.test' to exercise this functionality; several of the new test cases fail for the original code and pass for the corrected code. |
From: Kevin B K. <ke...@us...> - 2003-02-15 22:30:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv7833 Modified Files: ChangeLog Log Message: Corrected a couple of typos in error messages. [Bug 596027] |
From: miguel s. <ms...@us...> - 2003-02-16 01:36:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3320 Modified Files: ChangeLog Log Message: Don Porter's fix for bad parsing of nested scripts [Bug 681841]. |
From: Kevin B K. <ke...@us...> - 2003-02-17 17:23:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18530 Modified Files: ChangeLog Log Message: Removed Windows line terminators. [Bug 687913]. |
From: Mo D. <md...@us...> - 2003-02-17 22:32:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11999 Modified Files: ChangeLog Log Message: * generic/tclIO.c (Tcl_GetsObj): Minor change so that eol is only assigned at the top of the TCL_TRANSLATE_AUTO case block. The other cases assign eol so this does not change any functionality. |
From: miguel s. <ms...@us...> - 2003-02-18 02:22:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15434 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object was not being freed on all function exits, causing a memory leak [Bug 684756] |
From: Jeffrey H. <ho...@us...> - 2003-02-18 02:25:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17578 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): * generic/tclCmdMZ.c (Tcl_StringObjCmd STR_MATCH): * generic/tclUtf.c (TclUniCharMatch): * generic/tclInt.decls: add private TclUniCharMatch function that * generic/tclIntDecls.h: does string match on counted unicode * generic/tclStubInit.c: strings. Tcl_UniCharCaseMatch has the * tests/string.test: failing that it can't handle strings or * tests/stringComp.test: patterns with embedded NULLs. Added tests that actually try strings/pats with NULLs. TclUniCharMatch should be TIPed and made public in the next minor version rev. |
From: miguel s. <ms...@us...> - 2003-02-18 02:37:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23607 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclRenameCommand): fixing error in previous commit. |
From: Vince D. <vin...@us...> - 2003-02-18 10:13:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17597 Modified Files: ChangeLog Log Message: cleanup of new simplefs test code |
From: Mo D. <md...@us...> - 2003-02-19 00:30:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv697 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Make sure -lpthread gets passed on the link line when checking for the pthread_attr_setstacksize symbol. |