emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (015c89a -> d4aca72)


From: Nicolas Petton
Subject: [Emacs-diffs] master updated (015c89a -> d4aca72)
Date: Thu, 04 Jun 2015 21:01:59 +0000

nicolaspetton pushed a change to branch master.

      from  015c89a   ; * etc/NEWS: Add string-greaterp
      adds  c3acb32   New library map.el similar to seq.el but for mapping data 
structures.
      adds  35c27cd   Throw an error when converting a map into an unknown map 
type
      adds  924ea3f   * lisp/emacs-lisp/map.el: Removes byte-compilation 
warnings.
      adds  a76628f   * lisp/emacs-lisp/map.el (map-into): Better error message.
      adds  be3d269   * test/automated/map-tests.el: Renamed from map-test.el.
      adds  89baf16   * test/automated/map-tests.el: Refactoring of test 
methods.
      adds  f37e265   Minor improvement in map-elt.
      adds  79d9757   * lisp/emacs-lisp/map.el: Better docstring.
      adds  d75151a   Do not signal an error when trying to delete a key from 
an array
      adds  eea2e83   * lisp/emacs-lisp/map.el (map--dispatch): Improve the 
docstring.
      adds  6287979   Fix a false negative in `map-elt' with alists and values 
being nil
      adds  40a8a12   * lisp/emacs-lisp/map.el (map--elt-list): Minor 
refactoring.
      adds  5e52b0a   * lisp/emacs-lisp/map.el (map--elt-list): Better 
docstring.
      adds  c576ab5   * lisp/emacs-lisp/map.el (map-pairs): Dump redundant 
lambda
      adds  12a3ea5   * lisp/emacs-lisp/map.el: Better docstrings.
      adds  a5237a0   Faster implementation of map-empty-p
      adds  3fe404c   Improve the docstring of functions in map.el
      adds  6591d36   * etc/NEWS: Add an entry about map.el
      adds  988d721   Add a pcase pattern for maps and `map-let' based on it
      adds  cfb3580   * lisp/emacs-lisp/map.el: Better docstring for the map 
pcase macro.
       new  d4aca72   Merge branch 'map'


Summary of changes:
 etc/NEWS                    |    5 +
 lisp/emacs-lisp/map.el      |  371 +++++++++++++++++++++++++++++++++++++++++++
 test/automated/map-tests.el |  333 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 709 insertions(+), 0 deletions(-)
 create mode 100644 lisp/emacs-lisp/map.el
 create mode 100644 test/automated/map-tests.el



reply via email to

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