aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/editfns-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-14Fix byte-counting error in ‘format’Paul Eggert1-0/+4
2019-07-23Support "%x" etc. formats on more floatsPaul Eggert1-11/+12
2019-07-02* test/src/editfns-tests.el (test-group-name): Accept nil group-name.Stefan Monnier1-8/+8
2019-04-10* test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier1-0/+3
2019-03-10Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert1-6/+5
2019-01-13Fix translation-region bug with MAX_CHARPaul Eggert1-0/+9
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-10; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris1-2/+3
2018-11-10* test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris1-10/+17
2018-11-10* test/src/editfns-tests.el (test-group-name): Small fix.Glenn Morris1-1/+1
2018-11-10Fix last changeEli Zaretskii1-6/+13
2018-11-10src/editfns.c (group-name): New function.Jules Tamagnan1-0/+7
2018-10-06Move timestamp-related stuff to timefns.cPaul Eggert1-59/+0
2018-09-04Fix format-time-string bignum bugPaul Eggert1-0/+10
2018-08-31Several fixes for formatting bignumsPaul Eggert1-2/+15
2018-08-09Fix copying text properties by 'format'Eli Zaretskii1-1/+15
2018-07-26%o and %x can now format signed integersPaul Eggert1-4/+6
2018-07-12Make format handle bignumsTom Tromey1-12/+21
2018-06-25(format "%d" F) now truncates floating FPaul Eggert1-0/+8
2018-06-15Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii1-0/+11
2018-06-03Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky1-0/+51
2018-03-30Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky1-0/+51
2018-03-29Lisp reader now checks for integer overflowPaul Eggert1-4/+18
2018-03-21Add tests for Bug#30408Paul Eggert1-0/+21
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-07Fix zero-padding bug with (format "%#08x" n)Paul Eggert1-0/+6
2017-09-20Fix 2 testsuite tests for MS-WindowsEli Zaretskii1-1/+5
2017-09-17Fix format-time-string %Z bug with negative tzPaul Eggert1-0/+4
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-06-17Add command to replace buffer contentsPhilipp Stephani1-0/+31
2017-06-03Fix a bug when using format field numbersPhilipp Stephani1-1/+2
2017-06-01Limit format fields to more POSIX-like specPaul Eggert1-6/+22
2017-06-02Minor improvements to format field numbersPaul Eggert1-7/+3
2017-06-02Implement field numbers in format stringsPhilipp Stephani1-0/+18
2017-05-01Port format-time-string to MS-Windows betterPaul Eggert1-12/+15
2017-05-01; Fix typoKen Brown1-1/+1
2017-05-01; Fix commentary in a recent commitEli Zaretskii1-7/+7
2017-05-01Don’t stress-test time zones near the EpochPaul Eggert1-11/+28
2017-04-27Test format-time-string with zone argPaul Eggert1-0/+21
2017-03-01Fix rounding error in ‘ceiling’ etc.Paul Eggert1-0/+3
2017-01-01Update copyright year to 2017 in masterPaul Eggert1-1/+1
2016-07-19Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii1-0/+45
2016-07-09Minor tweaks of copying text properties when padding stringsEli Zaretskii1-2/+26
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii1-1/+11
2016-06-28Add tests for copying properties by 'format'Eli Zaretskii1-0/+57