Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use... | jan.nijtmans | 2019-01-18 | 1 | -3/+10 |
* | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -7/+7 |
* | Internal minor optimization of TIP #502 implementation. No difference in any ... | jan.nijtmans | 2018-12-18 | 1 | -9/+8 |
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -21/+21 |
* | Implement TIP 523 | dkf | 2018-11-06 | 1 | -0/+90 |
|\ | |||||
| * | Simplify to only accept index arguemnts. No index list. | pspjuth | 2018-10-24 | 1 | -11/+4 |
| * | Implement TIP 523, New lpop command | pspjuth | 2018-10-22 | 1 | -0/+97 |
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -17/+63 |
|\ \ | |/ | |||||
| * | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i... | dkf | 2018-10-07 | 1 | -1/+1 |
| * | Restricted the information made available to safe interpreters a bit. | dkf | 2018-09-27 | 1 | -3/+13 |
| * | merge core-8-branch | dkf | 2018-09-27 | 1 | -14/+3 |
| |\ | |||||
| | * | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values | dkf | 2018-09-27 | 1 | -14/+3 |
| | |\ | |||||
| | | * | Work in progress implementing TIP 505. | dgp | 2018-03-26 | 1 | -14/+3 |
| * | | | merge core-8-branch | dkf | 2018-09-04 | 1 | -228/+331 |
| |\ \ \ | | |/ / | |||||
| | * | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -2/+2 |
| * | | | merge trunk | dkf | 2013-08-08 | 1 | -26/+8 |
| |\ \ \ | |||||
| * | | | | Changed subcommand name following community feedback. | dkf | 2013-07-16 | 1 | -7/+7 |
| * | | | | Added a mechanism for discovering the "type" of a command. | dkf | 2013-07-07 | 1 | -0/+47 |
* | | | | | merge 8.7 | dgp | 2018-03-30 | 1 | -43/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | merge 8.7 | dgp | 2018-03-15 | 1 | -90/+185 |
| |\ \ \ \ | |||||
| * | | | | | Refactored lrange to common function. | pspjuth | 2017-12-29 | 1 | -43/+1 |
* | | | | | | merge 8.7 | dgp | 2018-03-10 | 1 | -40/+48 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -40/+48 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Use new machinery to repair index value flaws in [lsort]. | dgp | 2018-03-09 | 1 | -17/+18 |
| | * | | | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -18/+25 |
| | * | | | | More demonstration tests of index value encoding flaws. | dgp | 2018-03-09 | 1 | -0/+3 |
| | * | | | | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37]. | dgp | 2018-03-08 | 1 | -1/+1 |
* | | | | | | merge 8.7 | dgp | 2018-03-05 | 1 | -50/+137 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | TIP 351 Implementation. | dgp | 2018-03-05 | 1 | -50/+137 |
| |\ \ \ \ \ | |||||
| | * | | | | | Allow -stride 1. | pspjuth | 2018-01-25 | 1 | -2/+2 |
| | * | | | | | Add -stride to lsearch. TIP#351 | pspjuth | 2018-01-02 | 1 | -50/+137 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | merge 8.7 | dgp | 2018-02-06 | 1 | -2/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Revise the TclStringCat() interface to follow a common pattern. | dgp | 2018-02-05 | 1 | -2/+1 |
* | | | | | | merge 8.7 | dgp | 2018-01-29 | 1 | -2/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix segfault due to shimmering in [join $l $l]. (Test join-4.1). | dgp | 2018-01-27 | 1 | -2/+3 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
* | | | | | merge 8.7 | dgp | 2017-11-30 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -2/+2 |
* | | | | | merge trunk | dgp | 2017-09-01 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge core-8-6-branch | jan.nijtmans | 2017-08-18 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
* | | | | | merge trunk | dgp | 2017-06-06 | 1 | -21/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge core-8-6-branch | sebres | 2017-05-29 | 1 | -19/+18 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ... | sebres | 2017-05-29 | 1 | -19/+18 |
| * | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
* | | | | | merge trunk | dgp | 2017-01-12 | 1 | -5/+10 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures.... | jan.nijtmans | 2017-01-05 | 1 | -3/+0 |
| * | | | | Bring back stub table in original state. | jan.nijtmans | 2016-12-08 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | Merge trunk. | jan.nijtmans | 2016-11-25 | 1 | -5/+13 |
| |/ / / / | |||||
* | | | | | merge trunk | dgp | 2016-11-01 | 1 | -9/+37 |
|\ \ \ \ \ | |/ / / / |