summaryrefslogtreecommitdiff
path: root/queue.el
AgeCommit message (Collapse)Author
2021-03-06* queue.el: Fix `package-requires` syntax of last changeexternals/queueStefan Monnier
2021-03-06* queue.el: Use `cl-lib`Stefan Monnier
(make-queue): Don't autoload, since `queue-create` is not autoloaded anyway
2017-08-03Bump version numbers since we've added iterator generators.Toby S. Cubitt
2017-08-03Implement iterator generators on collection data structures.Toby S. Cubitt
2014-05-15Fix buggy queue-empty and queue-first definitions.Toby S. Cubitt
Should be defun's instead of macros (or else require backticks).
2012-09-12Enable lexical binding, and fix issues it picks up.Toby S. Cubitt
2012-09-11Remove ChangeLogs from library headers.Toby S. Cubitt
The ChangeLog headers duplicate the information in version control commit messages, which is more reliable (ChangeLog updates get forgotten).
2012-04-29More minor whitespace and commentary changes.Toby S. Cubitt
2012-04-29Trivial whitespace tidying.Toby S. Cubitt
2012-04-25Updated copyright attribution and license (GPL2 -> GPL3).Toby S. Cubitt
2012-04-22Added autoload cookies.Toby S. Cubitt
2012-04-22Updated Package-Version, Package-Requires, and Keywords package headers.Toby S. Cubitt
Made small changes to some Commentary sections.
2009-10-18Re-filled to 72 chars/line, for mailing to gnu-emacs-sources listToby Cubitt
2009-10-18Updated copywrite noticeToby Cubitt
2009-10-18Bumped copyright yearToby Cubitt
2009-10-18Added queue.el packageToby Cubitt