| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Tha... | jan.nijtmans | 2019-11-13 | 1 | -1/+1 |
|
|
* | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -1/+1 |
|
|
* | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -3/+0 |
|
|
* | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -0/+5 |
|
|
* | merge 8.5 | sebres | 2019-07-24 | 1 | -1/+1 |
|\ |
|
| * | small amend (normalize hex in all evalFlags) | sebres | 2019-07-24 | 1 | -4/+4 |
|
|
| * | cherrypick timerate-loop-opti--discard-result | sebres | 2019-07-24 | 1 | -0/+1 |
|
|
* | | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in... | sebres | 2019-07-23 | 1 | -0/+1 |
|
|
* | | Fix [7d7038d415b345d5]: tcl is not LTO ready | jan.nijtmans | 2019-07-15 | 1 | -1/+0 |
|
|
* | | merge 8.5 | sebres | 2019-06-25 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 1 | -0/+7 |
|
|
* | | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict | jan.nijtmans | 2019-06-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflict | jan.nijtmans | 2019-06-11 | 1 | -1/+1 |
|
|
* | | Remove declarations that are never defined. | dgp | 2019-06-10 | 1 | -18/+0 |
|\ \
| |/ |
|
| * | Remove declarations that are never defined. | dgp | 2019-06-10 | 1 | -18/+0 |
|
|
* | | merge 8.5 | dgp | 2019-05-04 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 1 | -0/+2 |
|
|
| * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 1 | -1/+3 |
| |\ |
|
| * \ | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+15 |
| |\ \ |
|
* | \ \ | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -31/+100 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | code review with small amend (note nameLength is number of bytes, the argumen... | sebres | 2019-01-31 | 1 | -3/+2 |
|
|
| * | | | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo... | sebres | 2019-01-30 | 1 | -1/+1 |
|
|
| * | | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 1 | -2/+2 |
|
|
| * | | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 1 | -1/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -1/+1 |
|
|
| * | | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -1/+0 |
|
|
| * | | | Fix function signature of TclThreadTestFinalize. | pooryorick | 2018-06-21 | 1 | -1/+1 |
|
|
| * | | | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+1 |
|
|
| * | | | Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd. | pooryorick | 2018-05-07 | 1 | -2/+2 |
|
|
| * | | | Factor options handling out of StringCmpCmd. | pooryorick | 2018-05-06 | 1 | -1/+2 |
|
|
| * | | | Preparation to deduplicate code between byte-compiled and legacy | pooryorick | 2018-05-06 | 1 | -0/+5 |
|
|
| * | | | Avoid generating string representation when comparing the empty string. | pooryorick | 2018-05-05 | 1 | -0/+10 |
|
|
| * | | | Fold TclArraySet() into its only caller. tclEnv.c no longer calls it | dgp | 2018-04-19 | 1 | -2/+0 |
|
|
| * | | | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+2 |
|
|
| * | | | merge 8.5 | dgp | 2018-03-14 | 1 | -0/+2 |
| |\ \ \
| | |/ / |
|
| | * | | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 1 | -0/+2 |
|
|
| * | | | Return routine to file scope. | dgp | 2018-03-09 | 1 | -2/+0 |
|
|
| * | | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -0/+15 |
|
|
| * | | | New internal routine TclGetEndOffsetFromObj. | dgp | 2018-03-06 | 1 | -0/+2 |
|
|
| * | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+4905 |
|
|
| * | | | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -4922/+0 |
|
|
| * | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -2/+2 |
|
|
| * | | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the | pooryorick | 2017-11-17 | 1 | -0/+26 |
|
|
| * | | | Remove compat/float.h and related machinery. The last system known where this... | jan.nijtmans | 2017-11-15 | 1 | -1/+1 |
|
|
| * | | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -1/+1 |
|
|
| * | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | dgp | 2017-11-08 | 1 | -1/+1 |
|
|
| * | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-03 | 1 | -5/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which giv... | jan.nijtmans | 2017-11-03 | 1 | -5/+13 |
|
|
| * | | | | Move new declarations to more conventional place for tidier merging. | dgp | 2017-09-14 | 1 | -4/+3 |
|
|