summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate compiler warning regarding ZLIB_VER_MAJOR on --disable-shared build...jan.nijtmans2024-08-231-13/+14
* Another round of sentinel improvementsjan.nijtmans2024-05-271-9/+9
|\
* \ merge 8.6dkf2024-05-261-23/+7
|\ \ | |/
| * Use the new operationsdkf2024-05-251-23/+7
| * TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B...jan.nijtmans2024-04-291-3/+3
* | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-211-0/+14
* | Merge 8.6jan.nijtmans2024-04-291-2/+1
|\ \ | |/
| * Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-291-2/+1
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | Fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServer.jan.nijtmans2024-04-251-3/+3
|\ \
| * | Still one TCL_NORETURN1 too muchjan.nijtmans2024-04-231-1/+1
| * | Possible fix for [ef23a85ac6]: Tcl_PanicProc - Tcl9 & NaviServerjan.nijtmans2024-04-231-2/+2
| * | more spacing/formatting tweaksdkf2024-03-191-5/+5
| * | Fix indentation/brace usage style issuesdkf2024-03-191-3/+3
| * | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
| * | Merge 8.7jan.nijtmans2023-10-241-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2023-10-191-9/+9
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-10-101-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2023-09-281-11/+21
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2023-09-121-3/+0
| |\ \ \ \ \
| * | | | | | More replacements of DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
| * | | | | | Revert more bits.griffin2023-08-101-3/+0
| * | | | | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-2/+1
| * | | | | | merge trunkgriffin2023-05-241-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2023-05-231-1/+1
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge trunkgriffin2023-05-231-1/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-1/+5
| |/ / / / / / /
| * | | | | | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-1/+1
| * | | | | | | Merge trunkapnadkarni2023-04-141-2/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| | |\ \ \ \ \ \ \
| * | | | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-18/+18
| |/ / / / / / / /
| * | | | | | | | Merge 8.7jan.nijtmans2023-03-241-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-15/+15
| * | | | | | | | | Merge 8.7jan.nijtmans2022-10-041-4/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-191-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2022-09-191-6/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7jan.nijtmans2022-09-191-30/+404
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-05-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-141-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+2
| | * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-02-101-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-1/+1
| * | | | | | | | | | | | | | | | More progressjan.nijtmans2022-01-271-2/+3
| * | | | | | | | | | | | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2021-11-261-4/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-08-231-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2021-03-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-03-191-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \