Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcOnly constraints added | vincentdarley | 2002-07-18 | 3 | -9/+11 |
| | |||||
* | winFile.test cleanup | vincentdarley | 2002-07-18 | 2 | -5/+6 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -18/+18 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 2 | -8/+11 |
| | |||||
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 14 | -60/+60 |
| | |||||
* | fix to knownBug test | vincentdarley | 2002-07-18 | 3 | -3/+19 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -3/+4 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 2 | -11/+14 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 2 | -4/+3 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 13 | -104/+252 |
| | |||||
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 3 | -9/+29 |
| | | | | the FQ old name of the command. [Bug 582532] (Don Porter) | ||||
* | add test constraints | vincentdarley | 2002-07-18 | 2 | -3/+8 |
| | |||||
* | * generic/tclVar.c (DupParsedVarName): nasty bug fixed | Miguel Sofer | 2002-07-17 | 2 | -6/+12 |
| | |||||
* | * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations, | Miguel Sofer | 2002-07-17 | 2 | -3/+9 |
| | | | | inconsistent with tclInt.h | ||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -1/+2 |
| | |||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 13 | -283/+370 |
| | |||||
* | Fix a comment that was causing problems for programs (like "mktclapp") that | drh | 2002-07-17 | 2 | -3/+9 |
| | | | | embed the initialization script in strings. No changes to code. | ||||
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 5 | -1088/+67 |
| | | | | and Tcl(Get|Set|Incr)ElementOfIndexedArray() | ||||
* | Minor changes to make things build with SunPro CC... | dkf | 2002-07-17 | 2 | -2/+11 |
| | |||||
* | variable access optimisations | Miguel Sofer | 2002-07-17 | 4 | -1253/+1454 |
| | |||||
* | * unix/Makefile.in: | mdejong | 2002-07-16 | 3 | -4/+14 |
| | | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. | ||||
* | * unix/Makefile.in: Use dltest.marker file | mdejong | 2002-07-16 | 3 | -7/+19 |
| | | | | | | | | 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. | ||||
* | typo | dgp | 2002-07-16 | 1 | -2/+2 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2002-07-16 | 3 | -4/+6 |
| | | | | * unix/configure.in: Remove useless subst of TCL_BIN_DIR. | ||||
* | const fix for new variable code | dgp | 2002-07-16 | 1 | -3/+3 |
| | |||||
* | style guide fixes | dgp | 2002-07-16 | 1 | -72/+103 |
| | |||||
* | * generic/tclVar.c: inaccurate comment fixed | Miguel Sofer | 2002-07-16 | 2 | -3/+8 |
| | |||||
* | using the new variable name caching possibilities when setting error | Miguel Sofer | 2002-07-16 | 5 | -16/+41 |
| | | | | results in (Tcl_AddObjErrorInfo) and (TclUpdateReturnInfo) | ||||
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 8 | -509/+1318 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | * Improved constraints to protect /tmp. [Bug 581403] | dgp | 2002-07-15 | 2 | -5/+12 |
| | |||||
* | comment cleanup and code speedup for fs | vincentdarley | 2002-07-15 | 2 | -9/+10 |
| | |||||
* | mac TclpObjlink implementation | vincentdarley | 2002-07-15 | 2 | -2/+27 |
| | |||||
* | static internal function | vincentdarley | 2002-07-15 | 3 | -8/+6 |
| | |||||
* | tests, docs | vincentdarley | 2002-07-15 | 3 | -19/+23 |
| | |||||
* | * Removed declarations that duplicated entries in the (internal) | dgp | 2002-07-15 | 2 | -137/+4 |
| | | | | stub table. | ||||
* | * library/tcltest/tcltest.tcl: Corrected errors in handling of | dgp | 2002-07-14 | 2 | -4/+9 |
| | | | | configuration options -constraints and -limitconstraints. | ||||
* | * Bumped HEAD to version 8.4b2 so we can distinguish it from | dgp | 2002-07-14 | 10 | -23/+30 |
| | | | | the 8.4b1 release. | ||||
* | file normalization on win 95/98 | vincentdarley | 2002-07-12 | 1 | -73/+39 |
| | |||||
* | log | dgp | 2002-07-11 | 1 | -0/+3 |
| | |||||
* | * Corrected reaction to existing but false ::tcl_interactive. | dgp | 2002-07-11 | 1 | -3/+2 |
| | |||||
* | file normalization on win 95/98 | vincentdarley | 2002-07-11 | 3 | -225/+130 |
| | |||||
* | * Overlooked CONST documentation update. | dgp | 2002-07-11 | 2 | -2/+6 |
| | |||||
* | ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d' | dkf | 2002-07-11 | 2 | -8/+14 |
| | |||||
* | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED ↵ | Miguel Sofer | 2002-07-11 | 3 | -7/+14 |
| | | | | flag. | ||||
* | [file attributes -permissions] is Unix-only; [catch] it for portability | dkf | 2002-07-11 | 2 | -4/+9 |
| | |||||
* | * Greatly reduced the number of [exec]s, using slave interps instead. | dgp | 2002-07-10 | 3 | -77/+131 |
| | | | | | * Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel]. | ||||
* | typo fixes | dgp | 2002-07-10 | 1 | -3/+3 |
| | |||||
* | Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268] | dkf | 2002-07-10 | 4 | -99/+93 |
| | |||||
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 16 | -446/+440 |
| | | | | in the test suite. | ||||
* | Removed exec of unix utilities from cmdAH.test [Bug 579211] | dkf | 2002-07-10 | 2 | -9/+13 |
| |