summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-12/+14
* 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
| |/
* | TIP 651 implementationapnadkarni2022-11-171-0/+14
|/
* int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-8/+10
* Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-011-2/+2
* TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-2/+2
|\
| * rebase to 8.7. Add documentationjan.nijtmans2022-10-131-2/+2
| |\
| | * Merge 8.7jan.nijtmans2019-11-171-29/+141
| | |\
| | * \ Merge tip-468 branchjan.nijtmans2018-10-281-180/+250
| | |\ \
| | * \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-101-11/+63
| | |\ \ \
* | | | | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-14/+14
* | | | | | TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-231-0/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-201-6/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-091-0/+14
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-041-0/+14
* | | | | | | | 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-6/+14
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | 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-228/+245
| |/ / / / / / |/| | | | | |
* | | | | | | merge 8.7dgp2022-10-111-28/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-6/+12
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.7jan.nijtmans2022-10-031-7/+18
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-261-2/+15
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-071-242/+354
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7. Update docjan.nijtmans2022-05-101-22/+4
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-291-0/+2
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | * | | | | | | | | re-structure, add more examplesjan.nijtmans2022-04-291-4/+22
| | * | | | | | | | | Merge 8.7jan.nijtmans2022-04-261-2/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-201-16/+16
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Remove macro's for Tcl_GetBoolFromObj/Tcl_GetBooljan.nijtmans2022-04-151-12/+0
| | * | | | | | | | | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signaturesjan.nijtmans2022-04-151-12/+4
| | * | | | | | | | | | | Use lower 5 bits of flags for sizeof(*(boolPtr))jan.nijtmans2022-04-151-4/+4
| | * | | | | | | | | | | Merge 8.7jan.nijtmans2022-04-041-8/+8
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Fix implementation as noted by Ashok.jan.nijtmans2022-04-041-18/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-311-15/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-02-241-11/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-4/+57
| * | | | | | | | | | | | | | | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-061-22/+7
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-09-281-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Still doesn't work. Use static in stead of MODULE_SCOPEjan.nijtmans2022-09-281-3/+3
* | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-09-271-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Since 'inline' doesn't seem to work, use MODULE_SCOPEjan.nijtmans2022-09-271-3/+3
* | | | | | | | | | | | | | | | merge 8.7dgp2022-09-261-7/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-261-7/+18
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix broken merge. Don't want to lose Tcl_RemoveChannelMode().dgp2022-09-261-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | TIP #220: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-261-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \