emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] branch feature/aptel/dynamic-modules-rc3 created (now c59f


From: Noah Friedman
Subject: [Emacs-diffs] branch feature/aptel/dynamic-modules-rc3 created (now c59f2de)
Date: Mon, 8 May 2017 19:46:19 -0400 (EDT)

friedman pushed a change to branch feature/aptel/dynamic-modules-rc3.

        at  c59f2de   add new Lisp_Module type (misc subtype)

This branch includes the following new commits:

       new  772cb16   add libltdl configure option/dependency.
       new  fc0f6ec   add `load-module' function to emacs lisp.
       new  6478a32   intern literal strings as regular string.
       new  0526616   add sample module `fmod'.
       new  79e2c28   change Subr doc field from char* to Lisp_Object.
       new  19705b8   alloc.c: protect doc field from GC.
       new  0cfb066   doc.c: use DOC format sanity checks instead of 
bytecompiled checks on module doc files.
       new  b8286d2   doc.c: don't prefix doc path by ../etc/ for modules
       new  1b98be3   move fmod module in modules/fmod/.
       new  bfe16af   new module: opaque
       new  89c8287   opaque: add comments.
       new  9330ca6   new module: elisp
       new  9da7346   new module: curl. basic URL fetcher working.
       new  582704c   curl: use url arg.
       new  8147699   fix docstring.
       new  8254721   make `load' look for and handle dynamic modules.
       new  a95e032   update modules examples with `provide' call.
       new  1959b65   use `load-module-suffixes' as a source of module suffixes.
       new  4e1ad37   new yaml parsing module using libyaml
       new  4000103   yaml module: add `yaml-parse-string'.
       new  c7248ea   yaml module: rename `yaml-parse' to `yaml-parse-buffer'.
       new  092a6d2   configure.ac: dynamic modules off by default.
       new  41ec64b   Merge branch 'master' into dynamic-modules
       new  1da9b91   opaque module: rename Qc variable to Qc_ due to macro 
collision
       new  9a1d734   modules/: add proper testing
       new  6e9c6b1   doc.c: fix module doc prefix
       new  b82611b   modules/tests.py: honnor module list from args
       new  4257b6b   lread.c: update load-module docstring
       new  3a2aab6   modules/fmod: use M prefix for module global vars
       new  2e998a7   modules/fmod: use right docstring in test
       new  f52bd1f   modules: prefix all global module variable with M
       new  ef45794   modules/yaml: skip TODO tests
       new  9461927   modules/opaque/test.el: use `should' macro instead of 
assert
       new  9dc8a56   modules/yaml/test.el: implement deep equal + remainging 
tests
       new  c59f2de   add new Lisp_Module type (misc subtype)




reply via email to

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