index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32notify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * src/w32notify.c: Fix a typo in a comment.
Eli Zaretskii
2022-05-05
1
-2
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Fix compilation errors with latest w32 API headers
Eli Zaretskii
2021-05-09
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Use mint_ptr in w32notify.c
Eli Zaretskii
2018-06-16
1
-4
/
+4
*
|
; Replace "Written by" with standard "Author:" header in some C files
Glenn Morris
2018-02-13
1
-4
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Fix compilation warnings in MinGW64 build using GCC 7
Eli Zaretskii
2017-09-09
1
-1
/
+1
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-2
/
+2
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Improve filenotify-tests.el
Michael Albinus
2016-12-29
1
-1
/
+1
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-4
/
+4
*
|
Define _GNU_SOURCE in files delaying config.h
Paul Eggert
2016-09-17
1
-0
/
+3
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-1
/
+6
*
|
Improve w32notify notifications
Fabrice Popineau
2016-03-19
1
-144
/
+176
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Fix issues found by auditing w32notify code
Eli Zaretskii
2016-02-06
1
-2
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* src/w32notify.c (Fw32notify_add_watch): Fix version check.
Juanma Barranquero
2015-10-25
1
-1
/
+1
*
Use common report_file_notify_error function
Michael Albinus
2015-09-16
1
-22
/
+7
*
Improve the doc string of w32notify-valid-p
Eli Zaretskii
2015-09-14
1
-1
/
+2
*
Report file-notify-error in w32notify.c
Eli Zaretskii
2015-09-14
1
-7
/
+22
*
Implement w32notify-valid-p
Eli Zaretskii
2015-09-14
1
-0
/
+24
*
MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)
Eli Zaretskii
2015-01-10
1
-3
/
+3
*
MS-Windows followup to previous commit
Eli Zaretskii
2015-01-05
1
-3
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Uniquify the 'size' symbol.
Paul Eggert
2014-11-07
1
-2
/
+1
*
src/*.c: Silence a few warnings about unused vars and functions.
Juanma Barranquero
2014-03-26
1
-3
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Converted and tested w32notify.c.
Eli Zaretskii
2013-12-08
1
-43
/
+53
*
Fix bug #15933 with crashes in file-notify-tests on MS-Windows.
Eli Zaretskii
2013-11-28
1
-1
/
+6
*
Fix watching directories using w32notify.c.
Eli Zaretskii
2013-11-27
1
-7
/
+15
*
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-08-03
1
-1
/
+1
*
Update commentary in w32notify.c.
Eli Zaretskii
2013-07-02
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2013-06-07
1
-1
/
+1
*
Update doc string of w32notify-add-watch per discussions in bug #13540.
Eli Zaretskii
2013-01-25
1
-3
/
+9
*
Update copyright dates to 2013.
Paul Eggert
2013-01-02
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2012-12-11
1
-1
/
+1
*
Proof-read comments on w32notify.c. Adapt NEWS entry.
Eli Zaretskii
2012-12-10
1
-15
/
+20
*
Don't call xfree from the watcher thread. Do it only in remove_watch.
Eli Zaretskii
2012-10-18
1
-19
/
+11
*
Tested and fixed conversion of a descriptor (pointer) to event code.
Eli Zaretskii
2012-10-18
1
-2
/
+3
*
Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.
Eli Zaretskii
2012-10-18
1
-10
/
+20
*
More than one watch is now supported.
Eli Zaretskii
2012-10-14
1
-71
/
+87
*
The TTY case is resolved: notifications now work even if Emacs
Eli Zaretskii
2012-10-12
1
-20
/
+38
[next]