Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Add missing argument to directory_files_internal calls | Mattias EngdegÄrd | 2020-11-02 | 1 | -2/+3 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix file notifications on macOS | Eli Zaretskii | 2019-11-21 | 1 | -2/+2 |
* | Avoid some unnecessary stdio.h includes | Paul Eggert | 2019-07-08 | 1 | -1/+0 |
* | Remove some unnecessary #ifdef directives | Paul Eggert | 2019-04-23 | 1 | -3/+0 |
* | Simplify list creation in C code | Paul Eggert | 2019-03-04 | 1 | -1/+1 |
* | Use shortcuts for Flength | Paul Eggert | 2019-01-09 | 1 | -2/+3 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -3/+3 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -17/+17 |
* | | Use fcntl.h in kqueue.c | Jeremie Courreges-Anglas | 2018-01-15 | 1 | -1/+1 |
|/ | |||||
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Fix file-attributes race on GNU hosts | Paul Eggert | 2017-08-25 | 1 | -2/+2 |
* | Make a function static that isn't used outside this file | Philipp Stephani | 2017-05-21 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Improve filenotify-tests.el | Michael Albinus | 2016-12-29 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-19 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Prefer comments /* like this */ in C code | Paul Eggert | 2016-11-05 | 1 | -2/+0 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -7/+5 |
|\ \ | |/ | |||||
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -7/+5 |
| * | Backport kqueue integration from master | Michael Albinus | 2016-01-22 | 1 | -0/+521 |
* | Fix Bug#22814 | Michael Albinus | 2016-03-04 | 1 | -1/+23 |
* | ; Add 2016 to copyright years for files not in emacs-25 branch | Glenn Morris | 2016-01-12 | 1 | -1/+2 |
* | Spelling fixes | Paul Eggert | 2016-01-04 | 1 | -1/+1 |
* | Rework file notifications, kqueue has problems with directory monitors | Michael Albinus | 2015-11-25 | 1 | -16/+32 |
* | Continie with pending events | Michael Albinus | 2015-11-25 | 1 | -14/+31 |
* | Handle more complex rename operation in kqueue | Michael Albinus | 2015-11-25 | 1 | -6/+19 |
* | Further fixes for kqueue. | Michael Albinus | 2015-11-25 | 1 | -37/+44 |
* | Code cleanup of kqueue.c | Michael Albinus | 2015-11-25 | 1 | -52/+57 |
* | Finish implementation in kqueue.c | Michael Albinus | 2015-11-25 | 1 | -23/+35 |
* | More work on kqueue | Michael Albinus | 2015-11-25 | 1 | -50/+140 |
* | Implement directory events | Michael Albinus | 2015-11-25 | 1 | -30/+119 |
* | Build fixes for kqueue support. | Wolfgang Jenkner | 2015-11-25 | 1 | -1/+1 |
* | Continue kqueue implementation | Michael Albinus | 2015-11-25 | 1 | -39/+41 |
* | Work on kqueue | Michael Albinus | 2015-11-25 | 1 | -170/+100 |
* | Add kqueue support | Michael Albinus | 2015-11-25 | 1 | -0/+339 |