| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ |
|
| * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 1 | -8/+8 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-08-23 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 1 | -5/+5 |
| |\ |
|
* | \ | Merge 8.7 | jan.nijtmans | 2021-08-20 | 1 | -0/+49 |
|\ \ \
| |/ / |
|
| * | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -0/+49 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -40/+0 |
|\ \ \
| |/ / |
|
| * | | Remove TclpCreateFileHandler/TclpDeleteFileHandler on windows. The linker sho... | jan.nijtmans | 2021-04-08 | 1 | -40/+0 |
|
|
* | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -241/+253 |
|\ \ \
| |/ / |
|
| * | | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -241/+252 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-07-21 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
| |\ \
| | |/ |
|
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more... | jan.nijtmans | 2020-03-31 | 1 | -3/+3 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -7/+7 |
|
|
* | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -16/+16 |
|
|
* | | Eliminate more usage of C++-specific keywords in C-code. | jan.nijtmans | 2019-07-25 | 1 | -13/+14 |
|
|
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|
|
* | | Minor code cleanup. | jan.nijtmans | 2018-09-05 | 1 | -3/+1 |
|
|
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|
|
* | | merge trunk | jan.nijtmans | 2016-03-30 | 1 | -4/+4 |
|\ \ |
|
| * | | Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values t... | jan.nijtmans | 2016-03-29 | 1 | -4/+4 |
| |/ |
|
* | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O... | jan.nijtmans | 2016-03-21 | 1 | -8/+18 |
|/ |
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 1 | -3/+5 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -2/+2 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -3/+3 |
|
|
* | | | TCHAR-related fixes, making those files compile fine when TCHAR != char | nijtmans | 2010-05-04 | 1 | -5/+6 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -3/+3 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -2/+2 |
|
|
* | | | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -217/+225 |
|/ / |
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -10/+10 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -114/+120 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -2/+4 |
|
|
* | | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -7/+30 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+2 |
|
|
* | | * win/tclWinNotify.c: Fixed a mistake where the return value of | davygrvy | 2004-03-16 | 1 | -3/+2 |
|
|
* | | * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to service | davygrvy | 2004-03-03 | 1 | -5/+15 |
|
|
* | | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|
* | | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 1 | -3/+5 |
|/ |
|
* | * win/tclWin32Dll.c (squelch_warnings): Squelch | mdejong | 2003-01-16 | 1 | -2/+2 |
|
|