summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7 - Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfilesapnadkarni2024-07-291-1/+3
|\
| * Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfilesapnadkarni2024-07-291-1/+3
* | merge 8.7sebres2024-07-281-8/+12
|\ \ | |/
| * closes [cd25761979]: `clock format` and `clock add` will accept `now` as cloc...sebres2024-07-281-8/+12
* | Improve in-code doc of some fields of structs in tcl.h and tclInt.hdkf2024-07-232-39/+71
* | Missing guard against NULL interp.dgp2024-07-221-2/+6
* | Merge 8.7dkf2024-07-181-1/+2
|\ \ | |/
| * Merge 8.6 branchdkf2024-07-181-1/+2
| |\
| | * Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae]dkf2024-07-151-1/+2
* | | merge 8.7sebres2024-07-163-3/+3
|\ \ \ | |/ /
| * | clock: better fix for validation check for scanned day of week in input (norm...sebres2024-07-163-3/+3
* | | merge 8.7 (clock: fix validation check for scanned Sunday)sebres2024-07-161-1/+1
|\ \ \ | |/ /
| * | clock: fix validation check for scanned Sunday (missing % 7 by compare)sebres2024-07-161-1/+1
* | | merge 8.7sebres2024-07-164-26/+14
|\ \ \ | |/ /
| * | clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without validation...sebres2024-07-164-26/+14
* | | merge 8.7sebres2024-07-161-2/+2
|\ \ \ | |/ /
| * | amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be i...sebres2024-07-161-2/+2
* | | merge 8.7 (fixes memory leak [ae09f6b190ceec31])sebres2024-07-151-22/+27
|\ \ \ | |/ /
| * | fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary ...sebres2024-07-151-30/+33
* | | Stop variable from disappearing by accident when referred to by name. [74b611...dkf2024-07-141-0/+5
|\ \ \ | |/ /
| * | Stop variable from disappearing by accident when referred to by name. [74b611...dkf2024-07-141-0/+5
| |\ \ | | |/
| | * Stop variable from disappearing by accident when referred to by name. [74b611...dkf2024-07-141-0/+5
* | | amend to [3d8bf31bdc], ultimately fixes [0e4b7fce57]: [info vars] should not ...sebres2024-07-141-11/+0
* | | Fix [0e4b7fce57]: Running [info vars] in a namespace returns global variables.sbron2024-07-141-29/+0
* | | Bug [cfdf80a2efc6] - zlib checksum is negativeapnadkarni2024-07-111-1/+1
* | | Optimization: two more objTypes which always have length 1 when viewed as a listjan.nijtmans2024-07-102-2/+6
* | | Don't bother unrelated error-messagesjan.nijtmans2024-07-0919-49/+49
* | | Remaining can't -> cannot changesjan.nijtmans2024-07-0818-48/+48
* | | first/second -> left/right and can't -> cannotjan.nijtmans2024-07-081-9/+9
* | | Add possible "first"/"second" to error-message (thanks, rmax!)jan.nijtmans2024-07-081-11/+12
* | | Handle dict in expr error-message as welljan.nijtmans2024-07-071-4/+12
* | | Improvement: If objPtr can be represented as a list and has >1 elements, give...jan.nijtmans2024-07-071-7/+22
* | | Possible fix for [0439e1e1a3]: Slow detection of illegal expr argumentjan.nijtmans2024-07-052-0/+14
* | | "utf32string" and "wideInt" types are gone in 9.0jan.nijtmans2024-07-051-10/+0
* | | TclGetStringFromObj() cannot be used herejan.nijtmans2024-07-031-3/+3
* | | Merge 8.7jan.nijtmans2024-07-031-23/+23
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-07-031-66/+67
| |\ \ | | |/
| | * Tcl_RegisterObjType() in alphabetical order. Backport some formatting and typ...jan.nijtmans2024-07-031-93/+97
* | | merge 8.7sebres2024-07-021-7/+9
|\ \ \ | |/ /
| * | merge 8.6sebres2024-07-021-7/+9
| |\ \ | | |/
| | * info frame: restored return {type precompiled} in case of no frame informatio...sebres2024-07-021-7/+9
* | | merge 8.7sebres2024-07-021-25/+5
|\ \ \ | |/ /
| * | merge 8.6sebres2024-07-021-2/+5
| |\ \ | | |/
| | * fix crash [0de6c1d79c] more consistently (an error "bad level" for info inste...sebres2024-07-021-25/+5
| | * Fix for [0de6c1d79c] crash (cherry-picked from trunk)sebres2024-07-021-1/+24
* | | Traverse coroutine frames before null pointer checkapnadkarni2024-07-011-12/+12
* | | Merge trunkapnadkarni2024-07-0192-5068/+6062
|\ \ \
| | \ \
| | \ \
| *-. \ \ TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ...jan.nijtmans2024-06-303-2/+74
| |\ \ \ \ | | | |/ /
| | | * | Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-283-0/+70
| | * | | Add "chan isbinary" for checking whether a _channel_ is binaryjan.nijtmans2024-06-243-0/+70
| | |\ \ \