summaryrefslogtreecommitdiff
path: root/src/w32notify.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Don't follow symlinks in w32notify file watchesEli Zaretskii2022-09-071-4/+8
* Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-15/+15
* ; * src/w32notify.c: Fix a typo in a comment.Eli Zaretskii2022-05-051-2/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix compilation errors with latest w32 API headersEli Zaretskii2021-05-091-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* 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