index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kqueue.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-06-23
Fix compilation on prerelease versions of Haiku
Po Lu
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-10
File notifications report unmount events (bug#66381)
Michael Albinus
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-21
Two typos captured on OpenBSD/clang
Manuel Giraud
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-11-02
Add missing argument to directory_files_internal calls
Mattias EngdegÄrd
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-21
Fix file notifications on macOS
Eli Zaretskii
2019-07-08
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-04-23
Remove some unnecessary #ifdef directives
Paul Eggert
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-15
Use fcntl.h in kqueue.c
Jeremie Courreges-Anglas
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-08-25
Fix file-attributes race on GNU hosts
Paul Eggert
2017-05-21
Make a function static that isn't used outside this file
Philipp Stephani
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-29
Improve filenotify-tests.el
Michael Albinus
2016-11-19
Merge from origin/emacs-25
Paul Eggert
2016-11-05
Prefer comments /* like this */ in C code
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-03-04
Fix Bug#22814
Michael Albinus
2016-01-22
Backport kqueue integration from master
Michael Albinus
2016-01-12
; Add 2016 to copyright years for files not in emacs-25 branch
Glenn Morris
2016-01-04
Spelling fixes
Paul Eggert
2015-11-25
Rework file notifications, kqueue has problems with directory monitors
Michael Albinus
2015-11-25
Continie with pending events
Michael Albinus
2015-11-25
Handle more complex rename operation in kqueue
Michael Albinus
2015-11-25
Further fixes for kqueue.
Michael Albinus
2015-11-25
Code cleanup of kqueue.c
Michael Albinus
2015-11-25
Finish implementation in kqueue.c
Michael Albinus
2015-11-25
More work on kqueue
Michael Albinus
2015-11-25
Implement directory events
Michael Albinus
2015-11-25
Build fixes for kqueue support.
Wolfgang Jenkner
2015-11-25
Continue kqueue implementation
Michael Albinus
2015-11-25
Work on kqueue
Michael Albinus
2015-11-25
Add kqueue support
Michael Albinus