From: miguel s. <ms...@us...> - 2002-04-18 13:08:58
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24570 Modified Files: ChangeLog Log Message: correcting date in Changelog entry |
From: miguel s. <ms...@us...> - 2002-04-18 13:10:29
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25136 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: fix for [Bug #542588], where "too large integers" were reported as "floating-point value" in [expr] error messages. |
From: Donal K. F. <dk...@us...> - 2002-04-18 13:49:31
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8530 Modified Files: ChangeLog Log Message: Partial resolution of Bug #536831; the comment is a bit clearer! |
From: Donal K. F. <dk...@us...> - 2002-04-18 14:12:10
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23218 Modified Files: ChangeLog Log Message: Fixed Bug #545644; [info body] always gives a proper string now! |
From: Don P. <dg...@us...> - 2002-04-18 16:31:41
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4558 Modified Files: ChangeLog Log Message: * Clarified documentation on handling unusual return codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838] |
From: Don P. <dg...@us...> - 2002-04-18 16:56:56
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13553 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * Added "package require"s to msgcat documentation. |
From: miguel s. <ms...@us...> - 2002-04-18 18:32:10
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4464 Modified Files: ChangeLog Log Message: [Bug 545325 ] info level didn't report namespace eval. |
From: miguel s. <ms...@us...> - 2002-04-18 18:32:21
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7900 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: [Bug 545325 ] info level didn't report namespace eval. |
From: Donal K. F. <dk...@us...> - 2002-04-19 08:12:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21785 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: Backport of fix for Bug #545644 |
From: Donal K. F. <dk...@us...> - 2002-04-19 13:08:57
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14254 Modified Files: ChangeLog Log Message: list/string indexes don't destroy wide int rep [Bug #526717] |
From: Daniel A. S. <da...@us...> - 2002-04-19 14:19:29
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6048/tcl Modified Files: ChangeLog Log Message: 2002-04-20 Daniel Steffen <da...@us...> * generic/tclInt.decls: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacUtil.c: Modified TclpObjNormalizePath to be alias file aware, and replaced various calls to FSpLocationFrom*Path by calls to new alias file aware versions FSpLLocationFrom*Path. The alias file aware routines don't resolve the last component of a path if it is an alias. This allows [file copy/delete] etc. to act correctly on alias files. (c.f. discussion in Bug #511666) |
From: Don P. <dg...@us...> - 2002-04-19 23:09:37
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19219 Modified Files: ChangeLog Log Message: * Added [mcload] to the export list of msgcat; bumped to 1.2.3. [Bug 544727] |
From: Don P. <dg...@us...> - 2002-04-20 00:35:20
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8433 Modified Files: ChangeLog Log Message: * [mcmax] wasn't using the caller's namespace when determining the max translated length. Also made revisions for better use of namespace variables and more efficient [uplevel]s. |
From: Don P. <dg...@us...> - 2002-04-20 01:29:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23185 Modified Files: ChangeLog Log Message: * Free the memory allocated for the startup script path. [Bug 543549] |
From: Jeffrey H. <ho...@us...> - 2002-04-22 22:55:34
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14992 Modified Files: ChangeLog Log Message: see ChangeLog |
From: Jeffrey H. <ho...@us...> - 2002-04-23 02:55:00
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8337 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister): corrected calling of Tcl_ConditionWait to ensure that there would be a condition to wait upon. |
From: Donal K. F. <dk...@us...> - 2002-04-23 13:09:51
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10212 Modified Files: ChangeLog Log Message: Added documentation for command tracing API [Bug 414927] |
From: Daniel A. S. <da...@us...> - 2002-04-23 14:26:51
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7509/tcl Modified Files: ChangeLog Log Message: * mac/tclMacResource.r: added check of TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the inclusion of the tcl library code in the resource fork of Tcl executables and shared libraries. |
From: Jeffrey H. <ho...@us...> - 2002-04-23 17:03:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32165 Modified Files: ChangeLog Log Message: * generic/tclAlloc.c: * generic/tclInt.h: * generic/tclThreadAlloc.c (new): * unix/Makefile.in: * unix/tclUnixThrd.c: * win/Makefile.in: * win/tclWinInt.h: * win/tclWinThrd.c: added new threaded allocator contributed by AOL that significantly reduces lock contention when multiple threads are in use. Only Windows and Unix implementations are ready, and the Windows one may need work. It is only used by default on Unix for now, and requires that USE_THREAD_ALLOC be defined (--enable-threads on Unix will define this). |
From: Jeffrey H. <ho...@us...> - 2002-04-24 20:36:08
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8964 Modified Files: ChangeLog Log Message: * generic/tclInt.h: corrected TclRememberJoinableThread decl to use VOID instead of void. |
From: Donal K. F. <dk...@us...> - 2002-04-26 08:34:05
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18475 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: Hex values can be booleans too! [Bug 548686] |
From: Donal K. F. <dk...@us...> - 2002-04-26 08:34:37
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19034 Modified Files: ChangeLog Log Message: Hex values on 64-bit machines can be booleans too! [Bug 548686] |
From: Donal K. F. <dk...@us...> - 2002-04-26 08:43:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21281 Modified Files: ChangeLog Log Message: Added more thorough tests for handling of conversion to boolean. |
From: Donal K. F. <dk...@us...> - 2002-04-26 08:44:09
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21588 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: Added more thorough tests for conversion to boolean. |
From: Jeffrey H. <ho...@us...> - 2002-04-26 19:48:46
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18674 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs. |