Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emacs-lisp/stream.el: require 'seqstream | Nicolas Petton | 2015-08-14 | 1 | -0/+1 |
* | * lisp/emacs-lisp/stream.el: Define macros early | Nicolas Petton | 2015-08-14 | 1 | -13/+13 |
* | Use a generic function for creating streams from different sources | Nicolas Petton | 2015-08-14 | 1 | -58/+59 |
* | * lisp/emacs-lisp/stream.el: Fix stream-buffer initial position | Nicolas Petton | 2015-08-14 | 1 | -3/+5 |
* | Allow negative steps in stream-range | Nicolas Petton | 2015-08-10 | 1 | -5/+3 |
* | Add a new streaming library stream.el | Nicolas Petton | 2015-07-31 | 1 | -0/+232 |