summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-85/+27
* Clean up a lot of small whitespace issues dkf2024-05-131-27/+85
* TIP #692: Revise Tcl_GetAliasObj, remove Tcl_GetAlias()jan.nijtmans2024-04-211-4/+20
|\
| * Rebase to 9.0jan.nijtmans2024-04-191-4/+20
| |\
| | * Move new Tcl_GetAliasObj() to slot 285 (old slot was used for Tcl_FreeResult(...jan.nijtmans2024-04-091-2/+2
| | * Rebase to 9.0jan.nijtmans2024-04-091-3/+20
| | |\
| | | * Rebase to latest 9.0jan.nijtmans2024-03-211-3/+20
| | | |\
| | | | * Unneeded linejan.nijtmans2024-03-211-1/+0
| | | | * Merge 9.0jan.nijtmans2024-03-131-9/+9
| | | | |\
| | | | * \ Remove Tcl_GetAlias()jan.nijtmans2024-03-101-18/+2
| | | | |\ \
| | | | * | | Add Tcl_GetAlias/Tcl_GetAliasObj to TIP #616jan.nijtmans2024-03-081-4/+38
| | | | |/ /
* | | | | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Revive TIP #648jan.nijtmans2024-04-081-1/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Rebase to 8.7jan.nijtmans2022-11-211-2/+2
| | | |\ \ \ \
| | | | * \ \ \ Rebase to latest 8.7jan.nijtmans2022-11-201-2/+2
| | | | |\ \ \ \
| | | | | * \ \ \ Merge 8.7jan.nijtmans2022-11-151-2/+4
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merge 8.7jan.nijtmans2022-11-081-0/+3
| | | | | |\ \ \ \ \
| | | | | * | | | | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental)jan.nijtmans2022-11-041-0/+2
* | | | | | | | | | | Merge 8.7jan.nijtmans2024-04-191-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.6jan.nijtmans2024-04-191-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Reserve 2 more stub entries for TIP #648jan.nijtmans2024-04-191-1/+3
* | | | | | | | | | | | Deprecate Tcl_GetAlias()jan.nijtmans2024-04-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | / / / / / / / / / | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Deprecate Tcl_GetAlias()jan.nijtmans2024-04-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
* | | | | | | | | | | Merge 8.7 (removing some dead libtommath-related code)jan.nijtmans2024-04-021-11/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.6jan.nijtmans2024-04-021-15/+15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-311-1/+1
| * | | | | | | | | | Merge 8.6. Rename some (internal) libtommath stub entries (back to the same n...jan.nijtmans2024-03-291-11/+11
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Upgrade provided libtommath with version 1.3. Still works with external libto...jan.nijtmans2024-03-291-3/+13
* | | | | | | | | | | Upgrade provided libtommath with version 1.3. Still works with external libto...jan.nijtmans2024-03-291-6/+15
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Take care of the deprecation of mp_expt_u32jan.nijtmans2024-03-281-6/+15
|/ / / / / / / / / /
* | | | | | | | | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-4/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | TclWinGetPlatformId is defined twice. Re-generate tclDecls.hjan.nijtmans2024-02-271-1/+0
* | | | | | | | | | Fix indentation/brace usage style issuesdkf2024-03-191-5/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-6/+8
* | | | | | | | | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7jan.nijtmans2024-03-121-3/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2024-02-111-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TIP #652jan.nijtmans2024-02-111-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Implementation of TIP 652.pooryorick2024-02-071-1/+1
| |/ / / / / / / |/| | | | | | |
| * | | | | | | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-121-0/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-2/+2
* | | | | | | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-4/+4
* | | | | | | | Merge 8.7jan.nijtmans2024-01-081-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. Add (back) special Tcl_GetLongFromObj handling for Cygwin64 stub-t...jan.nijtmans2024-01-081-2/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | (cygwin-only): Add (void *) typecast, preventing coompiler warnings in some s...jan.nijtmans2024-01-081-4/+4
* | | | | | | | Remove Cygwin trick, which makes no sense any morejan.nijtmans2024-01-071-9/+0
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge 8.7. Remove 2 (internal) stub entries which are not used any more.jan.nijtmans2023-11-231-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Since TIP 258 (2005) and development efforts leading up to it (2004), thedgp2023-10-251-2/+2
| |/ / / / / / /
* | | | | | | | More (internal) stub table cleanupjan.nijtmans2023-11-201-6/+0