Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -14/+14 |
* | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
|\ | |||||
| * | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
| * | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| |\ | |||||
* | | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -21/+19 |
* | | | Plug memleak in [lpop] due to mishandling the unconventional recounting | dgp | 2019-04-24 | 1 | -3/+6 |
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
* | | | Tests, and reduce number of copies. | dkf | 2019-03-30 | 1 | -7/+29 |
* | | | Implementation of [lremove]. | dkf | 2019-03-30 | 1 | -0/+114 |
* | | | 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 |
|\ \ \ \ \ \ | |/ / / / / |