summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-051-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
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-11-161-10/+25
| |\ \ \ \ \
| * | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-2/+2
* | | | | | | Use TCL_HASH_TYPE in stead of "unsigned int", wherever the Tcl 9.0 type is "s...jan.nijtmans2022-06-231-9/+9
* | | | | | | Use "void *" in stead of ClientData in tclDecls.h (backported from 9.0)jan.nijtmans2022-06-231-69/+69
| |_|_|_|_|/ |/| | | | |
* | | | | | Add comments in tcl.declsjan.nijtmans2022-06-151-0/+3
* | | | | | Keep lines in tcl.decs not too longjan.nijtmans2022-06-121-19/+21
| |_|_|_|/ |/| | | |
* | | | | TIP #616 implementation (Wrapper API, cannot really handle > 2^31 elements)jan.nijtmans2022-06-081-0/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge 8.7. Add Tcl_ProcObjCmd2()jan.nijtmans2022-05-311-0/+4
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.7jan.nijtmans2022-05-171-2/+2
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | some less underscores in exported functionsjan.nijtmans2022-05-171-5/+5
| * | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-11/+28
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.7jan.nijtmans2022-04-261-5/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 8.7jan.nijtmans2022-04-011-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-03-181-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-03-091-4/+9
| |\ \ \ \ \ \
| * | | | | | | Add TclParseArgsObjv_jan.nijtmans2022-01-261-0/+4
| * | | | | | | 3 more stub-entriesjan.nijtmans2022-01-241-0/+10
| * | | | | | | Extend for Tcl dicts too (API only)jan.nijtmans2022-01-241-1/+4
| * | | | | | | Extend for Tcl lists > 2^31 elements (API only)jan.nijtmans2022-01-231-0/+10
* | | | | | | | Merge 8.7jan.nijtmans2022-04-261-5/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge 8.6jan.nijtmans2022-04-201-5/+5
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-5/+5
| | * | | | | | Merge 8.5jan.nijtmans2022-03-221-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Reserve 3 more stub entriesjan.nijtmans2022-03-221-1/+1
| | * | | | | | | Merge 8.5jan.nijtmans2022-02-231-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | 2 more spare stub entriesjan.nijtmans2022-02-231-1/+1
| | * | | | | | | Merge 8.5. (add some unused spare stub entries)jan.nijtmans2022-02-121-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Add more spare unused stub entriesjan.nijtmans2022-02-111-1/+1
| | * | | | | | | Merge 8.5jan.nijtmans2021-08-191-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Reserve a few more unused stub entriesjan.nijtmans2021-08-191-1/+1
* | | | | | | | | Undo deprecation for Tcl_AppendUnicodeToObj (as described in the TIP)jan.nijtmans2022-03-291-1/+1
* | | | | | | | | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-0/+3
* | | | | | | | | Add TclGetRange() to the compatibility setjan.nijtmans2022-03-241-0/+3
* | | | | | | | | Merge 8.7jan.nijtmans2022-03-221-0/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-201-2/+2
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | TIP #601: Make "encoding convertto/convertfrom" throw exceptionsjan.nijtmans2022-03-171-0/+8
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Merge 8.7jan.nijtmans2022-03-041-3/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-261-6/+6
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merge 8.7jan.nijtmans2021-11-081-6/+16
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-4/+9
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tip-597jan.nijtmans2021-04-131-5/+8
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge tip-597jan.nijtmans2021-04-061-2/+2
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tip-597. More testcasesjan.nijtmans2021-03-301-2/+3
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add testcase for "encoding convertto". Move stub table one positionsjan.nijtmans2021-03-301-2/+2