summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/generator.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix bug#28557Stefan Monnier2021-12-201-2/+4
* | * lisp/emacs-lisp/generator.el (iter-yield): SimplifyStefan Monnier2021-12-131-4/+2
* | Generalise CPS-conversion let optimisationMattias Engdegård2021-11-301-7/+6
* | Better CPS conversion of multi-binding `let`Mattias Engdegård2021-11-301-5/+9
|/
* Improve doc strings of a recent commitEli Zaretskii2021-09-181-1/+1
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-3/+3
* Fix copyright lines mistakenly treated as outline headersStefan Monnier2021-03-181-1/+1
* Avoid a compilation warning in iter-doLars Ingebrigtsen2021-02-061-9/+12
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Band-aid for edebugging generator bodies (Bug#40434).Philipp Stephani2020-06-141-4/+4
* Merge from origin/emacs-27Glenn Morris2020-04-201-18/+14
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-18/+14
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Don't use `let*' with just one bindingJuanma Barranquero2019-12-241-1/+1
|/
* Fix typos in lisp/*.elJuanma Barranquero2019-10-091-3/+3
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-2/+2
* * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-7/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-12/+12
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-2/+13
|/
* * lisp/emacs-lisp/generator.el (iter-defun): Add 'doc-string' prop.Stefan Monnier2018-01-111-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/emacs-lisp/generator.el (iter-do): Add a debug declaration.Paul Pogonyshev2017-11-031-1/+2
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-061-2/+4
* Fix dynamic binding wrapper in iter-lambda (bug#25965)Gemini Lasswell2017-10-051-2/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Move gensym to core ElispMark Oteiza2017-09-121-4/+1
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Address some compilation warnings.Glenn Morris2015-06-161-1/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-1/+1
* * emacs-lisp/generator.el (cps--gensym, cps--transform-1): Silence compilerStefan Monnier2015-05-191-4/+4
* Revert "Fix cps--gensym"Leo Liu2015-05-161-1/+1
* Fix cps--gensymLeo Liu2015-05-141-1/+1
* Spelling fixesPaul Eggert2015-03-031-2/+2
* Use `macroexp-parse-body'Daniel Colascione2015-03-031-7/+5
* Address generator feedbackDaniel Colascione2015-03-031-37/+40
* Rename globals in generator.elDaniel Colascione2015-03-031-78/+78
* # Standardize copyright and license notices for recently added filesGlenn Morris2015-03-031-1/+1
* Fix docstrings, declarations in iter-defunDaniel Colascione2015-03-021-4/+10