summaryrefslogtreecommitdiff
path: root/test/src/editfns-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
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add some very rudimentary field-beginning/end testsLars Ingebrigtsen2021-12-191-0/+13
* | Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-311-24/+24
|/
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Improve wrong number of args error message in propertizeStefan Kangas2021-02-221-0/+4
* Fix copying text properties in 'format'Eli Zaretskii2021-02-061-1/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use lexical-binding in more testsStefan Kangas2020-08-291-3/+3
* ; Fix license statements.Stefan Kangas2020-08-271-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix byte-counting error in ‘format’Paul Eggert2019-11-141-0/+4
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-11/+12
* * test/src/editfns-tests.el (test-group-name): Accept nil group-name.Stefan Monnier2019-07-021-8/+8
* * test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier2019-04-101-0/+3
* Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-6/+5
* Fix translation-region bug with MAX_CHARPaul Eggert2019-01-131-0/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | ; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris2018-11-101-2/+3
* | * test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris2018-11-101-10/+17
* | * test/src/editfns-tests.el (test-group-name): Small fix.Glenn Morris2018-11-101-1/+1
* | Fix last changeEli Zaretskii2018-11-101-6/+13
* | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+7
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-59/+0
* | Fix format-time-string bignum bugPaul Eggert2018-09-041-0/+10
* | Several fixes for formatting bignumsPaul Eggert2018-08-311-2/+15
* | Merge branch 'feature/bignum'Tom Tromey2018-08-111-9/+22
|\ \
| * \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+7
| |\ \
| * | | Make format handle bignumsTom Tromey2018-07-121-12/+21
* | | | Merge from origin/emacs-26Glenn Morris2018-08-101-1/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-1/+15
* | | %o and %x can now format signed integersPaul Eggert2018-07-261-4/+6
| |/ |/|
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-0/+8
* | Merge from origin/emacs-26Glenn Morris2018-06-181-0/+11
|\|
| * Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-0/+11
| * Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-0/+51
* | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-0/+51
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-4/+18
* | Add tests for Bug#30408Paul Eggert2018-03-211-0/+21
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix zero-padding bug with (format "%#08x" n)Paul Eggert2017-12-071-0/+6
|/
* Fix 2 testsuite tests for MS-WindowsEli Zaretskii2017-09-201-1/+5
* Fix format-time-string %Z bug with negative tzPaul Eggert2017-09-171-0/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add command to replace buffer contentsPhilipp Stephani2017-06-171-0/+31
* Fix a bug when using format field numbersPhilipp Stephani2017-06-031-1/+2