summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Renumber and rearrange new Tcl_Array*() functions to have a somewhat more log...andy2016-11-264-393/+393
* | | | | Revert unintended change to Tcl_ZlibStreamInit() argument nameandy2016-11-262-3/+3
* | | | | Implement Tcl_ArrayGet(), add -exact|-glob|-regexp options to [array get]andy2016-11-265-130/+200
* | | | | Remove new test trace-41.1 since it is a duplicate of test var-18.1andy2016-11-261-39/+0
* | | | | Remove optimization that runs afoul of test var-18.1andy2016-11-261-11/+3
* | | | | Update test for [array unset] mode optionandy2016-11-261-1/+1
* | | | | Implement Tcl_ArrayExists()andy2016-11-264-13/+54
* | | | | Fold create argument to ArrayVar() into TCL_VAR_CREATE flags bit which only A...andy2016-11-266-152/+236
* | | | | Simplify function description commentandy2016-11-251-7/+1
* | | | | Merge CleanupVar() into TclCleanupVar(), no need for them to be separateandy2016-11-251-19/+8
* | | | | Rename dictObj to dictPtr for consistency with other public variable function...andy2016-11-253-10/+10
* | | | | Rename TclArraySet() to Tcl_ArraySet() and put in tcl.decls. Enhance ArrayVa...andy2016-11-254-221/+240
* | | | | Add Tcl_ArraySearchPeek()andy2016-11-254-13/+54
* | | | | Add filter options to more [array] subcommands, implement with a common functionandy2016-11-252-56/+81
* | | | | Merge trunkandy2016-11-253-5/+19
|\ \ \ \ \ | |/ / / /
| * | | | Allow [array names -regexp] to use backreferences. This capability was broken...andy2016-11-252-3/+17
| * | | | Remove spurious article in commentsandy2016-11-251-2/+2
* | | | | Add filtering options to [array size] commandandy2016-11-252-19/+39
* | | | | Correct bug by splitting Tcl_ArrayNames() to high-level Tcl_ArrayNames() oper...andy2016-11-251-65/+118
* | | | | Implement Tcl_ArrayNames(), still have a bug to fix thoughandy2016-11-251-81/+74
* | | | | Implement various array functions in terms of ArrayVar() to avoid repetition ...andy2016-11-251-178/+77
* | | | | Implement Tcl_ArraySearchDone()andy2016-11-251-26/+51
* | | | | Implement Tcl_ArraySearchNext()andy2016-11-251-9/+32
* | | | | Remove need for passing TCL_LEAVE_ERR_MSG to various array functionsandy2016-11-251-39/+36
* | | | | Correct test failures in set-old.testandy2016-11-251-7/+6
* | | | | Split ArrayNext() into ArrayFirst() and ArrayNext(), and reimplement other ar...andy2016-11-251-128/+156
* | | | | Rename LookupArrayVar() to ArrayVar(), add ArrayNext(), reimplement ArraySize...andy2016-11-251-149/+207
* | | | | Improve comments, add interp to Tcl_ArraySearch so Tcl_ArraySearchNext() can ...andy2016-11-241-2/+18
* | | | | Implement Tcl_ArraySearchStart()andy2016-11-241-33/+57
* | | | | Simplify LookupArrayVar() interfaceandy2016-11-241-112/+110
* | | | | Fold VerifyArray() into LookupArrayVar(), begin adding filtering capabilities...andy2016-11-241-73/+38
* | | | | Add exact/glob/regexp filter capability to new array size and enumeration fun...andy2016-11-245-41/+121
* | | | | Improve comments a littleandy2016-11-241-6/+13
* | | | | Merge trunkandy2016-11-248-13/+14
|\ \ \ \ \ | |/ / / /
| * | | | Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly...andy2016-11-241-2/+2
| * | | | Make compileEpoch "unsigned int", and start counting at 1.jan.nijtmans2016-11-243-3/+3
| * | | | typosjan.nijtmans2016-11-243-3/+3
| * | | | Corrections to misleading comments.dkf2016-11-221-5/+6
* | | | | Correct reporting of trace errors in [array size]andy2016-11-241-3/+3
* | | | | Correct sense of scalar variable detectionandy2016-11-241-1/+1
* | | | | Get rid of now-unnecessary varPtr2 variable, add stubbed-out (pun unintention...andy2016-11-241-5/+46
* | | | | Reorganize code into separate LookupArrayVar() and ArraySize() functions so t...andy2016-11-241-32/+105
* | | | | Update stubs initandy2016-11-241-0/+5
* | | | | Rename part1Ptr arguments to varNamePtrandy2016-11-242-12/+13
* | | | | [array size] should 0 if argument does not name an array. TODO: Distinguish ...andy2016-11-211-20/+33
* | | | | Initial commit of new C API for array enumeration. TIP forthcoming. Work fa...andy2016-11-214-48/+148
|/ / / /
* | | | More internal use of size_t in stead of int.jan.nijtmans2016-11-218-23/+19
* | | | Minor: fix the indentation of comments.dkf2016-11-181-24/+26
* | | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcljan.nijtmans2016-11-183-3/+107
|\ \ \ \ | |/ / /
| * | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-1812-8699/+10