summaryrefslogtreecommitdiff
path: root/src/inotify.c
AgeCommit message (Expand)Author
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-04Fix the MS-Windows build broken by recent changesEli Zaretskii
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-04-23Remove some unnecessary #ifdef directivesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-27Depromiscuify inotify with IN_MASK_ADDPaul Eggert
2017-05-27Restore inotify onlydir supportPaul Eggert
2017-05-27Simplify computation of inotify maskPaul Eggert
2017-05-26* src/inotify.c: Add FIXME comments.Paul Eggert
2017-05-26Fix Bug#26973Andreas Politz
2017-03-30* src/inotify.c (add_watch): Add comment.Paul Eggert
2017-03-30Some inotify cleanupPaul Eggert
2017-03-28* src/inotify.c (Finotify_add_watch): aspect can also be a symbol.Michael Albinus
2017-03-26Minor fixes for inotify.c and filenotify.elAndreas Politz
2017-03-26; Format files from last commitMichael Albinus
2017-03-26Fix issues regarding inotify file-notificationAndreas Politz
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-29Improve filenotify-tests.elMichael Albinus
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-22Backport kqueue integration from masterMichael Albinus
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Use common report_file_notify_error functionMichael Albinus
2015-09-15Pacify --enable-gcc-warningsPaul Eggert
2015-09-15Improve error reports in inotify.cMichael Albinus
2015-09-14Adaot file-notify-tests.el test casesMichael Albinus
2015-09-13Introduce `file-notify-valid-p'Michael Albinus
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-11* inotify.c (uninitialized): Remove. All uses replaced by -1.Paul Eggert
2013-07-04* fileio.c (Qfile_notify_error): New error symbol.Michael Albinus
2013-01-02Update copyright dates to 2013.Paul Eggert
2012-12-11* inotify.c (inotify_callback): Generate an Emacs event for everyMichael Albinus
2012-12-11Minor change in variable name in inotify.c.Eli Zaretskii
2012-12-10Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld