aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32notify.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-3/+2
* 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
* Final version that supports only one watch at a time.Eli Zaretskii2012-10-071-53/+49
* Added w32notify.c.Eli Zaretskii2012-10-071-0/+588