summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-301-1/+1
* No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-10/+7
* 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
* | | | TIP 651 implementationapnadkarni2022-11-171-4/+4
| |_|/ |/| |
* | | Reserve stub entry 687 for TIP #651apnadkarni2022-11-171-0/+4
| |/ |/|
* | 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
* 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
* | | | | | 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 8.7dgp2022-10-111-2/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2022-10-031-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-261-1/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-071-110/+177
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7. Update docjan.nijtmans2022-05-101-2/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | re-structure, add more examplesjan.nijtmans2022-04-291-2/+2
| * | | | | | | | | Merge 8.7jan.nijtmans2022-04-201-5/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signaturesjan.nijtmans2022-04-151-2/+2
| * | | | | | | | | Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-311-3/+12
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-02-241-3/+8
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-2/+11
* | | | | | | | | | | | merge 8.7dgp2022-09-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-261-3/+3
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fix broken merge. Don't want to lose Tcl_RemoveChannelMode().dgp2022-09-261-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | TIP #220: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-261-0/+9
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-071-0/+5
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
* | | | | | | | | | | merge 8.7dgp2022-09-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.7jan.nijtmans2022-09-071-114/+182
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-0/+8
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2022-08-211-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-051-2/+2
* | | | | | | | | | Merge 8.7jan.nijtmans2022-07-041-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | TIP #609: Enhance Tcl_ThreadQueueEvent()jan.nijtmans2022-07-031-2/+2
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-201-19/+24
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-101-0/+27
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-191-11/+26
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-261-15/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | |