summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-05-171-1/+1
|\
| * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵jan.nijtmans2022-05-171-1/+1
| | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616)
* | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+2
|\ \
| * | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no ↵jan.nijtmans2022-03-021-3/+2
| |/ | | | | | | longer necessary
* | Merge 8.7jan.nijtmans2022-02-101-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-02-101-1/+1
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of ↵jan.nijtmans2022-02-101-1/+1
| | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type
| | * Unbreak buildjan.nijtmans2021-11-261-1/+1
| | |
| | * Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl ↵jan.nijtmans2021-11-261-26/+39
| | | | | | | | | | | | 8.7. Add more type-casts (better C++ compatibility)
* | | Merge 8.7jan.nijtmans2021-11-261-4/+78
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-09-241-0/+6
| |\ \
| * | | Found the problem with Visual Studio: somehow it doesn't handle empty ↵jan.nijtmans2021-08-031-1/+1
| | | | | | | | | | | | | | | | brackets [] right ....
| * | | Add support for ICCjan.nijtmans2021-07-141-1/+4
| | | |
| * | | Remove tclPkg.c changes, instead implement new tcl::build-info commandjan.nijtmans2021-07-131-0/+3
| | | |
| * | | Eliminate clang warningjan.nijtmans2021-07-091-2/+2
| | | |
| * | | "profiled" -> "profile"jan.nijtmans2021-07-021-50/+57
| | | |
| * | | "utf16" -> "utf-16"jan.nijtmans2021-07-011-1/+1
| | | |
| * | | TCL_THREADS=0 means no threads too ....jan.nijtmans2021-06-291-1/+1
| | | |
| * | | Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-261-0/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-04-141-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Fix build with -DTCL_NO_DEPRECATED cflagjan.nijtmans2021-02-251-0/+7
| | | | |
| * | | | Merge 8.7. Change more functions signatures to return the Tcl full version ↵jan.nijtmans2021-02-241-2/+63
| | | | | | | | | | | | | | | | | | | | number.
* | | | | Merge 8.7jan.nijtmans2021-08-231-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+6
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
* | | | Merge 9.0jan.nijtmans2021-03-311-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-03-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip ↵jan.nijtmans2021-03-181-1/+1
| | | |/ | | |/| | | | | | | | | main loop in Tcl_DoOneEvent
* | | | Merge 9.0jan.nijtmans2021-02-171-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-081-3/+3
| |\ \ \ | | |/ /
| | * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-3/+3
| | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | Merge trunkjan.nijtmans2020-10-121-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-10-091-1/+1
| |\ \ \ | | |/ /
| | * | Make everything compile warning-free with -Wundef. Put enum ↵jan.nijtmans2020-10-081-1/+1
| | |\ \ | | | |/ | | | | | | | | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6
| | | * Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-1/+1
| | | |
| | | * TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-2/+2
| | | |
| * | | Merge 8.7jan.nijtmans2020-10-021-2/+2
| |\ \ \ | | |/ /
| | * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| | | |
* | | | Merge trunkjan.nijtmans2020-09-151-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-09-011-5/+5
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2020-09-011-5/+5
| | |\ \ | | | |/
| | | * Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-1/+0
| | | | | | | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup.
* | | | Merge trunkjan.nijtmans2020-03-171-3/+0
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2020-03-171-3/+0
| |\ \ \ | | |/ /
| | * | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
| | | |
* | | | Merge trunkjan.nijtmans2020-03-101-41/+41
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2020-03-061-11/+6
| |\ \ \ | | |/ /
| | * | (no comment)dgp2020-03-061-11/+6
| | | |
| * | | Merge 8.7jan.nijtmans2020-02-281-40/+45
| |\ \ \ | | |/ /
| | * | Merge 8.7jan.nijtmans2019-09-141-3/+3
| | |\ \
| | * | | interp is not dummy any-morejan.nijtmans2019-09-041-2/+1
| | | | |