summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | TIP 688: clock command revision and speedupjan.nijtmans2024-04-019-1213/+8537
| |\ \ \ \
| | * | | | 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-244-203/+203
| | |\ \ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2024-03-231-196/+196
| | | |\ \ \ \
| | * | | | | | 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-221-13/+35
| | * | | | | | There are no testcases showing overflow in _str2int()jan.nijtmans2024-03-221-5/+5
| | * | | | | | Merge 9.0jan.nijtmans2024-03-2250-584/+573
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-2146-522/+523
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2024-03-211-1/+1
| | | |\ \ \ \ \ \
| | | * | | | | | | 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-2013-61/+48
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | * | | | | | | | Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks.jan.nijtmans2024-03-205-124/+133
| | * | | | | | | | Rebase to latest 9.0jan.nijtmans2024-03-209-1205/+8448
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Review: use more "LL". Eliminate some (Tcl_WideInt) typecasts.jan.nijtmans2024-03-182-10/+10
| | | * | | | | | | Now _really_ remove TIP #689jan.nijtmans2024-03-181-47/+4
| | | * | | | | | | Move "::tcl::clock::configure" to the tcl::unsupported namespacejan.nijtmans2024-03-181-2/+6
| | | * | | | | | | Make "clock configure" an internal command "::tcl::clock::configure"jan.nijtmans2024-03-181-1/+1
| | | * | | | | | | Rebase to TIP #689 branchjan.nijtmans2024-03-189-1203/+8442
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Review: Unnecessary use of 'L', TABLE.value: int is enough, making smaller ta...jan.nijtmans2024-03-152-57/+29
| | | | * | | | | | | Better solution for tclDate.c (since Number is not an int)jan.nijtmans2024-03-152-26/+8
| | | | * | | | | | | fixes [1f40aa83c552f597]: suppress integer-overflow trapping (atm, GCC "trapv...sebres2024-03-153-0/+27
| | | | * | | | | | | don't overwrite last setup-tz cache via gmt-tz (special case)sebres2024-03-151-8/+11
| | | | * | | | | | | validation check: fixed time point of first stage - it must work TZ independe...sebres2024-03-142-6/+24
| | | | * | | | | | | Rebase to latest 9.0jan.nijtmans2024-03-139-1149/+8386
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | partially revert f665afd65ee7a5f9 (INST_INVOKE_REPLACE/CMD_COMPILE_TO_INVOKED...sebres2024-03-133-79/+67
| | | | | * | | | | | | fixes [1acd172c424b57c9]: restored ensemble compilation, fixed TCL_ENSEMBLE_P...sebres2024-03-123-32/+67
| | | | | * | | | | | | small amend (forgotten TclListObjGetElementsM -> TclListObjGetElements)sebres2024-03-122-5/+5
| | | | | * | | | | | | Merge 9.0jan.nijtmans2024-03-1247-229/+231
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2024-03-126-24/+26
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ merge sebres-8-6-clock-speedup-cr2sebres2024-03-125-44/+78
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | fixes similar issue by free scan + more testssebres2024-03-122-4/+4
| | | | | | * | | | | | | | | fixes #23: `clock add` regression (integer overflow in time part)sebres2024-03-122-12/+15
| | | | | | * | | | | | | | | replace sprintf with itoawsebres2024-03-123-19/+26
| | | | | | * | | | | | | | | more optimizations of numeric to regular TZ conversion (for non GMT offsets)sebres2024-03-121-4/+8
| | | | | | * | | | | | | | | optimize simplest case if numeric timezone is 0000 (so GMT/UTC)sebres2024-03-121-10/+17
| | | | | | * | | | | | | | | consider TZ-epoch in base-cache (ensure cache of base is correct for :localti...sebres2024-03-122-1/+14
| | | | | | * | | | | | | | | More tweaksjan.nijtmans2024-02-264-36/+33
| | | | | | * | | | | | | | | Rebase to latest core-8-6-branchjan.nijtmans2024-02-2610-1449/+8666
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2022-07-0565-541/+683
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-12-0822-289/+370
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-09-2430-1336/+1524
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | Fix one more usage of getenv() on Windowsjan.nijtmans2021-02-221-2/+9
| | | | | | | * | | | | | | | | | | | Better solution for msvc OPTS=static,msvcrt regression: On win32 we cannot th...jan.nijtmans2021-02-222-20/+51
| | | | | | | * | | | | | | | | | | | Fix regression in msvc OPTS=static,msvcrt build. I think I finally got it now.jan.nijtmans2021-02-221-5/+4
| | | | | | | * | | | | | | | | | | | Give TzsetIfNecessary "interp" argument.jan.nijtmans2021-02-221-8/+8
| | | | | | | * | | | | | | | | | | | Merge 8.6jan.nijtmans2021-02-191-1/+1
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \