Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix for bug 579284; registered math funcs can now correctly return wide-ints. | dkf | 2002-07-10 | 3 | -62/+80 |
| | |||||
* | * tests/socket.test: Fixed bug #578164. The original reason for | andreas_kupries | 2002-07-08 | 2 | -3/+10 |
| | | | | | | the was a DNS outage while running the testsuite. Changed [info hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on the local host. | ||||
* | * doc/tcltest.n: Fixed incompatibility in [viewFile]. | dgp | 2002-07-08 | 4 | -7/+12 |
| | | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163] | ||||
* | no zero refcount in Tcl_FS | vincentdarley | 2002-07-08 | 3 | -14/+33 |
| | |||||
* | fs cleanup | vincentdarley | 2002-07-08 | 4 | -17/+29 |
| | |||||
* | fs cleanup | vincentdarley | 2002-07-08 | 7 | -70/+66 |
| | |||||
* | add file link constraint | vincentdarley | 2002-07-08 | 4 | -13/+38 |
| | |||||
* | * tests/pkgMkIndex.test: Constrained tests of [load] package indexing | dgp | 2002-07-06 | 2 | -2/+11 |
| | | | | | to those platforms where the testing shared libraries have been built. [Bug 578166]. | ||||
* | * added recent changes | dgp | 2002-07-05 | 2 | -1/+15 |
| | |||||
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 3 | -4/+22 |
| | | | | | | UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that. | ||||
* | Made many tests work properly when the current directory is not writable. | dkf | 2002-07-05 | 15 | -222/+238 |
| | | | | Added targets to unix/Makefile.in to facilitate testing of this situation. | ||||
* | minor doc fixcore_8_4_b1 | hobbs | 2002-07-05 | 2 | -7/+7 |
| | |||||
* | updated for 8.4b1 release | hobbs | 2002-07-05 | 2 | -13/+13 |
| | |||||
* | More fixing of writable-current-dir assumption. [Bug 575824] | dkf | 2002-07-04 | 3 | -133/+152 |
| | |||||
* | Fix to latest patch. | andreas_kupries | 2002-07-04 | 1 | -2/+3 |
| | |||||
* | * tests/socket.test: | andreas_kupries | 2002-07-04 | 4 | -100/+114 |
| | | | | | | * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem. | ||||
* | fixed [Bug 575817] | Miguel Sofer | 2002-07-04 | 2 | -15/+24 |
| | |||||
* | * All the bugs below are instances of the same problem: The | andreas_kupries | 2002-07-04 | 5 | -1125/+1174 |
| | | | | | | | | | testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836. | ||||
* | tests/pkg1 removal | dgp | 2002-07-04 | 1 | -0/+7 |
| | |||||
* | * tests/pkg1/direct1.tcl: removed | dgp | 2002-07-04 | 4 | -227/+62 |
| | | | | | | | | * tests/pkg1/pkgIndex.tcl: removed * tests/pkgMkIndex.test: Imported auxilliary files from tests/pkg1 into the test file pkgMkIndex.test itself. Formatting fixes. * unix/Makefile.in: removed tests/pkg/* from `make dist` | ||||
* | * Fixed [Bug 575857] where this test file | dgp | 2002-07-04 | 18 | -376/+463 |
| | | | | | | expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself. | ||||
* | * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid | dgp | 2002-07-03 | 4 | -19/+44 |
| | | | | | | | * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033] |