summaryrefslogtreecommitdiff
path: root/src/gfilenotify.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-10File notifications report unmount events (bug#66381)Michael Albinus
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
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-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-04-23Remove some unnecessary #ifdef directivesPaul Eggert
2019-03-04* src/gfilenotify.c: Fix indenting.Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-13Fix check for unsafe watch descriptorPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-01-22Improve uses of CHECK_LIST etc.Paul Eggert
2017-01-01; Fix typoMichael Albinus
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-31* src/gfilenotify.c (Fgfile_monitor_name): Return interned symbol.Michael Albinus
2016-12-30* src/gfilenotify.c (Fgfile_monitor_name): Return a symbol.Michael Albinus
2016-12-29Improve filenotify-tests.elMichael Albinus
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-03Fix a stupid error in gfilenotify.c.Michael Albinus
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-27* src/gfilenotify.c (Fgfile_add_watch): Cleanup temporary variable.Michael Albinus
2015-09-24* src/gfilenotify.c (Fgfile_add_watch): Decrease polling rate.Michael Albinus
2015-09-23Continue gfilenotify.c implementation of missing partsMichael Albinus
2015-09-22Implement gfile-valid-pMichael Albinus
2015-08-21* src/gfilenotify.c (Fgfile_add_watch):Michael Albinus
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-01-09Refactor pointer-to-integer conversionPaul Eggert
2015-01-07* src/gfilenotify.c (monitor_to_lisp, lisp_to_monitor):Paul Eggert
2015-01-07Port GFileMonitor * hack to Qnil==0 platformsPaul Eggert
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-09-06Port --without-x --enable-gcc-warnings to Fedora 19.Paul Eggert
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert
2013-07-15Spelling fixes for "does not exists".Paul Eggert
2013-07-04* fileio.c (Qfile_notify_error): New error symbol.Michael Albinus
2013-06-06A few porting etc. fixes for the new file monitor code.Paul Eggert