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