summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7 (undid the encodingPtr -> encodingNamePtr change)jan.nijtmans2024-04-041-1/+1
|\
| * Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\
| | * Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-1/+1
* | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\ \ | | |/
| | * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-1/+1
| | * Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-131-20/+8
| * | Some more int -> Tcl_Sizejan.nijtmans2024-02-271-32/+27
* | | Merge 8.7. Re-generate tclDecls.h.jan.nijtmans2024-02-271-273/+0
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2024-02-111-3/+5
|\ \ \ | |/ /
| * | TIP #652jan.nijtmans2024-02-111-3/+5
| |\ \
| | * | Implementation of TIP 652.pooryorick2024-02-071-3/+5
| |/ / |/| |
| * | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-0/+7
* | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-101-2/+9
* | | Merge 8.7jan.nijtmans2023-10-101-2/+2
|\ \ \ | |/ /
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-2/+2
* | | Merge 8.7jan.nijtmans2023-09-251-1/+1
|\ \ \ | |/ /
| * | Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int...jan.nijtmans2023-09-251-1/+1
* | | Remaining part of TIP #666 implementation (first part already done [cd426d20a...jan.nijtmans2023-09-111-9/+5
|\ \ \ | |/ /
| * | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-67/+2
| |\ \
| | * | Make Tcl_GetBytesFromObj signature match documentation (not really a change s...jan.nijtmans2023-08-311-1/+1
| | * | Merge 8.7jan.nijtmans2023-08-041-1/+1
| | |\ \
| | * \ \ Rebase to 8.7jan.nijtmans2023-07-261-67/+2
| | |\ \ \
| | | * \ \ Rebase to latest 8.7jan.nijtmans2023-05-101-67/+2
| | | |\ \ \
| | | | * | | TIP #666 implementationjan.nijtmans2023-05-031-23/+1
| | | |/ / /
* | | | | | Merge 8.7jan.nijtmans2023-09-081-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as welljan.nijtmans2023-09-071-2/+2
| * | | | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> mount...jan.nijtmans2023-09-071-2/+2
| | |_|/ / | |/| | |
| * | | | int -> Tcl_Size in Tcl_MacOSXOpen*BundleResourcesjan.nijtmans2023-07-271-1/+1
| |/ / /
* | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
* | | | Merge 8.7jan.nijtmans2023-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-1/+1
| |/ /
| * | Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-271-11/+11
| * | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n...jan.nijtmans2023-04-211-6/+0
| * | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed changeapnadkarni2023-04-161-13/+13
| * | Merge core-8-branchapnadkarni2023-04-161-8/+8
| |\ \
| * | | Tcl_GetSizeIntFromObjapnadkarni2023-04-051-0/+6
* | | | Reduce number of needed type-casts. No change in functionalityjan.nijtmans2023-04-261-11/+11
* | | | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-1/+1
* | | | Merge trunkapnadkarni2023-04-161-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-04-151-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 8.6jan.nijtmans2023-04-151-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Add one more unused stub entryjan.nijtmans2023-04-151-1/+1
| | | * | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | * | Don't introduce size_t in a header-file which didn't use it before. Make more...jan.nijtmans2023-03-171-7/+6
| | | * | Add some undocumented stub functions. Those can prevent a crash like [http://...jan.nijtmans2023-03-161-2/+14
| | | * | Merge 8.5jan.nijtmans2022-11-221-1/+3
| | | |\ \
| | | | * | Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0)jan.nijtmans2022-11-221-1/+3
| | | * | | Merge 8.5. Update to tzdata 2022fjan.nijtmans2022-10-301-16/+20
| | | |\ \ \ | | | | |/ /
| | | | * | One more unused stub entryjan.nijtmans2022-10-301-24/+28