summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added several missing CONSTs in calls to TclGetNamespaceForQualNameKevin B Kenny2001-04-271-3/+3
* * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval ofhobbs2001-03-241-2/+9
* Made [unset] command behave as documented when no arguments present.dkf2001-03-131-2/+8
* Fixed two faults with [unset -nocomplain]; one with a possible overrundkf2001-03-061-11/+17
* Finally fixed bug 119192. This was a real nasty that was hidden bydkf2000-11-171-24/+15
* * generic/tclVar.c (TclLookupVar): reverted fix below as it brokehobbs2000-11-151-9/+9
* Fixed bug 119192 which was causing variable names to be reporteddkf2000-11-151-9/+9
* * generic/tclVar.c (TclVarTraceExists): Corrected excessive memhobbs2000-11-011-18/+17
* * tests/trace.test: Extended array tracing tests.ericm2000-08-251-2/+3
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-251-15/+41
* Added check for non-arrays for [array statistics].ericm2000-08-211-1/+6
* * generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVEericm2000-07-251-2/+2
* * tests/set-old.test:hobbs2000-06-011-7/+23
* * generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp andericm2000-05-311-6/+37
* * tests/set-old.test:ericm2000-05-081-4/+19
* * var.test: Added tests for corrected variable behavior (bug #981).ericm2000-01-211-1/+12
* * tests/var.test: Added a test for the array multiple deleteericm2000-01-151-1/+16
* * generic/tclNamesp.c:hobbs1999-10-051-5/+5
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-8/+56
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-101-1/+65
* * Changed version to 8.2b2.redman1999-07-221-2/+17
* * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature incrementhershey1999-06-171-3/+3
* * tests/string.test:hershey1999-06-081-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-350/+365
* * generic/tclProc.c:stanton1999-02-031-123/+145
* eliminated purify warning and other lintstanton1998-11-191-5/+3
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* replaced isArg/isTemp with flagsstanton1998-08-071-2/+2
* incr tcl updtaeswelch1998-06-281-1/+45
* fixed behavior of "array set" on initialization with an emtpy liststanton1998-06-181-33/+57
* Initial revisionrjohnson1998-03-261-0/+4552