summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-1247-229/+231
* | Merge 9.0jan.nijtmans2024-03-126-24/+26
|\ \ | |/
| * Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7jan.nijtmans2024-03-124-18/+20
| * Merge 8.7jan.nijtmans2024-03-112-0/+4
| |\
| | * Merge 8.6jan.nijtmans2024-03-112-0/+4
| | |\
| | | * Add "Alaska Standard/Daylight" time to tclDate.cjan.nijtmans2024-03-112-0/+4
* | | | 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
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix various compiler warningsjan.nijtmans2021-02-193-96/+104
* | | | | | | | | | Upgrade bison to latest version (3.8.2)jan.nijtmans2024-03-111-524/+356
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge 8.7. Upgrade bison to latest version (3.8.2)jan.nijtmans2024-03-112-809/+625
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge 8.6. Upgrade bison to latest version (3.8.2)jan.nijtmans2024-03-112-807/+621
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
* | | | | | | | | | more int -> Tcl_Sizejan.nijtmans2024-03-113-30/+30
* | | | | | | | | | Rebase to 9.0jan.nijtmans2024-03-119-1434/+8602
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix [1acd172c424b57c9] (by just reverting the change causing this). Not cruci...jan.nijtmans2024-03-117-32/+23
| * | | | | | | | | Merge 9.0. Misc improvements from 9.0 branch (which were lost in this branch)jan.nijtmans2024-03-103-125/+98
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge 8.7jan.nijtmans2024-03-101-39/+50
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | GetMonthDay() improvements (from sebres-9-0-clock-speedup-cr2 branch). Some i...jan.nijtmans2024-03-101-52/+63
| | * | | | | | | | Merge 9.0. Add ::tcl::clock to library/tclIndexjan.nijtmans2024-03-106-67/+124
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ...jan.nijtmans2024-03-101-4/+47
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ...jan.nijtmans2024-03-101-4/+47
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | namespace unknown considers also alternate search path (relative global NS), ...sebres2024-03-081-6/+21
| | * | | | | | | | | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search...sebres2024-03-081-12/+20
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2024-03-071-4/+32
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | core reviewsebres2024-03-061-3/+6
| | | * | | | | | | | | | small amend: simpler traversing using ns->parentPtrsebres2024-03-061-13/+7
| | | * | | | | | | | | | better variant of fix for [910d67a229fe7f65] with improved search for NS::com...sebres2024-03-063-10/+27
| | | * | | | | | | | | | small amend to [910d67a229fe7f65]: additional corner case (see the test names...sebres2024-03-061-1/+1
| | | * | | | | | | | | | fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: firs...sebres2024-03-051-4/+25
* | | | | | | | | | | | | re-generate tclOOScript.h, and fix testcasejan.nijtmans2024-03-092-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | / / / / / / / / / | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | (backport): Corrections to TclOO errorcodes from scripted partsjan.nijtmans2024-03-092-17/+17
* | | | | | | | | | | | merge 8.7sebres2024-03-081-12/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /