summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-18/+18
|/ /
* | Merge 8.7jan.nijtmans2023-03-241-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\
| | * Fix [15e74a2fe6]: Fix various typosjan.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
|\ \ \ | |/ /
| * | Fix g++ warning: tclEvent.c:1519:10: warning: declaration of ‘enum Tcl_Vwai...jan.nijtmans2022-10-041-4/+4
* | | Merge 8.7jan.nijtmans2022-09-191-1/+1
|\ \ \ | |/ /
| * | addendum to previous commit: restore -errorcode too .....jan.nijtmans2022-09-191-1/+1
* | | merge 8.7dgp2022-09-191-6/+5
|\ \ \ | |/ /
| * | Upgrade Tcl_SaveResult usage to Tcl_SaveInterpState.dgp2022-09-191-3/+3
| * | eliminate (enum options) typecastjan.nijtmans2022-09-191-3/+2
* | | merge 8.7jan.nijtmans2022-09-191-30/+404
|\ \ \ | |/ /
| * | TIP #455 proposed implementationjan.nijtmans2022-08-311-30/+404
* | | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.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
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-1/+1
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1