summaryrefslogtreecommitdiff
path: root/src/gfilenotify.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-231-4/+0
* * src/gfilenotify.c: Fix indenting.Paul Eggert2019-03-041-12/+12
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix check for unsafe watch descriptorPaul Eggert2018-08-131-4/+3
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-3/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-221-5/+3
* ; Fix typoMichael Albinus2017-01-011-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/gfilenotify.c (Fgfile_monitor_name): Return interned symbol.Michael Albinus2016-12-311-1/+1
* | * src/gfilenotify.c (Fgfile_monitor_name): Return a symbol.Michael Albinus2016-12-301-4/+3
* | Improve filenotify-tests.elMichael Albinus2016-12-291-1/+22
|/
* Prefer comments /* like this */ in C codePaul Eggert2016-11-051-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix a stupid error in gfilenotify.c.Michael Albinus2015-11-031-0/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* * src/gfilenotify.c (Fgfile_add_watch): Cleanup temporary variable.Michael Albinus2015-09-271-0/+1
* * src/gfilenotify.c (Fgfile_add_watch): Decrease polling rate.Michael Albinus2015-09-241-0/+4
* Continue gfilenotify.c implementation of missing partsMichael Albinus2015-09-231-23/+38
* Implement gfile-valid-pMichael Albinus2015-09-221-7/+38
* * src/gfilenotify.c (Fgfile_add_watch):Michael Albinus2015-08-211-1/+9
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-12/+12
* Remove unused DEFSYMsPaul Eggert2015-05-311-3/+0
* Refactor pointer-to-integer conversionPaul Eggert2015-01-091-20/+4
* * src/gfilenotify.c (monitor_to_lisp, lisp_to_monitor):Paul Eggert2015-01-071-3/+2
* Port GFileMonitor * hack to Qnil==0 platformsPaul Eggert2015-01-071-10/+23
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-27/+13
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port --without-x --enable-gcc-warnings to Fedora 19.Paul Eggert2013-09-061-0/+2
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-1/+1
* Spelling fixes for "does not exists".Paul Eggert2013-07-151-1/+1
* * fileio.c (Qfile_notify_error): New error symbol.Michael Albinus2013-07-041-7/+7
* A few porting etc. fixes for the new file monitor code.Paul Eggert2013-06-061-28/+42
* * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus2013-06-051-4/+7
* * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-0/+266