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