Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Implement direct eval [string first] with the refactored engine. | dgp | 2016-11-07 | 1 | -69/+9 | |
| * | | | | | | First draft refactoring the [string first] functionality. | dgp | 2016-11-04 | 3 | -0/+90 | |
|/ / / / / / | ||||||
* | | | | | | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements t... | dgp | 2016-11-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements | dgp | 2016-11-04 | 1 | -1/+1 | |
* | | | | | | merge mark | dgp | 2016-11-04 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 | |
| * | | | | | close fork | dgp | 2016-11-04 | 1 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ... | gahr | 2016-11-04 | 1 | -2/+5 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
* | | | | | | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 | |
* | | | | | | | close fork | dgp | 2016-11-04 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ... | gahr | 2016-11-04 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL | gahr | 2016-11-04 | 1 | -2/+5 | |
* | | | | | | | | Fix the generated copyright sections in the HTML help file | jan.nijtmans | 2016-11-04 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Fix the generated copyright sections in the HTML help file. | jan.nijtmans | 2016-11-04 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix the generated copyright sections in the HTML help file.htmlCopyrightsFix | Joe Mistachkin | 2016-11-02 | 1 | -0/+5 | |
* | | | | | | | | | Make packages msgcat and tcltest work unmodified in "novem". Make more test-c... | jan.nijtmans | 2016-11-04 | 9 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Make packages msgcat and tcltest work unmodified in "novem". | jan.nijtmans | 2016-11-04 | 2 | -2/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | merge core-8-6-branch (http package version update) | jan.nijtmans | 2016-11-02 | 4 | -8/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Update http version number to 2.8.10, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 4 | -8/+8 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 4 | -6/+6 | |
* | | | | | | | Refactor to channel all [string cat] functions through a single implementation. | dgp | 2016-11-01 | 6 | -171/+295 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace indexing with pointer increments.dgp_string_cat | dgp | 2016-11-01 | 1 | -13/+18 | |
| * | | | | | | | Trim away obsolete code. | dgp | 2016-11-01 | 1 | -145/+1 | |
| * | | | | | | | Expand all the cases of the [string cat] engine. | dgp | 2016-11-01 | 1 | -27/+129 | |
| * | | | | | | | Reduce copies in the pure binary implementation of [string cat]. | dgp | 2016-10-31 | 1 | -7/+19 | |
| * | | | | | | | Complete the "pure binary" implementation of the [string cat] engine. | dgp | 2016-10-31 | 1 | -6/+20 | |
| * | | | | | | | merge trunk | dgp | 2016-10-31 | 6 | -66/+206 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Coverage tests for INST_STR_CONCAT1 byterarray ops. | dgp | 2016-10-31 | 1 | -0/+13 | |
* | | | | | | | | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 | |
* | | | | | | | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 3 | -7/+82 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 2 | -2/+80 | |
| * | | | | | | | One more place where the internal API change can be used easily. | dkf | 2016-10-30 | 1 | -5/+2 | |
* | | | | | | | | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ... | dkf | 2016-10-30 | 2 | -58/+105 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ... | dkf | 2016-10-30 | 2 | -58/+105 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapp...bug_b26e38a3e4 | dkf | 2016-10-30 | 1 | -58/+86 | |
| | * | | | | | | | Added test for bug | dkf | 2016-10-29 | 1 | -0/+19 | |
| |/ / / / / / / | ||||||
| | * | | | | | | WIP | dgp | 2016-10-28 | 6 | -11/+68 | |
| | * | | | | | | revise [dict append] to make use of common [string cat] engine. | dgp | 2016-10-28 | 1 | -6/+24 | |
| | * | | | | | | merge trunk | dgp | 2016-10-28 | 1 | -8/+17 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add optimization to [dict append]. | dgp | 2016-10-28 | 1 | -8/+17 | |
| | * | | | | | | When appropriate, implement [join] with the common [string cat] engine. | dgp | 2016-10-28 | 1 | -15/+36 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add obvious optimizations to [join] implementation. | dgp | 2016-10-28 | 1 | -0/+10 | |
| | * | | | | | | merge trunk | dgp | 2016-10-28 | 2 | -0/+10 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 | |
| | | * | | | | | merge trunk | dgp | 2016-10-28 | 1 | -0/+9 | |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add obvious optimization to Tcl_GetCharLength(). | dgp | 2016-10-28 | 1 | -0/+9 | |