summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-05-271-9/+9
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-9/+9
| |\
* | \ Merge 8.7dkf2024-05-261-23/+7
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-211-0/+14
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-16/+17
* | | Clean up a lot of small whitespace issues dkf2024-05-131-17/+16
* | | More whitespace cleanupdkf2024-05-101-2/+0
* | | Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-291-2/+1
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
| |/ / |/| |
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-1/+1
* | | 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
|\ \ \ | |/ /
| * | Fix build-info for 64-bit Windows: This is not an "ilp32" platformjan.nijtmans2023-10-241-1/+1
* | | Merge 8.7jan.nijtmans2023-10-191-9/+9
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-9/+9
* | | Merge 8.7jan.nijtmans2023-10-101-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2023-09-281-11/+21
|\ \ \ | |/ /
| * | Handle ::tcl::Bgerror the same wayjan.nijtmans2023-09-281-11/+21
* | | Merge 8.7jan.nijtmans2023-09-121-3/+0
|\ \ \ | |/ /
| * | Rebase to 8.7jan.nijtmans2023-08-301-3/+0
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-07-091-3/+0
| | |\ \
| | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-3/+0
| * | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-5/+1
| |/ / /
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-1/+5
* | | | 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
| |\ \ \ \ | | |/ / /
| | * | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-1/+1
| | * | | More int/Tcl_Size backportjan.nijtmans2023-05-201-5/+6
| | |/ /
* | | | 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
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1