summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-14/+14
* Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
|\
| * Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| * end-of-line spacingjan.nijtmans2019-05-241-1/+1
| |\
* | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-21/+19
* | | Plug memleak in [lpop] due to mishandling the unconventional recountingdgp2019-04-241-3/+6
* | | Style corrections and warning eliminationdkf2019-04-181-1/+1
* | | Tests, and reduce number of copies.dkf2019-03-301-7/+29
* | | Implementation of [lremove].dkf2019-03-301-0/+114
* | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use...jan.nijtmans2019-01-181-3/+10
* | | More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-7/+7
* | | Internal minor optimization of TIP #502 implementation. No difference in any ...jan.nijtmans2018-12-181-9/+8
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-21/+21
* | | Implement TIP 523dkf2018-11-061-0/+90
|\ \ \
| * | | Simplify to only accept index arguemnts. No index list.pspjuth2018-10-241-11/+4
| * | | Implement TIP 523, New lpop commandpspjuth2018-10-221-0/+97
* | | | merge 8.7dgp2018-10-181-17/+63
|\ \ \ \ | |/ / /
| * | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-1/+1
| * | | Restricted the information made available to safe interpreters a bit.dkf2018-09-271-3/+13
| * | | merge core-8-branchdkf2018-09-271-14/+3
| |\ \ \
| | * \ \ Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Valuesdkf2018-09-271-14/+3
| | |\ \ \ | | | |/ /
| | | * | Work in progress implementing TIP 505.dgp2018-03-261-14/+3
| * | | | merge core-8-branchdkf2018-09-041-228/+331
| |\ \ \ \ | | |/ / /
| | * | | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
| * | | | merge trunkdkf2013-08-081-26/+8
| |\ \ \ \
| * | | | | Changed subcommand name following community feedback.dkf2013-07-161-7/+7
| * | | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-0/+47
* | | | | | merge 8.7dgp2018-03-301-43/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | merge 8.7dgp2018-03-151-90/+185
| |\ \ \ \ \
| * | | | | | Refactored lrange to common function.pspjuth2017-12-291-43/+1
* | | | | | | merge 8.7dgp2018-03-101-40/+48
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-40/+48
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Use new machinery to repair index value flaws in [lsort].dgp2018-03-091-17/+18
| | * | | | | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-18/+25
| | * | | | | More demonstration tests of index value encoding flaws.dgp2018-03-091-0/+3
| | * | | | | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37].dgp2018-03-081-1/+1
* | | | | | | merge 8.7dgp2018-03-051-50/+137
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | TIP 351 Implementation.dgp2018-03-051-50/+137
| |\ \ \ \ \ \
| | * | | | | | Allow -stride 1.pspjuth2018-01-251-2/+2
| | * | | | | | Add -stride to lsearch. TIP#351pspjuth2018-01-021-50/+137
| | | |/ / / / | | |/| | | |
* | | | | | | merge 8.7dgp2018-02-061-2/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-2/+1
* | | | | | | merge 8.7dgp2018-01-291-2/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix segfault due to shimmering in [join $l $l]. (Test join-4.1).dgp2018-01-271-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
* | | | | | merge 8.7dgp2017-11-301-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-2/+2
* | | | | | merge trunkdgp2017-09-011-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | | | | | merge trunkdgp2017-06-061-21/+20
|\ \ \ \ \ \ | |/ / / / /