emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (c378d6c -> 4401e5e)


From: Michael Albinus
Subject: [Emacs-diffs] master updated (c378d6c -> 4401e5e)
Date: Wed, 25 Nov 2015 14:26:03 +0000

albinus pushed a change to branch master.

      from  c378d6c   ; Auto-commit of ChangeLog files.
      adds  e3354e2   Add kqueue support
      adds  7543d1c   Work on kqueue
      adds  e0a68f2   Continue kqueue implementation
      adds  c571fc1   Build fixes for kqueue support.
      adds  41d9bd0   Implement directory events
      adds  e95b309   More work on kqueue
      adds  90d6c69   * lisp/filenotify.el (file-notify-add-watch): Fix thinko.
      adds  8deebe1   Finish implementation in kqueue.c
      adds  99aa855   Doc changes for kqueue
      adds  13f3508   Code cleanup of kqueue.c
      adds  65ba5a9   Further fixes for kqueue.
      adds  5044bdf   New test with a larger number of events.
      adds  c8e266f   Handle more complex rename operation in kqueue
      adds  6b490c0   Improve loops in file-notify-test06-many-events
      adds  5154781   Continie with pending events
      adds  0247489   Rework file notifications, kqueue has problems with 
directory monitors
      adds  bec57a4   Some final fixes in file notification before merging with 
master
       new  91cad2b   Merge from scratch/kqueue
      adds  662ee73   Add kqueue support
      adds  0198c30   Work on kqueue
      adds  bd377a5   Continue kqueue implementation
      adds  84cadc6   Build fixes for kqueue support.
      adds  978f5b0   Implement directory events
      adds  54e22f9   More work on kqueue
      adds  71d88ec   * lisp/filenotify.el (file-notify-add-watch): Fix thinko.
      adds  30bd630   Finish implementation in kqueue.c
      adds  b5804c3   Doc changes for kqueue
      adds  bad2b4d   Code cleanup of kqueue.c
      adds  5f08a72   Further fixes for kqueue.
      adds  0d45fc1   New test with a larger number of events.
      adds  a81fe30   Handle more complex rename operation in kqueue
      adds  4e4180a   Improve loops in file-notify-test06-many-events
      adds  83d429b   Continie with pending events
      adds  8eca1d4   Rework file notifications, kqueue has problems with 
directory monitors
      adds  15e7544   Some final fixes in file notification before merging with 
master
      adds  e604e6a   Merge branch 'scratch/kqueue' of 
git.sv.gnu.org:/srv/git/emacs into scratch/kqueue
       new  4401e5e   ; Merge from scratch/kqueue


Summary of changes:
 configure.ac                        |   58 +++--
 doc/lispref/os.texi                 |   41 ++--
 lisp/filenotify.el                  |  101 ++++---
 src/Makefile.in                     |   11 +-
 src/emacs.c                         |   16 +-
 src/inotify.c                       |    9 +-
 src/keyboard.c                      |    4 +-
 src/kqueue.c                        |  520 ++++++++++++++++++++++++++++++++
 src/lisp.h                          |   16 +-
 test/automated/auto-revert-tests.el |    2 +-
 test/automated/file-notify-tests.el |  557 ++++++++++++++++++++++++-----------
 11 files changed, 1064 insertions(+), 271 deletions(-)
 create mode 100644 src/kqueue.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]