emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/nettle updated (9cf6a40 -> 9e80265)


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle updated (9cf6a40 -> 9e80265)
Date: Mon, 3 Apr 2017 09:55:47 -0400 (EDT)

tzz pushed a change to branch scratch/tzz/nettle.

      from  9cf6a40   Use only posix options in a ediff-ptch test
      adds  59191cd   Apply connecion-local variables for shells
      adds  acce29d   * test/lisp/emacs-lisp/cl-lib-tests.el: Improve 
symbol-macrolet tests
      adds  1a55cc6   ; Spelling fixes
      adds  ac2ca82   Simplify test dependency generation
      adds  f4ecb65   fix two js-mode syntax propertization bugs
      adds  a184a7e   Propertize only perl prototype chars 
`][$%&*;address@hidden' as punctuation
      adds  40a33a3   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  afabe53   ; * lisp/replace.el (how-many, flush-lines, keep-lines): 
Remove empty line.
      adds  057d277   ; Auto-commit of loaddefs files.
      adds  2b18ece   Fix typo in docstring
      adds  8e394a7   Fix bugs in simplified test dependencies
      adds  44ee91d   * lisp/ses.el: Silence byte-compiler warnings.
      adds  49197e6   Add Tramp test
       new  c3c8b7a   WIP: trying to move to gnutls/crypto.h without Nettle
       new  5799d95   WIP: gnutls-hash-mac
       new  71228d6   WIP: gnutls-tests
       new  9e80265   WIP: use built-in GnuTLS MAC, digest, and cipher list 
functions


Summary of changes:
 .gitignore                           |   1 -
 ChangeLog.3                          |   2 +-
 doc/misc/tramp.texi                  |  50 +++++-
 lisp/filenotify.el                   |   2 +-
 lisp/files-x.el                      |  14 +-
 lisp/help.el                         |   2 +-
 lisp/ldefs-boot.el                   | 206 +++++++++++------------
 lisp/net/tramp.el                    |  12 +-
 lisp/progmodes/js.el                 |  13 +-
 lisp/progmodes/perl-mode.el          |   8 +-
 lisp/replace.el                      |   3 -
 lisp/ses.el                          |  14 +-
 lisp/shell.el                        |  67 ++++----
 src/gnutls.c                         | 307 ++++++++++++++++++++++++++++++++++
 src/gnutls.h                         |   4 +
 test/Makefile.in                     |  55 +++---
 test/lisp/emacs-lisp/cl-lib-tests.el |  25 ++-
 test/lisp/net/gnutls-tests.el        | 314 +++++++++++++++++++++++++++++++++++
 test/lisp/net/tramp-tests.el         |  82 ++++++---
 test/lisp/progmodes/js-tests.el      |  37 +++++
 test/make-test-deps.emacs-lisp       |  98 -----------
 21 files changed, 981 insertions(+), 335 deletions(-)
 create mode 100644 test/lisp/net/gnutls-tests.el
 delete mode 100644 test/make-test-deps.emacs-lisp



reply via email to

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