summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm...jan.nijtmans2021-05-271-1/+1
* More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-21/+21
* Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-13/+13
* More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-11/+12
* Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
* occurance -> occurrence.jan.nijtmans2020-05-111-2/+2
* More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in...jan.nijtmans2020-05-051-5/+5
* Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-3/+3
* merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort)sebres2020-01-171-2/+20
|\
| * closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t...sebres2020-01-171-2/+20
* | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
* | end-of-line spacingjan.nijtmans2019-05-241-1/+1
|\ \ | |/
* | Work in progress implementing TIP 505.dgp2018-03-261-14/+3
* | 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
* | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ...sebres2017-05-291-19/+18
* | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-2/+2
* | Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+8
|\ \ | |/
| * Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+8
* | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-2/+1
* | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-2/+2
* | [47ac84309b] Import of aspect's branch from his personal repository on chisel...dkf2016-03-301-1/+1
* | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp2015-11-201-2/+8
|\ \ | |/
| * [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp2015-11-201-2/+8
* | Revised fix for memleak in [info frame]. Still pretty ugly, but not moredgp2014-07-171-1/+9
* | Backout checkin that broke test io-39.1.dgp2014-07-161-9/+1
* | Repair improper assertion.dgp2014-07-161-1/+1
* | Stop memleak in [info frame].dgp2014-07-111-1/+9
* | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...jan.nijtmans2014-05-121-14/+15
* | Big simplification of the bug fix.dgp2013-12-181-66/+34
* | Factor out the level offsetting into a final pass. Let the firstdgp2013-12-171-16/+27
* | Refactoring work on the "chain" operation.dgp2013-12-161-53/+48
* | Simplify the coding of the unchain operation.dgp2013-12-131-31/+9
* | Draft fix for Bug 0b874c344d. Includes test.dgp2013-12-051-4/+56
* | Consolidate some helper routines.dgp2013-08-141-19/+0
* | Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-3/+22
* | Eliminate the union that is no longer needed.dgp2013-08-061-6/+3
* | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-20/+5
* | silence compiler warningdgp2013-05-221-1/+2
|\ \ | |/
| * silence compiler warningdgp2013-05-221-1/+2
* | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-5/+5
|\ \ | |/
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-5/+5
* | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-20/+20
* | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-161-8/+31
|\ \ | |/
| * 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-161-8/+31
| * make some more internal tables constjan.nijtmans2012-04-181-60/+60
| |\
* | | Compilation of [info commands] in the case of a fully-qualified literal name.dkf2012-10-291-1/+1