summaryrefslogtreecommitdiffstats
path: root/win/tclWinNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-6/+6
* Clean up a lot of small whitespace issues dkf2024-05-131-6/+6
* Few more spacing/formatting tweaksjan.nijtmans2024-03-201-1/+1
|\
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-5/+5
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-2/+2
* | Fix indentation/brace usage style issuesdkf2024-03-191-2/+2
* | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
|\ \ | |/
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | More -Wconversion warning fixesjan.nijtmans2023-03-081-8/+8
* | Merge 8.7jan.nijtmans2021-08-231-5/+5
|\ \ | |/
| * Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-5/+5
| |\
* | \ Merge 8.7jan.nijtmans2021-08-201-0/+49
|\ \ \ | |/ /
| * | tip#511 proposed implementationjan.nijtmans2021-08-171-0/+49
* | | Merge 8.7jan.nijtmans2021-04-081-40/+0
|\ \ \ | |/ /
| * | Remove TclpCreateFileHandler/TclpDeleteFileHandler on windows. The linker sho...jan.nijtmans2021-04-081-40/+0
* | | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-241/+253
|\ \ \ | |/ /
| * | Refactoring, ahoydkf2021-03-301-241/+252
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-07-211-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-201-2/+2
| |\ \ | | |/
* | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-3/+3
|/ /
* | Merge 8.6jan.nijtmans2019-09-191-3/+3
|\ \ | |/
| * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-7/+7
* | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-8/+8
|\ \ | |/
| * TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-16/+16
* | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-13/+14
* | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-1/+1
* | Minor code cleanup. jan.nijtmans2018-09-051-3/+1
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
* | merge trunkjan.nijtmans2016-03-301-4/+4
|\ \
| * | Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values t...jan.nijtmans2016-03-291-4/+4
| |/
* | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O...jan.nijtmans2016-03-211-8/+18
|/
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-3/+5
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-2/+2
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-3/+3
* | | TCHAR-related fixes, making those files compile fine when TCHAR != charnijtmans2010-05-041-5/+6
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-3/+3
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-2/+2
* | | * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-217/+225
|/ /
* | ANSIfydkf2005-11-041-10/+10
* | Getting more systematic about styledkf2005-07-241-114/+120
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+4
* | * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-211-7/+30