Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ↵ | jan.nijtmans | 2024-04-12 | 16 | -24/+24 |
| | | | | more independant from the system encoding. | ||||
* | Since all tools are in utf-8 (actually: ascii), make that explicit | jan.nijtmans | 2024-04-12 | 6 | -13/+13 |
| | |||||
* | Re-generate tclTomMath.h from tommath.h | jan.nijtmans | 2024-04-12 | 1 | -31/+41 |
| | |||||
* | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix ↵ | jan.nijtmans | 2024-04-11 | 15 | -198/+202 |
| | | | | sentinels and type-casts. | ||||
* | Add O_ACCMODE fow Windows, in case it is not defined | jan.nijtmans | 2024-04-11 | 1 | -0/+3 |
| | |||||
* | Tcl_NewBooleanObj() is better here than Tcl_NewIntObj | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Use O_ACCMODE in stead of the non-standard RW_MODES. Since ↵ | jan.nijtmans | 2024-04-10 | 6 | -13/+10 |
| | | | | O_RDONLY|O_WRONLY|O_RDWR aren't necessary separate flags, this is the standard way. | ||||
* | Fix [df85199878]: Tcl_SetResult compiler warnings | jan.nijtmans | 2024-04-05 | 1 | -8/+0 |
| | |||||
* | 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 ↵ | jan.nijtmans | 2024-04-04 | 3 | -20/+67 |
|\ | | | | | | | TCL_ARGV_GENFUNC. Mark failing testcases with "knownBug" | ||||
| * | 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 |
| | | |||||
| * | 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 |
| |\ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2024-04-02 | 6 | -55/+54 |
| |\ \ | |||||
| * \ \ | 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 ↵ | sebres | 2024-03-26 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | | | | | from parent interpreter) | ||||
| | * | | | fixes mem-leak introduced in [06b7ba18bdd9c2c3] (move of configure to ↵ | sebres | 2024-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | unsupported) | ||||
| | * | | | 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 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | TCL_TESTCONSTRAINT_BIGMEM, to bypass tests that require large amounts of memory. | ||||
| | | | * | | | A new test constraint, "bigmem", configurable via the environment variable | pooryorick | 2024-03-23 | 2 | -1/+8 |
| | | |/ / / | | | | | | | | | | | | | | | | | | | TCL_TESTCONSTRAINT_BIGMEM, to bypass tests that require large amounts of memory. | ||||
| | | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | objects | ||||
| | * | | | | | 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 ↵ | sebres | 2024-03-24 | 4 | -60/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | clock-6.10e/clock-6.10f): rewritten with common str2int now | ||||
| | * | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases (so basically expects div 10 to check it properly); optimizes both str2int, since we don't need to check it for most cases at all, thus definitely faster now (O(n)+O(1) vs. O(n)+O(n) and also has fewer branch mispredictions). | ||||
| | * | | | | | 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 ↵ | jan.nijtmans | 2024-03-20 | 16 | -65/+151 |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (thanks, Sergey!) | ||||
| | | * \ \ \ \ \ \ \ | 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 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Now _really_ remove TIP #689 | jan.nijtmans | 2024-03-18 | 2 | -89/+4 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | TIP #688 implementation. Same as ↵ | jan.nijtmans | 2024-03-18 | 21 | -4069/+10252 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sebres-9-0-clock-speedup-cr2-no-configure", but without TIP #689's "unknown" handler. | ||||
| | | | * | | | | | | | | | | Move "::tcl::clock::configure" to the tcl::unsupported namespace | jan.nijtmans | 2024-03-18 | 5 | -27/+31 |
| | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | Make "clock configure" an internal command "::tcl::clock::configure" | jan.nijtmans | 2024-03-18 | 4 | -17/+17 |
| | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | Rebase to TIP #689 branch | jan.nijtmans | 2024-03-18 | 18 | -4060/+10143 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | review: registry loaded by first usage, no mc command needed (uses mcget ↵ | sebres | 2024-03-17 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead, for merged dicts) | ||||
| | | | | * | | | | | | | | | | Review: Unnecessary use of 'L', TABLE.value: int is enough, making smaller ↵ | jan.nijtmans | 2024-03-15 | 2 | -57/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tables | ||||
| | | | | * | | | | | | | | | | Better solution for tclDate.c (since Number is not an int) | jan.nijtmans | 2024-03-15 | 2 | -26/+8 |
| | | | | | | | | | | | | | | |