|
From: Donal K. F. <dk...@us...> - 2004-05-04 12:36:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10851 Modified Files: ChangeLog Log Message: Suppress a signed-ness warning. |
|
From: Don P. <dg...@us...> - 2004-05-04 19:50:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5426 Modified Files: ChangeLog Log Message: * tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauvan). [Bug 947440] |
|
From: Don P. <dg...@us...> - 2004-05-04 19:50:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5573 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauvan). [Bug 947440] |
|
From: Don P. <dg...@us...> - 2004-05-04 20:09:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9909 Modified Files: ChangeLog Log Message: * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get * generic/tclInt.h: declared in the TCL_MEM_DEBUG and * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564] |
|
From: Jeffrey H. <ho...@us...> - 2004-05-04 22:12:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7847 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/fileName.test (filename-12.9): use C:/ instead of the first item in file volumes - that's usually A:/, which for most will have nothing in it. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-04 22:26:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10697 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition * tests/winFCmd.test (winFCmd-16.12): triggered when $HOME is volumerelative (ie 'C:'). |
|
From: Jeffrey H. <ho...@us...> - 2004-05-04 22:31:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11736 Modified Files: ChangeLog Log Message: * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most. |
|
From: David G. <dav...@us...> - 2004-05-05 18:24:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15737 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2004-05-05 18:29:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16856 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2004-05-05 19:01:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23590 Modified Files: ChangeLog Log Message: no message |
|
From: Donal K. F. <dk...@us...> - 2004-05-05 20:52:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14868 Modified Files: ChangeLog Log Message: Remove reference to totally non-existant API. [Bug 848440] |
|
From: Donal K. F. <dk...@us...> - 2004-05-05 20:54:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15196 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Remove reference to totally non-existant API. [Bug 848440] |
|
From: Don P. <dg...@us...> - 2004-05-05 21:34:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24670 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177] |
|
From: Don P. <dg...@us...> - 2004-05-05 21:35:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24786 Modified Files: ChangeLog Log Message: * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177] |
|
From: Donal K. F. <dk...@us...> - 2004-05-05 22:08:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31467 Modified Files: ChangeLog Log Message: More examples. |
|
From: Donal K. F. <dk...@us...> - 2004-05-05 23:08:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11029 Modified Files: ChangeLog Log Message: More examples. |
|
From: David G. <dav...@us...> - 2004-05-06 01:05:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv502 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: no message |
|
From: miguel s. <ms...@us...> - 2004-05-06 04:41:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31928 Modified Files: ChangeLog Log Message: * generic/tclInt.h: * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObjMacro(), so that the allocation and freeing of Tcl_Obj is defined in a single spot (the macros in tclInt.h), with the exception of the TCL_MEM_DEBUG case. The #ifdef logic for the corresponding macros has been reformulated to make it clearer. |
|
From: Vince D. <vin...@us...> - 2004-05-07 07:44:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29511 Modified Files: ChangeLog Log Message: vfs glob root volume fix |
|
From: Reinhard M. <rm...@us...> - 2004-05-07 20:01:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19412 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905). |
|
From: miguel s. <ms...@us...> - 2004-05-07 22:26:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15873 Modified Files: ChangeLog Log Message: * doc/unset.n: added upvar.n to the "see also" list |
|
From: miguel s. <ms...@us...> - 2004-05-07 22:29:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16334 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/unset.n: added upvar.n to the "see also" list |
|
From: miguel s. <ms...@us...> - 2004-05-07 22:29:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16441 Modified Files: ChangeLog Log Message: correcting Changelog entry |
|
From: Donal K. F. <dk...@us...> - 2004-05-07 23:29:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28606 Modified Files: ChangeLog Log Message: Added yet more examples. |
|
From: Chengye M. <che...@us...> - 2004-05-08 04:07:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8567 Modified Files: ChangeLog Log Message: Refixed bug 789040 |