Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | 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 | |
| | | * | | | | | Convert INST_STR_CONCAT1 to the common `string cat` implementation. | dgp | 2016-10-27 | 1 | -0/+8 | |
| | | * | | | | | Start bringing all `string cat` operations into one place so it can be coded | dgp | 2016-10-27 | 3 | -9/+50 | |
| | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge timezone data tzdata2016h | venkat | 2016-10-26 | 4 | -186/+186 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Merge timezone data tzdata2016h | venkat | 2016-10-26 | 4 | -186/+186 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Update timezone data to tzdata2016h from IETF | venkat | 2016-10-26 | 4 | -186/+186 | |
| * | | | | | | merge 8.6 | dgp | 2016-10-21 | 3 | -15/+11 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Repair recently opened memleak. | dgp | 2016-10-20 | 1 | -2/+6 | |
| | * | | | | | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. | dgp | 2016-10-20 | 2 | -13/+5 | |
| * | | | | | | Use memcmp where possible. | dgp | 2016-10-18 | 1 | -2/+2 | |
| * | | | | | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 2 | -11/+3 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 2 | -11/+3 | |
| * | | | | | | Merge INST_STR_REPLACE fixes and improvements. | dgp | 2016-10-13 | 2 | -85/+52 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Another streamline. | dgp | 2016-10-13 | 1 | -29/+19 | |
| | * | | | | | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 2 | -13/+10 | |
| | * | | | | | Streamline the substring copying case of [string replace] bytecode execution. | dgp | 2016-10-13 | 1 | -43/+23 | |
| * | | | | | | merge TclParseNumber fixes | dgp | 2016-10-12 | 2 | -0/+15 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 2 | -1/+4 | |
| | * | | | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 2 | -0/+12 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Add a test too. | dgp | 2016-10-12 | 1 | -0/+3 | |
* | | | | | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 | |
| * | | | | | | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 | |
| * | | | | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 5 | -9/+17 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 4 | -9/+12 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | |