| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -9/+9 |
|
|
* | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find | pooryorick | 2021-06-20 | 1 | -1/+23 |
|
|
* | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 1 | -3/+2 |
|
|
* | Delete associated data after running Tcl_InterpDeleteProc instead of before. ... | pooryorick | 2021-05-15 | 1 | -7/+7 |
|
|
* | Remove unnecessary reference counting. | pooryorick | 2021-04-13 | 1 | -4/+0 |
|
|
* | Revert previous commit, and add comments why it's wrong. | jan.nijtmans | 2021-04-07 | 1 | -1/+5 |
|
|
* | Replace simple refCount decrement with the proper decrementing function. | pooryorick | 2021-04-05 | 1 | -1/+1 |
|
|
* | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --... | jan.nijtmans | 2021-04-04 | 1 | -1/+1 |
|
|
* | Use TclCleanupCommandMacro instead of just decrementing the reference count. | pooryorick | 2021-04-03 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2021-02-23 | 1 | -0/+4 |
|\ |
|
| * | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a... | jan.nijtmans | 2021-02-23 | 1 | -0/+4 |
|
|
* | | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide... | jan.nijtmans | 2021-02-17 | 1 | -1/+10 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -7/+7 |
|
|
* | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -0/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro... | jan.nijtmans | 2020-10-26 | 1 | -2/+2 |
|
|
| * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -22/+22 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -8/+7 |
|
|
* | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -9/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -35/+35 |
|\ \
| |/ |
|
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
|
|
* | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | Fix for [688fcc7082fa], memory error during deletion of imported routine. | pooryorick | 2020-08-16 | 1 | -14/+13 |
|
|
| | | |
| \ | |
*-. \ | merge 8.6 | pooryorick | 2020-08-10 | 1 | -1/+2 |
|\ \ \
| | |/ |
|
| | * | Fix mistake in [7eed2baf73] | pooryorick | 2020-08-10 | 1 | -1/+1 |
| |/ |
|
| * | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 1 | -1/+2 |
|
|
* | | Rename (internal) cmdtype 'slave' to 'interp'. New in 8.7 (TIP #426) | jan.nijtmans | 2020-08-04 | 1 | -1/+1 |
|
|
* | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo... | jan.nijtmans | 2020-07-17 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|
|
| * | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -1/+1 |
|
|
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -3/+0 |
|
|
* | | More deployment of TCL_UNUSED. (Travis appears happy with it). | dgp | 2020-03-06 | 1 | -92/+46 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -4/+4 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -8/+29 |
|\ \ \
| |/ / |
|
| * | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple... | jan.nijtmans | 2020-01-09 | 1 | -8/+29 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Missing bit of interp->result deprecation. | dgp | 2020-01-06 | 1 | -0/+2 |
|
|
* | | | Fix 2 unused arguments with USE_DTRACE | jan.nijtmans | 2019-12-20 | 1 | -1/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though... | jan.nijtmans | 2019-11-18 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o... | jan.nijtmans | 2019-11-08 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|