summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-2/+2
* Merge trunkapnadkarni2023-04-161-3/+6
|\
| * Merge 8.7jan.nijtmans2023-04-151-3/+6
| |\
| | * 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
| | * | Merge 8.7jan.nijtmans2023-03-071-2/+2
| | |\ \
| | * | | int -> Tcl_Size to match TIPapnadkarni2023-02-281-4/+6
| | * | | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx a...apnadkarni2023-02-231-8/+10
* | | | | Merge trunkapnadkarni2023-04-141-16/+20
|\ \ \ \ \ | |/ / / /
| * | | | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b...jan.nijtmans2023-04-131-16/+20
| |\ \ \ \
| | * \ \ \ Merged disabletcl8api-win in. Which adds optional Tcl 9 API only to the windo...pointsman2023-04-111-12/+12
| | |\ \ \ \
| | | * | | | Fix compiler warnings and crashes. Builds and passes test suite on Windows an...apnadkarni2023-04-101-6/+12
| | |/ / / /
| | * | | | Experimental branch which adds configure option --disable-tcl8api which build...pointsman2023-04-091-36/+58
| |/ / / /
| * | | | Accidental rename from TCL_8_COMPAT to TCL_SIGNED_SIZE in previous commit, so...jan.nijtmans2023-04-041-1/+1
| * | | | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-1/+1
* | | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc...jan.nijtmans2023-04-131-2/+2
* | | | | Export Tcl_GetSizeFromObj in stubsapnadkarni2023-04-051-3/+6
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-47/+47
|/ / / /
* | | | Merge 9.0jan.nijtmans2023-03-071-2/+2
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-03-071-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 8.6jan.nijtmans2023-03-071-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix a few -Wconversion warningsjan.nijtmans2023-03-071-1/+1
| * | | | Merge 8.7jan.nijtmans2023-03-041-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
| | | |\ \ | | | | |/
| | | | * Add some more unused stub entriesjan.nijtmans2022-09-261-3/+24
| | | * | Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-221-3/+21
| | | * | Merge 8.5jan.nijtmans2022-05-221-3/+9
| | | |\ \ | | | | |/
| | | | * 2 more unused stub entriesjan.nijtmans2022-05-221-3/+9
* | | | | Merge 9.0apnadkarni2023-03-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | In case of combining TIP #494 (TCL_8_COMPAT) and #628 (building for Tcl 8.7 w...jan.nijtmans2023-02-281-1/+1
* | | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-12/+16
|/ / / /
* | | | Merge 8.7jan.nijtmans2022-11-301-2/+2
|\ \ \ \ | |/ / /
| * | | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-301-2/+2
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-0/+1
* | | | Merge 8.7jan.nijtmans2022-11-281-12/+16
|\ \ \ \ | |/ / /
| * | | No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-12/+14
* | | | Merge 8.7jan.nijtmans2022-11-211-3/+6
|\ \ \ \ | |/ / /
| * | | Rebase to latest 8.7jan.nijtmans2022-11-201-3/+6
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2022-11-151-6/+3
| | |\ \ \
| | * | | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-0/+15
| | |/ / /