summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-02Bump version number to avoid streams being treated as lists (as in bug#73431)externals/streamEarl Hyatt
2024-11-17Shorten the documentation strings of seq-take-while and seq-drop-while.Earl Hyatt
2024-11-17Fix the quoting in the documentation of `seq-mapn` for streams.Earl Hyatt
2024-11-17Add test for delayed evaluation for seq-drop-while for streams.Earl Hyatt
2024-11-17Add an implementation of `seq-concatenate` for streams.Earl Hyatt
2024-11-17Add generalized variables for streams that error when used.Earl Hyatt
2024-11-17Add more efficient method for making streams from arrays.Earl Hyatt
2024-11-17Change 'stream.el' to use structures instead of cons cells.Earl Hyatt
2023-09-08* packages/stream/stream.el: Bump version to 2.3.0Philip Kaludercic
2023-09-08Handle buffer streams that operate on lines, pages, etc.Philip Kaludercic
2022-12-21; Prefer HTTPS to HTTP in URLsStefan Kangas
2020-12-01* .gitignore: New fileStefan Monnier
2020-02-08* packages/stream/stream.el: Bump version to 2.2.5.Michael Heerdegen
2020-02-08* [stream] Update copyright yearsMichael Heerdegen
2020-01-11* packages/stream/stream.el (stream--force): Small fix (Bug#37888).Michael Heerdegen
2019-06-03Drop forced lambda's from stream (Bug#30626)Noam Postavsky
2019-01-16Update copyrights of some packagesMichael Heerdegen
2018-03-16* stream/stream-x.el: Update copyrightMichael Heerdegen
2017-12-27* stream/tests/stream-tests.el: Require 'generator'Stefan Monnier
2017-12-26Implement `seq-mapn' method for streamsMichael Heerdegen
2017-12-19Fix seq-empty-p for streamsNicolas Petton
2017-12-19Remove an outdated testNicolas Petton
2017-04-23Add file "stream-x.el" to the stream packageMichael Heerdegen
2016-10-17Some details in the documentationMichael Heerdegen
2016-09-23Fix errors detected by tests added in last commitMichael Heerdegen
2016-09-16Add systematic tests against bogus element generationMichael Heerdegen
2016-09-13Pinpoint semantics of `seq-subseq's implementation for streamsMichael Heerdegen
2016-08-04* stream/stream.el (stream--generalizer): Accept more argumentsStefan Monnier
2016-08-02Avoid recursive stream-append in stream-concatenateMichael Heerdegen
2016-07-11Fix some quoting problems in doc stringsPaul Eggert
2016-06-08Add some more basic stream operationsMichael Heerdegen
2016-03-03* packages/stream/stream.el: Bump version number.Nicolas Petton
2016-03-03Add stream stream-delay and stream-of-directory-filesMichael Heerdegen
2016-02-14update stream.el to the latest versionNicolas Petton
2016-02-13Fix compliler warnings in stream-tests.elNicolas Petton
2015-11-24* packages/stream/stream.el (streamp): Tiny optimization.Stefan Monnier
2015-11-11* stream.el: Implement `seqp' instead of `seq-p'Nicolas Petton
2015-11-04Update stream.el to v2.0.5Nicolas Petton
2015-11-04Update stream.el to v2.0.2.Nicolas Petton
2015-10-30* packages/stream/stream.el: Update to version 2.0.2.Nicolas Petton
2015-10-26* packages/stream/stream.el: Update stream.el to version 2.0.1.Nicolas Petton
2015-10-26Update stream.el to version 2.0.0Nicolas Petton
2015-10-26* packages/stream/tests/stream-tests.el: New tests.Nicolas Petton
2015-10-26* packages/stream/stream.el: Update stream.el to v 1.1.0.Nicolas Petton
2015-10-26* packages/stream/stream.el: Update stream to v 1.0.1.Nicolas Petton
2015-10-19* packages/stream/stream.el: Require Emacs 25Nicolas Petton
2015-10-14Add stream.el to ELPANicolas Petton