| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -0/+4 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple... | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple... | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
|
|
| | | * | (cherry-pick): Fix [e14c77b845]: Compilation error over typedef. | jan.nijtmans | 2016-06-14 | 1 | -1/+2 |
|
|
| * | | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -6/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -6/+7 |
|
|
| * | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -23/+0 |
| |\ \ \
| | |/ / |
|
| * | | | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
|
|
| | * | | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang... | jan.nijtmans | 2017-05-31 | 1 | -3/+0 |
|
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / fl... | sebres | 2017-05-29 | 1 | -0/+23 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | | | | | | |
| | | | \ \ | |
| | | *-. \ \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc... | sebres | 2017-05-11 | 1 | -64/+53 |
| | | |\ \ \ \ |
|
| | | | | * \ \ | merge trunk (to sebres-trunk-timerate) | sebres | 2017-05-11 | 1 | -64/+53 |
| | | | | |\ \ \ |
|
| | * | | | \ \ \ | merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ... | sebres | 2017-05-29 | 1 | -0/+23 |
| | |\ \ \ \ \ \ \
| | | | |/ / / / /
| | | |/| | | / /
| | | |_|_|_|/ /
| | |/| | | | | |
|
| | | * | | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to... | sebres | 2017-05-10 | 1 | -0/+8 |
| | | |\ \ \ \ \
| |_|/ / / / / /
|/| | | / / / /
| | | |/ / / / |
|
| | | * | | | | merge trunk | sebres | 2017-03-06 | 1 | -11/+13 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | merge sebres-trunk-timerate | sebres | 2017-02-09 | 1 | -0/+12 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | code review and inline documentation | sebres | 2017-01-10 | 1 | -0/+7 |
|
|