summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Collapse)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? ↵jan.nijtmans2024-04-291-3/+3
| | | | | | | | | | | | Backport changing this from 8.7/9.0
* | | 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
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-17/+16
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | 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
| | | | | | | | | | | | from 8.7/9.0.
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | 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 ↵jan.nijtmans2023-05-011-3/+0
| | | | | | | | | | | | | | | | | | | | compromizing existing TIP's
| * | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-5/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the trunk. This branch attempts to prepare a reversion for the core-8-branch also, via a cherrypick and resolution of conflicts. Starting an experiment in one new release to reject it in the next is at best odd. Also, valgrind test runs of core-8-branch show memory leaks with TclDuplicatePureObj() on the stack trace. This checkin shows a clean valgrind run. There are three test failures on this checkin, which I hope someone versed in the ArithSeries work can resolve. They are the tests: lseq-3.14 lseq-4.19 lseq-bug-54329e39c7 merge bug-bc7ddc7944 (revert use of TclDuplicatePureObj)
| * | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. ↵jan.nijtmans2023-05-311-1/+5
| | | | | | | | | | | | | | | | Backported from 9.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
| |\ \ \ \ | | |/ / /
| | * | | 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
|/ / / | | | | | | | | | and add more error checking.
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-1/+1
| | | | | | | | | | | | | | | representation when duplicating an object, unless necessary. Remove TclListObjCopy() in favor of TclDuplicatePureObj(), allowing internal representation to change after the copy rather than before.
* | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-2/+2
| |\ \ \ | | |/ / | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
| | | |