summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* In no-deprecate mode, don't run tests involving sqlite3. TCL_HASH_TYPE is an ...jan.nijtmans2025-09-021-1/+1
* Merge mainapnadkarni2025-08-281-2/+2
|\
| * Version => 9.1a1jan.nijtmans2025-08-131-2/+2
| |\
| | * Version -> 9.0.3jan.nijtmans2025-07-031-2/+2
* | | Implement Tcl_UtfToNormalizedDStringapnadkarni2025-07-141-0/+7
|/ /
* | Use TclAttemptInitStringRep() in a few more places where it's possible. Fix i...jan.nijtmans2025-05-261-2/+2
* | Change implementation, using 2 new stub entriesjan.nijtmans2025-05-061-2/+11
|\ \
| * | Missing TCL_NO_DEPRECATEDjan.nijtmans2025-04-151-3/+3
| * | Finish documentation toojan.nijtmans2025-04-141-2/+41
| |\ \ |/ / /
| * | Implement Tcl_AttemptCreateHashEntry()core-attemptcreatehashentryjan.nijtmans2025-04-131-2/+31
| * | Attempt to change special value to (int *)-1. Doesn't work yet.jan.nijtmans2025-04-121-1/+1
| * | Fix [236d18f49b]: More efficient Tcl_FindHashEntry()jan.nijtmans2025-04-111-1/+5
* | | Merge 9.0jan.nijtmans2025-04-131-2/+0
|\ \ \ | |/ / |/| / | |/
| * Remove comment which is not true any more: TclVarHashFindVar() is not used in...jan.nijtmans2025-04-131-2/+0
* | Merge 9.0jan.nijtmans2025-04-071-3/+3
|\ \ | |/
| * Fix [04aad56155]: __attribute__((noreturn)) conflicts with stdnoreturn.hjan.nijtmans2025-04-071-3/+3
| |\
| | * Fix [04aad56155]: __attribute__((noreturn)) conflicts with stdnoreturn.hjan.nijtmans2025-04-071-1/+1
| * | Since TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE, those Tcl_InitStubs() variants ...jan.nijtmans2025-02-011-11/+2
* | | Bunch of whitespace basic fixes.dkf2025-03-021-2/+2
* | | Merge 9.0. registry -> 1.4a0 (breaking compilation on Windows XP)jan.nijtmans2025-01-081-4/+3
|\ \ \ | |/ /
| * | In --with-tcl8 mode, only typedef Tcl_Size when Tcl_Size is not #defined alreadyjan.nijtmans2025-01-081-5/+10
| |\ \
| | * \ Only typedef Tcl_Size when Tcl_Size is not #defined. Spacing changes (backpor...jan.nijtmans2025-01-081-24/+41
| | |\ \ | | | |/
| | | * (cherry-pick): Simplification for [d58e315172]jan.nijtmans2025-01-081-2/+2
| | | * Version -> 8.6.16jan.nijtmans2024-09-271-2/+2
| | | * Bump version to 8.6.15 in prep for a new patch release.dgp2024-08-261-2/+2
| | * | (cherry-pick): Remove dead code in tclLoadDyld.cjan.nijtmans2025-01-021-2/+2
* | | | Superflouous TCL_NO_DEPRECATED usage (meant for TIP #626)jan.nijtmans2025-01-081-5/+0
* | | | Make a start for Tcl 9.1. Nothing more than version bump, and removing unnece...jan.nijtmans2025-01-071-136/+35
|/ / /
* | | Remove dead code in tclLoadDyld.cjan.nijtmans2025-01-021-2/+2
* | | version -> 9.0.2jan.nijtmans2024-12-211-2/+2
* | | Merge 8.7 - TIP 707 - add ptrAndSize field to Tcl_Objapnadkarni2024-12-101-0/+4
|\ \ \ | |/ /
| * | TIP 707 - add ptrAndSize field to Tcl_Objapnadkarni2024-12-101-0/+4
| |\ \
| | * | TIP 707apnadkarni2024-12-021-0/+4
| |/ /
* | | Remove a lot of stuff meant for macOS < 10.9jan.nijtmans2024-10-161-1/+0
|\ \ \ | |/ /
| * | Remove a lot of stuff meant for macOS < 10.9jan.nijtmans2024-10-141-1/+0
* | | version -> 9.0.1jan.nijtmans2024-09-271-2/+2
* | | Don't use "9.0b3" any more. Spacingjan.nijtmans2024-09-261-3/+2
|\ \ \ | |/ /
| * | Backport Tcl_BounceRefCount() from Tcl 9.0jan.nijtmans2024-09-261-0/+42
| * | Whitespace changesjan.nijtmans2024-08-221-1/+1
| * | Fix some indentationjan.nijtmans2024-08-061-41/+42
* | | Release branch for Tcl 9.0.0dgp2024-08-281-3/+3
* | | While Tcl 8.7 is not final, be less strict in Tcl_InitStubs()jan.nijtmans2024-08-151-1/+1
* | | Fix for TIP #628: Builds with TCL_MAJOR_VERSION < 9 and without USE_TCL_STUBS...jan.nijtmans2024-08-151-1/+3
* | | Add missing TCL_OBJTYPE_V1/TCL_OBJTYPE_V2jan.nijtmans2024-08-151-0/+2
* | | b3 -> b4, as preparation for releasejan.nijtmans2024-08-131-3/+3
* | | Improve in-code doc of some fields of structs in tcl.h and tclInt.hdkf2024-07-231-7/+6
* | | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-4/+4
|\ \ \ | |/ /
| * | Tcl_MainEx() never returns, so it should be TCL_NORETURN as well.jan.nijtmans2024-04-291-1/+1
| |\ \ | | |/
| | * TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B...jan.nijtmans2024-04-291-6/+1
* | | Fix decimal rep of TCL_CODE_USER_MAXapnadkarni2024-06-101-1/+1