summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* 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 -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.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
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-8/+7
* | 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
* | Merge 8.6jan.nijtmans2020-03-181-6/+6
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
| * Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-1/+1
* | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
* | More deployment of TCL_UNUSED. (Travis appears happy with it).dgp2020-03-061-92/+46
* | Merge 8.7jan.nijtmans2020-02-261-4/+4
|\ \
* \ \ Merge 8.7jan.nijtmans2020-02-131-8/+29
|\ \ \ | |/ /
| * | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-8/+29
* | | Merge 8.7jan.nijtmans2020-01-071-0/+2
|\ \ \ | |/ /
| * | Missing bit of interp->result deprecation.dgp2020-01-061-0/+2
* | | Fix 2 unused arguments with USE_DTRACEjan.nijtmans2019-12-201-1/+3
* | | Merge 8.7jan.nijtmans2019-12-131-3/+3
|\ \ \ | |/ /
| * | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-1/+1
| |\ \
| * \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2019-11-111-1/+1
| |\ \ \ | | |/ /
| * | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \
| | * | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | Merge 8.7jan.nijtmans2019-11-091-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-1/+1
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-11-041-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-10-301-2/+2
| |\ \ \ | | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2019-10-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-10-221-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-09-141-11/+5
|\ \ \ \ | |/ / /
| * | | TIP #414 implementation: Add (back) Tcl_InitSubsystems as Public APIjan.nijtmans2019-09-141-1/+1
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2019-09-051-1/+1
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-08-261-22/+22
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2019-08-141-21/+740
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-05-101-61/+165
| | |\ \ \ \ \ \