summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Sync with core-8-branchgriffin2022-10-191-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
* | | | | | More work on lset support in AbstractListsgriffin2022-10-191-0/+3
* | | | | | Update AbstractList man page.griffin2022-10-141-1/+1
* | | | | | Modify AbstractList functions to include interp for error reporting. Other va...griffin2022-10-111-3/+6
* | | | | | Code cleanup and reorganizegriffin2022-10-081-5/+11
* | | | | | Sync with core-8-branchgriffin2022-10-081-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
* | | | | | | | | Sync with core-8-branchgriffin2022-10-071-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Sync with core-8-branchgriffin2022-09-291-9/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-261-3/+3
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | 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.7jan.nijtmans2022-09-071-114/+182
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-071-5/+28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2022-08-211-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-07-041-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-231-78/+78
| |\ \ \ \ \ \ \
| * | | | | | | | Implement Tcl_NRCallObjProc2jan.nijtmans2022-06-191-0/+4
| * | | | | | | | Merge 8.7jan.nijtmans2022-06-151-0/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-141-19/+21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-091-0/+27
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | TIP #627 implementationjan.nijtmans2022-06-011-0/+17
| |/ / / / / / / / / / /
* | | | | | | | | | | | Reimplement AbstrctList type structure to simplify. fix various bugs.griffin2022-08-191-4/+1
* | | | | | | | | | | | Abstract Lists (TIP-225) initial implementation.griffin2022-08-081-1/+18
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | 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
| |_|_|_|_|/ / / / / |/| | | | | | | | |