summaryrefslogtreecommitdiffstats
path: root/win/tclWinNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-5/+5
|\
* | tip#511 proposed implementationjan.nijtmans2021-08-171-0/+49
* | Remove TclpCreateFileHandler/TclpDeleteFileHandler on windows. The linker sho...jan.nijtmans2021-04-081-40/+0
* | Refactoring, ahoydkf2021-03-301-241/+252
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.6jan.nijtmans2020-07-201-2/+2
|\ \ | |/
* | 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
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+2
* | * win/tclWinNotify.c: Fixed a mistake where the return value ofdavygrvy2004-03-161-3/+2
* | * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to servicedavygrvy2004-03-031-5/+15
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* | * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-3/+5
|/
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-2/+2
* * win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windowsdkf2001-12-141-1/+15
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-3/+3
* removed unnecessary winsock.h includehobbs2001-09-201-2/+1
* Applied the patch for TIP #7 from Kevin Kenny.andreas_kupries2000-11-211-2/+36
* * win/tclWinDde.c:ericm2000-06-131-5/+3
* Fix missing declaration of tclStubsredman1999-07-021-1/+2
* Added hook points to the notifierwelch1999-07-021-1/+20
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-93/+262
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+325