summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/stream.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/stream.el: require 'seqstreamNicolas Petton2015-08-141-0/+1
* * lisp/emacs-lisp/stream.el: Define macros earlyNicolas Petton2015-08-141-13/+13
* Use a generic function for creating streams from different sourcesNicolas Petton2015-08-141-58/+59
* * lisp/emacs-lisp/stream.el: Fix stream-buffer initial positionNicolas Petton2015-08-141-3/+5
* Allow negative steps in stream-rangeNicolas Petton2015-08-101-5/+3
* Add a new streaming library stream.elNicolas Petton2015-07-311-0/+232