summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-11-301-1/+1
|\
| * Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-301-1/+1
* | Merge 8.7jan.nijtmans2022-11-281-10/+7
|\ \ | |/
| * No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-10/+7
* | Merge 8.7jan.nijtmans2022-11-211-5/+5
|\ \ | |/
| * Rebase to latest 8.7jan.nijtmans2022-11-201-5/+5
| |\
| | * Merge 8.7jan.nijtmans2022-11-191-0/+4
| | |\
| | * \ Merge 8.7jan.nijtmans2022-11-151-2/+12
| | |\ \
| | * | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-0/+5
* | | | | Merge 8.7jan.nijtmans2022-11-201-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | TIP 651 implementationapnadkarni2022-11-171-4/+4
| | |_|/ | |/| |
* | | | Merge 8.7 - reserve stub entry 687apnadkarni2022-11-171-0/+4
|\ \ \ \ | |/ / /
| * | | Reserve stub entry 687 for TIP #651apnadkarni2022-11-171-0/+4
| | |/ | |/|
* | | one more (Tcl_UniCharToUtf), and adapt documentationjan.nijtmans2022-11-161-1/+1
* | | Change 5 functions signatures from int -> size_t. Those should have been part...jan.nijtmans2022-11-161-5/+5
* | | Merge 8.7jan.nijtmans2022-11-151-1/+16
|\ \ \ | |/ /
| * | Reserve stub entries 684/685 for TIP #648 and 686 for TIP #650jan.nijtmans2022-11-151-1/+16
| |/
| * int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-3/+3
* | More int -> size_t (argc and level) in trace handlingjan.nijtmans2022-11-081-3/+3
* | Merge 8.7jan.nijtmans2022-10-271-4/+4
|\ \ | |/
| * TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-4/+4
| |\
| | * rebase to 8.7. Add documentationjan.nijtmans2022-10-131-4/+4
| | |\
| | | * Merge 8.7jan.nijtmans2019-11-171-11/+83
| | | |\
| | | * \ Merge tip-468 branchjan.nijtmans2018-10-281-90/+106
| | | |\ \
| | | | * \ Merge 8.7jan.nijtmans2018-10-281-89/+104
| | | | |\ \
| | | * | \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-101-3/+8
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | TIP 468 implementation from Shannon Noe.dkf2017-04-091-2/+2
| * | | | | | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-2/+2
* | | | | | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ...jan.nijtmans2022-10-231-1/+1
* | | | | | | Merge 9.0jan.nijtmans2022-10-231-1/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-231-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | TIP #643: Provide a public API to retrieve nul terminator length for an encodingjan.nijtmans2022-10-221-0/+5
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-201-1/+9
| | | |\ \ \ \ \ \
| | | * | | | | | | TIP 643 code. Docs, tests pendingapnadkarni2022-10-091-0/+5
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-113/+113
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge 9.0jan.nijtmans2022-10-181-1/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.7dgp2022-10-171-1/+9
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge 8.7dgp2022-10-111-2/+8
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | merge 8.7dgp2022-09-261-3/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Fix broken merge. Don't want to lose Tcl_RemoveChannelMode().dgp2022-09-261-0/+9
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.7dgp2022-09-211-1/+1
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-0/+8
* | | | | | | | | | | Rebase to 9.0jan.nijtmans2022-10-121-113/+113
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge 9.0jan.nijtmans2022-09-261-3/+13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-09-071-2/+23
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-07-041-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-06-231-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-06-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Handle Tcl_GetByteArrayFromObj() betterjan.nijtmans2022-06-121-0/+2
| * | | | | | | | | | | | | | | Handle list/dict compatibility betterjan.nijtmans2022-06-121-0/+1