| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-07-11 08:25:28
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23855 Modified Files: ChangeLog Log Message: [file attributes -permissions] is Unix-only; [catch] it for portability | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-11 12:39:17
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7147 Modified Files: ChangeLog Log Message: tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED flag. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-07-11 13:54:00
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26327 Modified Files: ChangeLog Log Message: ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d' | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-11 15:40:20
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4514 Modified Files: ChangeLog Log Message: * Overlooked CONST documentation update. | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-11 17:42:21
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16309 Modified Files: ChangeLog Log Message: file normalization on win 95/98 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-11 18:59:31
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv13468
Modified Files:
      Tag: core-8-3-1-branch
	ChangeLog 
Log Message:
	 * Corrected reaction to existing but false ::tcl_interactive.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-11 19:03:28
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15215 Modified Files: ChangeLog Log Message: log | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-14 18:29:50
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv4533
Modified Files:
	ChangeLog 
Log Message:
        * library/tcltest/tcltest.tcl:  Corrected errors in handling of
          configuration options -constraints and -limitconstraints.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-15 03:48:40
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19927 Modified Files: ChangeLog Log Message: * Removed declarations that duplicated entries in the (internal) stub table. | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-15 09:01:53
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9693 Modified Files: ChangeLog Log Message: tests, docs | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-15 09:53:22
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22043 Modified Files: ChangeLog Log Message: static internal function | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-15 10:28:20
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31315 Modified Files: ChangeLog Log Message: mac TclpObjlink implementation | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-15 14:16:44
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30976 Modified Files: ChangeLog Log Message: comment cleanup and code speedup for fs | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-15 20:39:43
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30542 Modified Files: ChangeLog Log Message: * Improved constraints to protect /tmp. [Bug 581403] | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-15 22:18:09
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv32074
Modified Files:
	ChangeLog 
Log Message:
       * generic/tclVar.c: refactorisation to reuse already looked-up Var
	pointers; definition of three new Tcl_Obj types to cache variable
	name parsing and lookup for later reuse; modification of internal
	functions to profit from the caching. 
	
	* generic/tclInt.decls:
	* generic/tclInt.h:
	* generic/tclIntDecls.h:
	* generic/tclNamesp.c: adding CONST qualifiers to variable names
	passed to Tcl_FindNamespaceVar and to variable resolvers; adding
	CONST qualifier to the 'msg' argument to TclLookupVar. Needed to
	avoid code duplication in the new tclVar.c code.
	* tests/set-old.test:
	* tests/var.test: slight modification of error messages due to the
	modifications in the tclVar.c code.
 | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-16 01:12:51
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv12939 Modified Files: ChangeLog Log Message: using the new variable name caching possibilities when setting error results in (Tcl_AddObjErrorInfo) and (TclUpdateReturnInfo) | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-16 12:54:37
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7794 Modified Files: ChangeLog Log Message: * generic/tclVar.c: inaccurate comment fixed | 
| 
      
      
      From: Mo D. <md...@us...> - 2002-07-16 21:10:16
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18384 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/configure.in: Remove useless subst of TCL_BIN_DIR. | 
| 
      
      
      From: Mo D. <md...@us...> - 2002-07-16 22:44:43
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19556 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Use dltest.marker file to keep track of when the dltest package is up to date. This fixes [Tcl bug 575768] since tcltest is no longer linked every time. * unix/dltest/Makefile.in: Create ../dltest.marker after a successful `make all` run in dltest. | 
| 
      
      
      From: Mo D. <md...@us...> - 2002-07-16 23:13:07
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27405 Modified Files: ChangeLog Log Message: * unix/Makefile.in: * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-17 10:36:25
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14853 Modified Files: ChangeLog Log Message: variable access optimisations | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-07-17 14:23:15
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv3337 Modified Files: ChangeLog Log Message: Minor changes to make things build with SunPro CC... | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-07-17 18:21:56
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23591 Modified Files: ChangeLog Log Message: removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() and Tcl(Get|Set|Incr)ElementOfIndexedArray() | 
| 
      
      
      From: D. R. H. <dr...@us...> - 2002-07-17 19:14:53
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13481 Modified Files: ChangeLog Log Message: Fix a comment that was causing problems for programs (like "mktclapp") that embed the initialization script in strings. No changes to code. | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-17 20:00:45
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29594 Modified Files: ChangeLog Log Message: load internals refactoring |