| Commit message (Expand) | Author | Age | Files | Lines |
* | more improvements for overflow cases (always proper message, errorCode, corre... | sebres | 2024-04-06 | 2 | -10/+29 |
|
|
* | simple attempt to silence valgrind [167e0635db], improved error message by ba... | sebres | 2024-04-06 | 2 | -12/+18 |
|
|
* | Merge-mark | jan.nijtmans | 2024-04-05 | 0 | -0/+0 |
|\ |
|
| * | Fix [df85199878]: Tcl_SetResult compiler warnings | jan.nijtmans | 2024-04-05 | 1 | -8/+0 |
|
|
* | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 5 | -21/+72 |
|\ \
| |/ |
|
| * | Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7] | jan.nijtmans | 2024-04-04 | 2 | -62/+63 |
|
|
| * | Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU... | jan.nijtmans | 2024-04-04 | 3 | -20/+67 |
| |\ |
|
| | * | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice) | jan.nijtmans | 2024-04-04 | 2 | -3/+3 |
|
|
| | * | Combine with "testparseargs" command. With testcases now | jan.nijtmans | 2024-04-04 | 2 | -91/+59 |
|
|
| | * | Add "testparseargsobj" command. Testcases to be added | jan.nijtmans | 2024-04-03 | 1 | -0/+79 |
|
|
| | * | Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC | jan.nijtmans | 2024-04-03 | 2 | -7/+11 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 8 | -29/+29 |
|\ \ \
| |/ / |
|
| * | | Backout [0a9ae478ac], as requested | jan.nijtmans | 2024-04-04 | 11 | -32/+32 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 32 | -304/+304 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 23 | -216/+216 |
|
|
| * | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 11 | -32/+32 |
|
|
* | | fixed [dc0770a2397ae0b1]: tests are timezone independent now | sebres | 2024-04-03 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-04-02 | 1 | -26/+20 |
|\ \
| |/ |
|
| * | Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra... | jan.nijtmans | 2024-04-02 | 1 | -11/+18 |
| |\ |
|
| * | | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice... | jan.nijtmans | 2024-04-02 | 1 | -20/+13 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2024-04-02 | 6 | -55/+54 |
|\ \ \
| |/ / |
|
| * | | Update to libtommath-1.3 (but keep Tcl 8.6-specific tweaks) | jan.nijtmans | 2024-04-02 | 21 | -134/+142 |
| |\ \ |
|
| | * | | Update tommath.h/tommath_private.h too | jan.nijtmans | 2024-04-01 | 3 | -26/+34 |
|
|
| | * | | More progress | jan.nijtmans | 2024-03-31 | 4 | -7/+12 |
|
|
| | * | | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 16 | -105/+100 |
| |/ / |
|
* | | | TIP 688: clock command revision and speedup | jan.nijtmans | 2024-04-01 | 19 | -4078/+10282 |
|\ \ \ |
|
| * | | | added missing test coverage for clock ensemble in safe-interpreter (shared fr... | sebres | 2024-03-26 | 1 | -7/+21 |
|
|
| * | | | fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to unsuppo... | sebres | 2024-03-25 | 1 | -1/+1 |
|
|
| * | | | Merge 9.0. Please don't use "register" keyword | jan.nijtmans | 2024-03-24 | 8 | -205/+227 |
| |\ \ \ |
|
| | * \ \ | A new test constraint, "bigmem", configurable via the environment variable | pooryorick | 2024-03-24 | 2 | -1/+8 |
| | |\ \ \ |
|
| | | * | | | A new test constraint, "bigmem", configurable via the environment variable | pooryorick | 2024-03-23 | 2 | -1/+8 |
| | |/ / / |
|
| | * | | | Merge 8.7 | jan.nijtmans | 2024-03-23 | 3 | -210/+223 |
| | |\ \ \ |
|
| * | | | | | TCL_MEM_DEBUG build: disable cache/storage-GC for released clock scan/format ... | sebres | 2024-03-24 | 1 | -1/+5 |
|
|
| * | | | | | review and more optimizations (cherry-pick from tclclockmod) | sebres | 2024-03-24 | 1 | -31/+71 |
|
|
| * | | | | | still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clo... | sebres | 2024-03-24 | 4 | -60/+64 |
|
|
| * | | | | | small amend (unsaved change) | sebres | 2024-03-22 | 1 | -4/+4 |
|
|
| * | | | | | fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some ... | sebres | 2024-03-22 | 2 | -31/+60 |
|
|
| * | | | | | There are no testcases showing overflow in _str2int() | jan.nijtmans | 2024-03-22 | 1 | -5/+5 |
|
|
| * | | | | | Merge 9.0 | jan.nijtmans | 2024-03-22 | 84 | -736/+851 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Merge 8.7 | jan.nijtmans | 2024-03-22 | 2 | -5/+21 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 47 | -531/+532 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2024-03-21 | 2 | -25/+42 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | put back line accidently removed | jan.nijtmans | 2024-03-20 | 1 | -0/+1 |
|
|
| | * | | | | | | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 16 | -65/+151 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | dup test name | dgp | 2024-03-20 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 30 | -136/+134 |
| | |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Add testcase for bug [1f40aa83c5]: crash with CFLAGS=-ftrapv | jan.nijtmans | 2024-03-22 | 1 | -0/+4 |
|
|
| * | | | | | | | | | | | Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks. | jan.nijtmans | 2024-03-20 | 5 | -124/+133 |
|
|
| * | | | | | | | | | | | Rebase to latest 9.0 | jan.nijtmans | 2024-03-20 | 19 | -4067/+10164 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | Review: use more "LL". Eliminate some (Tcl_WideInt) typecasts. | jan.nijtmans | 2024-03-18 | 2 | -10/+10 |
|
|