summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8....jan.nijtmans2021-11-261-146/+150
| * Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
| * Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
| * Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
* | Merge 8.7jan.nijtmans2021-10-181-9/+9
|\ \
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-9/+9
* | | Add support for ICCjan.nijtmans2021-07-141-2/+3
* | | fullversion -> patchleveljan.nijtmans2021-07-131-1/+1
* | | More advanced tcl::build-info string parsingjan.nijtmans2021-07-131-7/+65
* | | Remove tclPkg.c changes, instead implement new tcl::build-info commandjan.nijtmans2021-07-131-1/+47
* | | Merge 8.7jan.nijtmans2021-06-251-1/+23
|\ \ \ | |/ /
| * | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-201-1/+23
* | | Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-261-10/+9
|\ \ \ | |/ /
| * | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-181-3/+2
| * | Delete associated data after running Tcl_InterpDeleteProc instead of before. ...pooryorick2021-05-151-7/+7
* | | Merge 8.7jan.nijtmans2021-04-141-2/+2
|\ \ \ | |/ /
| * | Remove unnecessary reference counting.pooryorick2021-04-131-4/+0
| * | Revert previous commit, and add comments why it's wrong.jan.nijtmans2021-04-071-1/+5
| * | Replace simple refCount decrement with the proper decrementing function.pooryorick2021-04-051-1/+1
| * | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-041-1/+1
| * | Use TclCleanupCommandMacro instead of just decrementing the reference count.pooryorick2021-04-031-1/+1
* | | Fix build with -DTCL_NO_DEPRECATED cflagjan.nijtmans2021-02-251-6/+0
* | | Merge 8.7. Change more functions signatures to return the Tcl full version nu...jan.nijtmans2021-02-241-65/+16
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-231-0/+4
| |\ \ | | |/
| | * Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-231-0/+4
| * | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide...jan.nijtmans2021-02-171-1/+10
* | | Add build tags for objective-c/cplusplusjan.nijtmans2021-02-011-0/+9
* | | Merge 8.7jan.nijtmans2020-12-131-7/+7
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-7/+7
| * | Case-sensitive package namesjan.nijtmans2020-11-031-0/+1
* | | Merge 8.7. jan.nijtmans2020-10-271-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-261-2/+2
| |\ \ | | |/
| | * Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-2/+2
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-22/+22
* | | Merge 8.7. Internal package renamingjan.nijtmans2020-10-011-1/+2
* | | Merge 8.7jan.nijtmans2020-09-271-15/+14
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-8/+7
* | | Merge 8.7jan.nijtmans2020-09-151-61/+63
|\ \ \ | |/ /
| * | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-9/+11
| * | Merge 8.6jan.nijtmans2020-09-011-35/+35
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
| |\ \ | | |/
| | * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| * | Fix for [688fcc7082fa], memory error during deletion of imported routine.pooryorick2020-08-161-14/+13
| | |
| | \
| *-. \ merge 8.6pooryorick2020-08-101-1/+2
| |\ \ \ | | | |/
| | | * Fix mistake in [7eed2baf73]pooryorick2020-08-101-1/+1
| | |/
| | * Fix for [29e8848eb976], imported alias in a deletion trace.pooryorick2020-08-101-1/+2
| * | Rename (internal) cmdtype 'slave' to 'interp'. New in 8.7 (TIP #426)jan.nijtmans2020-08-041-1/+1
| * | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-1/+1