summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Exchange setup and extraandy2016-12-101-16/+14
* | | | | | Condense non-array error handling tests and incorporate non-array successful ...andy2016-12-101-96/+65
* | | | | | Add [array set] testsandy2016-12-101-22/+120
* | | | | | Add more failure cases to test suite, gonna have to do non-error cases one of...andy2016-12-031-3/+91
* | | | | | Rename [oxor] to [or] and [oxand] to [and], also [oxjoin] to [oxfordJoin]andy2016-12-021-16/+15
* | | | | | Merge trunkandy2016-12-021-3/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Avoid "warning: format '%llu' expects argument of type 'long long unsigned in...andy2016-12-021-3/+6
* | | | | | Merge trunkandy2016-12-0216-140/+324
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added long comment explaining history and work in progress making bytearraydgp2016-12-021-22/+87
| |/ / / /
| * | | | Relocate the cmdEpoch bumps during command deletion so that command resolutiondgp2016-12-021-7/+15
| |\ \ \ \
| | * | | | Remove dup line.dgp_cmd_epochdgp2016-12-021-6/+5
| | * | | | Reports from NSF that command epoch bumping isn't properly timed.dgp2016-12-011-7/+16
| * | | | | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. ...jan.nijtmans2016-12-022-13/+17
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Repair what appears to be a stray edit error. This restores ability todgp2016-12-021-1/+1
| | * | | | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. jan.nijtmans2016-12-023-13/+17
| |/ / / /
| * | | | So long as we register only one, we can have multiple Tcl_ObjTypes withdgp2016-12-011-1/+1
| * | | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearraysdgp2016-12-012-23/+45
| * | | | compatability -> compatibilityjan.nijtmans2016-12-0111-16/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | compatability -> compatibilityjan.nijtmans2016-12-0110-15/+15
| | |\ \ \ | | | | |/ | | | |/|
| | | * | compatability -> compatibilityjan.nijtmans2016-12-0111-16/+16
| * | | | Route all [string repeat] operations through a common implementation.dgp2016-11-303-61/+146
* | | | | Experiment with wrapping [::tcltest::test]andy2016-12-021-109/+247
* | | | | Minor test tweaks, add test for nonexistent arraysandy2016-12-011-16/+32
* | | | | Annoyed with tabs, switching to spacesandy2016-12-011-57/+57
* | | | | Continue implementation of test suiteandy2016-12-011-27/+74
* | | | | Clarify detection of regular expression errors. While this may seem bogus an...andy2016-12-012-2/+5
* | | | | Implement [array names] in terms of Tcl_ArrayNames(), also make Tcl_ArrayName...andy2016-12-011-20/+10
* | | | | Correct tab stopsandy2016-12-011-45/+45
* | | | | Begin implementation of array test suiteandy2016-11-301-0/+157
* | | | | Document filter options to [array exists]andy2016-11-301-1/+4
* | | | | Be more consistent in usage of italic textandy2016-11-301-5/+5
* | | | | Minor documentation correction pointing out that Tcl_ArraySet allows the vari...andy2016-11-301-2/+5
* | | | | Restore tests set-old-8.46 and set-old-10.2. Note: this is commit number 20000andy2016-11-291-0/+9
* | | | | Merge trunkandy2016-11-2917-122/+127
|\ \ \ \ \ | |/ / / /
| * | | | Where feasible, convert concatenation panics into errors.dgp2016-11-291-9/+46
| * | | | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-erro...jan.nijtmans2016-11-295-15/+5
| * | | | more internal use of size_t (in stead of int)jan.nijtmans2016-11-298-64/+59
| * | | | Eliminate some macros that are no longer used/needed.jan.nijtmans2016-11-257-36/+19
* | | | | Add filtering capability to [array exists] and Tcl_ArrayExists() so that indi...andy2016-11-295-27/+53
* | | | | Add comments to tcl.h more clearly indicating which flag values are reserved ...andy2016-11-291-0/+3
* | | | | Update [array] man page for new/expanded filter optionsandy2016-11-291-21/+50
* | | | | Man page tweakandy2016-11-281-1/+1
* | | | | Double backslashes in man pageandy2016-11-281-3/+3
* | | | | Add manual page for new array functionsandy2016-11-281-0/+326
* | | | | Fix set-old-8.35andy2016-11-281-6/+8
* | | | | Fix set-old-8.56andy2016-11-281-2/+7
* | | | | Add Tcl_ArrayStatistics()andy2016-11-284-22/+61
* | | | | Change Tcl_ArraySet() to always report errors without having to specify TCL_L...andy2016-11-281-8/+7
* | | | | Remove most instances of TCL_LEAVE_ERR_MSG in favor of making Tcl_Array*() fu...andy2016-11-283-135/+104
* | | | | Change TCL_MATCH_GLOB to avoid collision with the deprecated TCL_PARSE_PART1 ...andy2016-11-271-1/+1