|
From: Kevin B K. <ke...@us...> - 2005-06-06 21:04:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11950 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Correct crash in stack.test on gcc/win32 |
|
From: Donal K. F. <dk...@us...> - 2005-06-06 23:45:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4981 Modified Files: ChangeLog Log Message: TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms). |
|
From: Don P. <dg...@us...> - 2005-06-07 02:07:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15586 Modified Files: ChangeLog Log Message: make genstubs |
|
From: Donal K. F. <dk...@us...> - 2005-06-07 10:05:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26134 Modified Files: ChangeLog Log Message: Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read] implementation) |
|
From: Donal K. F. <dk...@us...> - 2005-06-07 10:27:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5612 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport unix threading fix |
|
From: Donal K. F. <dk...@us...> - 2005-06-07 20:37:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3653 Modified Files: ChangeLog Log Message: Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! |
|
From: Donal K. F. <dk...@us...> - 2005-06-07 20:52:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12423 Modified Files: ChangeLog Log Message: Now for a real test of [chan truncate]... |
|
From: Don P. <dg...@us...> - 2005-06-07 21:14:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25315 Modified Files: ChangeLog Log Message: * generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as required by the tclcompiler application. |
|
From: Donal K. F. <dk...@us...> - 2005-06-07 21:32:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1261 Modified Files: ChangeLog Log Message: Added (untested!) implementation of truncation for Windows |
|
From: Don P. <dg...@us...> - 2005-06-07 21:46:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10790 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndexObj.c: "enembleCmd", "localVarName", and * generic/tclNamesp.c: "levelReference" to file static scope. * generic/tclProc.c: * generic/tclVar.c: |
|
From: Donal K. F. <dk...@us...> - 2005-06-08 21:17:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9142 Modified Files: ChangeLog Log Message: typo fix |
|
From: Donal K. F. <dk...@us...> - 2005-06-09 14:24:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32643 Modified Files: ChangeLog Log Message: Small doc improvements [Bug 1211078] etc. |
|
From: Vince D. <vin...@us...> - 2005-06-09 16:25:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28657 Modified Files: ChangeLog Log Message: fix to race condition in file mkdir and fix to glob documentation |
|
From: Donal K. F. <dk...@us...> - 2005-06-10 15:22:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10676 Modified Files: ChangeLog Log Message: Improve the [chan] documentation |
|
From: Donal K. F. <dk...@us...> - 2005-06-12 22:13:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8268 Modified Files: ChangeLog Log Message: Simplify command compilation by moving numerous common stanzas into macros so that things say what they do instead of relying on the code-writer knowing all the basic ropes. Also cleaned up the whitespace/style of the code |
|
From: Vince D. <vin...@us...> - 2005-06-13 08:32:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24464 Modified Files: ChangeLog Log Message: correct fix to file mkdir |
|
From: Donal K. F. <dk...@us...> - 2005-06-14 13:46:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9152 Modified Files: ChangeLog Log Message: Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquette for helping to track this one down. |
|
From: Donal K. F. <dk...@us...> - 2005-06-17 14:26:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29094 Modified Files: ChangeLog Log Message: Fix an odd [after]-and-limits problem. [Bug 1221395] |
|
From: Donal K. F. <dk...@us...> - 2005-06-17 23:26:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30687 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] |
|
From: Donal K. F. <dk...@us...> - 2005-06-17 23:41:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7185 Modified Files: ChangeLog Log Message: Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] |
|
From: Don P. <dg...@us...> - 2005-06-18 20:20:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23632 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: release tag |
|
From: Daniel A. S. <da...@us...> - 2005-06-18 21:45:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23251 Modified Files: ChangeLog Log Message: * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ppc and i386 at the same time), the configure AC_C_BIGENDIAN check is not sufficient in this case because a single run of the compiler builds for two architectures with different endianness. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2005-06-18 21:46:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23460 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: *** 8.4.11 TAGGED FOR RELEASE *** * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ppc and i386 at the same time), the configure AC_C_BIGENDIAN check is not sufficient in this case because a single run of the compiler builds for two architectures with different endianness. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2005-06-19 21:51:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22368 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: update release tag |
|
From: Mo D. <md...@us...> - 2005-06-20 07:49:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19324 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passed more than once to the switch command. The previous implementation silently accepted invalid switch invocations like [switch -exact -glob $str ...]. * tests/for.test: Check some error cases when invoking continue and break inside a for loop next script. * tests/switch.test: Add checks for shortened version of a mode argument like -exact. Add test for more than one mode argument. Add test for odd case of passing a variable as a body script. |