summaryrefslogtreecommitdiff
path: root/src/w32notify.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Use mint_ptr in w32notify.cEli Zaretskii2018-06-161-4/+4
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-131-4/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-2/+2
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Improve filenotify-tests.elMichael Albinus2016-12-291-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-4/+4
* | Define _GNU_SOURCE in files delaying config.hPaul Eggert2016-09-171-0/+3
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+6
* | Improve w32notify notificationsFabrice Popineau2016-03-191-144/+176
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Fix issues found by auditing w32notify codeEli Zaretskii2016-02-061-2/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * src/w32notify.c (Fw32notify_add_watch): Fix version check.Juanma Barranquero2015-10-251-1/+1
* Use common report_file_notify_error functionMichael Albinus2015-09-161-22/+7
* Improve the doc string of w32notify-valid-pEli Zaretskii2015-09-141-1/+2
* Report file-notify-error in w32notify.cEli Zaretskii2015-09-141-7/+22
* Implement w32notify-valid-pEli Zaretskii2015-09-141-0/+24
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-3/+3
* MS-Windows followup to previous commitEli Zaretskii2015-01-051-3/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Uniquify the 'size' symbol.Paul Eggert2014-11-071-2/+1
* src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-3/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Converted and tested w32notify.c.Eli Zaretskii2013-12-081-43/+53
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-281-1/+6
* Fix watching directories using w32notify.c.Eli Zaretskii2013-11-271-7/+15
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-1/+1
* Update commentary in w32notify.c.Eli Zaretskii2013-07-021-1/+1
* Fix typos.Juanma Barranquero2013-06-071-1/+1
* Update doc string of w32notify-add-watch per discussions in bug #13540.Eli Zaretskii2013-01-251-3/+9
* Update copyright dates to 2013.Paul Eggert2013-01-021-1/+1
* Spelling fixes.Paul Eggert2012-12-111-1/+1
* Proof-read comments on w32notify.c. Adapt NEWS entry.Eli Zaretskii2012-12-101-15/+20
* Don't call xfree from the watcher thread. Do it only in remove_watch.Eli Zaretskii2012-10-181-19/+11
* Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-181-2/+3
* Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.Eli Zaretskii2012-10-181-10/+20
* More than one watch is now supported.Eli Zaretskii2012-10-141-71/+87
* The TTY case is resolved: notifications now work even if EmacsEli Zaretskii2012-10-121-20/+38
* Support file notifications in a TTY session.Eli Zaretskii2012-10-101-9/+8
* Merge from trunk after addition of w32common.h.Eli Zaretskii2012-10-081-1/+1
* Fix a typo in a comment.Eli Zaretskii2012-10-071-2/+3
* Zero out dirwatch->dir when bailing out for any reason.Eli Zaretskii2012-10-071-0/+5