From: miguel s. <ms...@us...> - 2002-06-17 00:09:20
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30845 Modified Files: ChangeLog Log Message: a better algorithm for the previous bug fix. |
From: Don P. <dg...@us...> - 2002-06-17 05:37:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27141 Modified Files: ChangeLog Log Message: * Revised locale initialization to interpret environment variable locale values according to XPG4, and to recognize the LC_ALL and LC_MESSAGES values over that of LANG. Also added many Windows Registry locale values to those recognized by msgcat. Revised tests and docs. Bumped to version 1.3. Thanks to Bruno Haible for the report and assistance crafting the solution. [Bug 525522, 525525] |
From: Don P. <dg...@us...> - 2002-06-17 16:37:12
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14682 Modified Files: ChangeLog Log Message: * More Windows Registry locale codes from Bruno Haible. |
From: Joe E. <jen...@us...> - 2002-06-17 18:31:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18489 Modified Files: ChangeLog Log Message: generic/tcl.h: #ifdef logic for K&R C backwards compatibility changed to assume modern C by default. See SF FR #565088 for full details. |
From: Andreas K. <and...@us...> - 2002-06-17 20:05:50
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11091 Modified Files: ChangeLog Log Message: * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec] on windows did not treat { in filenames well.). Bug reported by Vince Darley <vin...@us...>, patch provided by Vince too. |
From: Don P. <dg...@us...> - 2002-06-17 21:06:44
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31302 Modified Files: ChangeLog Log Message: * Corrected en_UK references to en_GB. UK is not a country designation recognized in ISO 3166. |
From: Jeffrey H. <ho...@us...> - 2002-06-17 22:52:52
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv3617 Modified Files: ChangeLog Log Message: * doc/CrtTrace.3: Added TIP#62 implementation of command * doc/trace.n: execution tracing [FR #462580] (lavana). * generic/tcl.h: This includes enter/leave tracing as well * generic/tclBasic.c: as inter-procedure stepping. * generic/tclCmdMZ.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclVar.c: * tests/trace.test: |
From: David G. <dav...@us...> - 2002-06-18 00:13:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21754 Modified Files: ChangeLog Log Message: no message |
From: miguel s. <ms...@us...> - 2002-06-18 13:22:23
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23891 Modified Files: ChangeLog Log Message: generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic code for tcl-stack corruption. |
From: miguel s. <ms...@us...> - 2002-06-18 22:02:50
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7987 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TEBC): elimination of duplicated code in the non-immediate INST_INCR instructions; elimination of 103 (!) TclDecrRefCount macros. The different instructions now jump back to a common "DecrRefCount zone" at the topof the loop. |
From: miguel s. <ms...@us...> - 2002-06-19 16:29:00
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31847 Modified Files: ChangeLog Log Message: generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improved comments; re-indentation. |
From: Jeffrey H. <ho...@us...> - 2002-06-19 22:38:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16259 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again as the Tcl_ObjSetVar2 may cause the result to change. [Patch #558324] (watson) |
From: Joe E. <jen...@us...> - 2002-06-20 00:50:49
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10505 Modified Files: ChangeLog Log Message: doc/file.n: Fixed indentation. No substantive changes. |
From: miguel s. <ms...@us...> - 2002-06-20 14:47:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30938 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclCompEvalObj): clarified and simplified the logic for compilation/recompilation. |
From: miguel s. <ms...@us...> - 2002-06-20 16:41:30
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31521 Modified Files: ChangeLog Log Message: fix for [Bug 571385] |
From: Vince D. <vin...@us...> - 2002-06-21 14:22:29
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26602 Modified Files: ChangeLog Log Message: tip99 |
From: Don P. <dg...@us...> - 2002-06-21 19:11:11
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18226 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * Corrected comments and namespace style issues. Thanks to Bruce Stephens. [Bug 572025] |
From: Don P. <dg...@us...> - 2002-06-21 19:44:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18907 Modified Files: ChangeLog Log Message: * Corrected comments and namespace style issues. Thanks to Bruce Stephens. [Bug 572025] |
From: Joe E. <jen...@us...> - 2002-06-21 21:17:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31177 Modified Files: ChangeLog Log Message: LogSyntaxError() should reset the interpreter result [Bug 550142 "Tcl_ExprObj -> abort"] |
From: Don P. <dg...@us...> - 2002-06-21 22:23:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18759 Modified Files: ChangeLog Log Message: * Updated all package install directories to match current Major.minor versions of the packages. Added tcltest package to installation on Windows. |
From: Don P. <dg...@us...> - 2002-06-22 04:19:47
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1061 Modified Files: ChangeLog Log Message: * Corrections to tcltest and the Tcl test suite so that a test with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). |
From: Don P. <dg...@us...> - 2002-06-25 01:13:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25231 Modified Files: ChangeLog Log Message: * Implementation of TIP 101. Adds and exports a [configure] command from tcltest. |
From: Donal K. F. <dk...@us...> - 2002-06-25 08:59:38
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10608 Modified Files: ChangeLog Log Message: Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared empty result when generating an error message. |
From: Reinhard M. <rm...@us...> - 2002-06-25 14:27:07
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv12480 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib by ${libdir}. |
From: Reinhard M. <rm...@us...> - 2002-06-25 15:20:45
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv3091 Modified Files: ChangeLog Log Message: * unix/tcl.m4: New macro SC_CONFIG_MANPAGES. * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] * unix/mkLinks.tcl: Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features. |