summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more improvements for overflow cases (always proper message, errorCode, corre...sebres2024-04-062-10/+29
* simple attempt to silence valgrind [167e0635db], improved error message by ba...sebres2024-04-062-12/+18
* Merge-markjan.nijtmans2024-04-050-0/+0
|\
| * Fix [df85199878]: Tcl_SetResult compiler warningsjan.nijtmans2024-04-051-8/+0
* | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcasejan.nijtmans2024-04-045-21/+72
|\ \ | |/
| * Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7]jan.nijtmans2024-04-042-62/+63
| * Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU...jan.nijtmans2024-04-043-20/+67
| |\
| | * Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice)jan.nijtmans2024-04-042-3/+3
| | * Combine with "testparseargs" command. With testcases nowjan.nijtmans2024-04-042-91/+59
| | * Add "testparseargsobj" command. Testcases to be addedjan.nijtmans2024-04-031-0/+79
| | * Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNCjan.nijtmans2024-04-032-7/+11
* | | Merge 8.6jan.nijtmans2024-04-048-29/+29
|\ \ \ | |/ /
| * | Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-0411-32/+32
* | | Merge 8.6jan.nijtmans2024-04-0432-304/+304
|\ \ \ | |/ / | | / | |/ |/|
| * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-0423-216/+216
| * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-0411-32/+32
* | fixed [dc0770a2397ae0b1]: tests are timezone independent nowsebres2024-04-031-4/+4
* | Merge 8.6jan.nijtmans2024-04-021-26/+20
|\ \ | |/
| * Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-021-11/+18
| |\
| * | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice...jan.nijtmans2024-04-021-20/+13
* | | Merge 8.6jan.nijtmans2024-04-026-55/+54
|\ \ \ | |/ /
| * | Update to libtommath-1.3 (but keep Tcl 8.6-specific tweaks)jan.nijtmans2024-04-0221-134/+142
| |\ \
| | * | Update tommath.h/tommath_private.h toojan.nijtmans2024-04-013-26/+34
| | * | More progressjan.nijtmans2024-03-314-7/+12
| | * | Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-3116-105/+100
| |/ /
* | | TIP 688: clock command revision and speedupjan.nijtmans2024-04-0119-4078/+10282
|\ \ \
| * | | added missing test coverage for clock ensemble in safe-interpreter (shared fr...sebres2024-03-261-7/+21
| * | | fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to unsuppo...sebres2024-03-251-1/+1
| * | | Merge 9.0. Please don't use "register" keywordjan.nijtmans2024-03-248-205/+227
| |\ \ \
| | * \ \ A new test constraint, "bigmem", configurable via the environment variablepooryorick2024-03-242-1/+8
| | |\ \ \
| | | * | | A new test constraint, "bigmem", configurable via the environment variablepooryorick2024-03-232-1/+8
| | |/ / /
| | * | | Merge 8.7jan.nijtmans2024-03-233-210/+223
| | |\ \ \
| * | | | | TCL_MEM_DEBUG build: disable cache/storage-GC for released clock scan/format ...sebres2024-03-241-1/+5
| * | | | | review and more optimizations (cherry-pick from tclclockmod)sebres2024-03-241-31/+71
| * | | | | still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clo...sebres2024-03-244-60/+64
| * | | | | small amend (unsaved change)sebres2024-03-221-4/+4
| * | | | | fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some ...sebres2024-03-222-31/+60
| * | | | | There are no testcases showing overflow in _str2int()jan.nijtmans2024-03-221-5/+5
| * | | | | Merge 9.0jan.nijtmans2024-03-2284-736/+851
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.7jan.nijtmans2024-03-222-5/+21
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-2147-531/+532
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2024-03-212-25/+42
| | |\ \ \ \ \ \
| | * | | | | | | put back line accidently removedjan.nijtmans2024-03-201-0/+1
| | * | | | | | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-2016-65/+151
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ dup test namedgp2024-03-201-1/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Few more spacing/formatting tweaksjan.nijtmans2024-03-2030-136/+134
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add testcase for bug [1f40aa83c5]: crash with CFLAGS=-ftrapvjan.nijtmans2024-03-221-0/+4
| * | | | | | | | | | | Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks.jan.nijtmans2024-03-205-124/+133
| * | | | | | | | | | | Rebase to latest 9.0jan.nijtmans2024-03-2019-4067/+10164
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Review: use more "LL". Eliminate some (Tcl_WideInt) typecasts.jan.nijtmans2024-03-182-10/+10