summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-041-2/+2
|\
| * Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-2/+2
* | Merge 8.6jan.nijtmans2024-04-041-2/+2
|\ \ | |/
| * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-2/+2
* | Some more int -> Tcl_Sizejan.nijtmans2024-02-271-25/+29
* | TclWinGetPlatformId is defined twice. Re-generate tclDecls.hjan.nijtmans2024-02-271-5/+3
* | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-6/+15
* | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-er...jan.nijtmans2023-11-131-4/+10
* | Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ...jan.nijtmans2023-10-261-8/+0
* | Merge 8.7jan.nijtmans2023-10-121-0/+2
|\ \ | |/
| * Those type-casts don't work well in C++jan.nijtmans2023-10-121-0/+2
* | Merge 8.6jan.nijtmans2023-10-111-0/+6
|\ \ | |/
| * Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-101-0/+3
| * Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ...jan.nijtmans2023-10-101-0/+3
| * Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-131-25/+13
| * Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-301-8/+8
* | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-4/+4
* | Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int...jan.nijtmans2023-09-251-2/+2
* | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-184/+57
|\ \
| * | Make Tcl_GetBytesFromObj signature match documentation (not really a change s...jan.nijtmans2023-08-311-2/+2
| * | Rebase to 8.7jan.nijtmans2023-07-261-184/+57
| |\ \
| | * \ Rebase to latest 8.7jan.nijtmans2023-05-101-181/+55
| | |\ \
| | | * | TIP #666 implementationjan.nijtmans2023-05-031-34/+19
| | |/ /
* | | | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as welljan.nijtmans2023-09-071-3/+3
* | | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mount...jan.nijtmans2023-09-071-2/+2
|/ / /
* | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-2/+2
|/ /
* | Remove some (void *) typecasts, which are no longer necessaryjan.nijtmans2023-04-281-9/+9
* | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-47/+45
* | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n...jan.nijtmans2023-04-211-6/+6
* | Merge 8.7apnadkarni2023-04-191-1/+1
|\ \
| * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-49/+49
* | | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed changeapnadkarni2023-04-161-48/+48
* | | Merge core-8-branchapnadkarni2023-04-161-18/+21
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-04-151-3/+6
| |\ \ | | |/
| | * Add one more unused stub entryjan.nijtmans2023-04-151-3/+6
| | * Don't introduce size_t in a header-file which didn't use it before. Make more...jan.nijtmans2023-03-171-6/+6
| | * Add some undocumented stub functions. Those can prevent a crash like [http://...jan.nijtmans2023-03-161-9/+21
| * | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl...jan.nijtmans2023-04-141-12/+12
| * | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-3/+3
* | | Tcl_GetSizeIntFromObjapnadkarni2023-04-051-3/+6
|/ /
* | Merge 8.7jan.nijtmans2023-03-071-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2023-03-071-1/+1
| |\ \ | | |/
| | * Fix a few -Wconversion warningsjan.nijtmans2023-03-071-1/+1
| * | Merge 8.6jan.nijtmans2023-03-041-1/+1
| |\ \ | | |/
| | * Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windowsjan.nijtmans2023-03-041-1/+1
| | * Merge 8.5jan.nijtmans2022-11-221-3/+15
| | |\
| | | * Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0)jan.nijtmans2022-11-221-3/+15
| | * | Merge 8.5. Update to tzdata 2022fjan.nijtmans2022-10-301-9/+12
| | |\ \ | | | |/
| | | * One more unused stub entryjan.nijtmans2022-10-301-29/+32
| | * | Update tzdata to 2022d. Add one more unused stub entryjan.nijtmans2022-09-261-3/+6
| | |\ \ | | | |/