| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 1 | -146/+150 |
|
|
| * | Remove the refCount increment that accompanied the decrement removed in the | pooryorick | 2021-05-18 | 1 | -1/+0 |
|
|
| * | Remove unnecessary refCount decrement. | pooryorick | 2021-05-17 | 1 | -1/+0 |
|
|
| * | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then | pooryorick | 2021-05-17 | 1 | -14/+13 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-10-18 | 1 | -9/+9 |
|\ \ |
|
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -9/+9 |
|
|
* | | | Add support for ICC | jan.nijtmans | 2021-07-14 | 1 | -2/+3 |
|
|
* | | | fullversion -> patchlevel | jan.nijtmans | 2021-07-13 | 1 | -1/+1 |
|
|
* | | | More advanced tcl::build-info string parsing | jan.nijtmans | 2021-07-13 | 1 | -7/+65 |
|
|
* | | | Remove tclPkg.c changes, instead implement new tcl::build-info command | jan.nijtmans | 2021-07-13 | 1 | -1/+47 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-06-25 | 1 | -1/+23 |
|\ \ \
| |/ / |
|
| * | | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find | pooryorick | 2021-06-20 | 1 | -1/+23 |
|
|
* | | | Merge 8.7. Add "ilp32" build flag | jan.nijtmans | 2021-05-26 | 1 | -10/+9 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-04-14 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Fix build with -DTCL_NO_DEPRECATED cflag | jan.nijtmans | 2021-02-25 | 1 | -6/+0 |
|
|
* | | | Merge 8.7. Change more functions signatures to return the Tcl full version nu... | jan.nijtmans | 2021-02-24 | 1 | -65/+16 |
|\ \ \
| |/ / |
|
| * | | 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 build tags for objective-c/cplusplus | jan.nijtmans | 2021-02-01 | 1 | -0/+9 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | 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.7. | jan.nijtmans | 2020-10-27 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Merge 8.7. Internal package renaming | jan.nijtmans | 2020-10-01 | 1 | -1/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-27 | 1 | -15/+14 |
|\ \ \
| |/ / |
|
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -8/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-15 | 1 | -61/+63 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|