summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/subr-x-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix 'add-display-text-property' when OBJECT is non-nilEli Zaretskii2022-12-06
* Fix off-by-one error in string-truncate-leftLars Ingebrigtsen2022-07-23
* Make string-limit with encoding return complete glyphsLars Ingebrigtsen2022-07-03
* Slightly faster hash-table-keys and hash-table-valuesMattias EngdegÄrd2022-06-17
* Remove unused lexvar in subr-x-tests.elBasil L. Contovounesios2022-05-04
* Make some recently added tests actually runLars Ingebrigtsen2022-05-03
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | * test/lisp/emacs-lisp/subr-x-tests.el (subr-x-named-let): New testStefan Monnier2021-12-08
* | Silence byte-compiler in some testsStefan Kangas2021-12-04
* | Add new function 'add-display-text-property'Lars Ingebrigtsen2021-11-24
* | Add new command 'ensure-empty-lines'.Lars Ingebrigtsen2021-10-04
|/
* Change how thread-first/thread-last indent the first argumentLars Ingebrigtsen2021-09-22
* Fix the tests for 'string-limit'Eli Zaretskii2021-05-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-25
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-25
* Allow string-slice to take zero-length matchesLars Ingebrigtsen2020-12-23
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-22
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-22
* Further string-clean-whitespace tweaksLars Ingebrigtsen2020-12-22
* Add string-chop-newlineLars Ingebrigtsen2020-12-21
* Fix shorter-than-length case for string-limitLars Ingebrigtsen2020-12-21
* Rename slice-string to string-sliceLars Ingebrigtsen2020-12-21
* Add `string-pad'Lars Ingebrigtsen2020-12-21
* Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-21
* ; Fix license statements.Stefan Kangas2020-08-27
* Use lexical-binding in many emacs-lisp testsStefan Kangas2020-04-28
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Revert last commitMichael Heerdegen2018-03-06
| * Define if-let* and derivatives as aliases for if-let etcMichael Heerdegen2018-03-06
* | Tweak subr-x.el substring functionsBasil L. Contovounesios2018-07-13
* | Fix compilation warnings in subr-x-tests.elNicolas Petton2018-03-18
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix Edebug specs for if-let* and and-let* (Bug#29236)Gemini Lasswell2017-11-26
* Fix subr-x-tests when running from elcNoam Postavsky2017-09-25
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Implement and-let*Mark Oteiza2017-09-12
* Merge from origin/emacs-25Paul Eggert2017-01-01
* Merge from origin/emacs-25John Wiegley2016-01-11
* Rename all test files to reflect source layout.Phillip Lord2015-11-24