index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
editfns-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add some very rudimentary field-beginning/end tests
Lars Ingebrigtsen
2021-12-19
1
-0
/
+13
*
|
Remove workaround for fixed Bug#6581 from ert
Stefan Kangas
2021-10-31
1
-24
/
+24
|
/
*
; Normalize and add missing first and last lines
Stefan Kangas
2021-04-19
1
-1
/
+1
*
Improve wrong number of args error message in propertize
Stefan Kangas
2021-02-22
1
-0
/
+4
*
Fix copying text properties in 'format'
Eli Zaretskii
2021-02-06
1
-1
/
+21
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use lexical-binding in more tests
Stefan Kangas
2020-08-29
1
-3
/
+3
*
; Fix license statements.
Stefan Kangas
2020-08-27
1
-3
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix byte-counting error in ‘format’
Paul Eggert
2019-11-14
1
-0
/
+4
*
Support "%x" etc. formats on more floats
Paul Eggert
2019-07-23
1
-11
/
+12
*
* test/src/editfns-tests.el (test-group-name): Accept nil group-name.
Stefan Monnier
2019-07-02
1
-8
/
+8
*
* test/lisp/progmodes/python-tests.el: "Fix" failing test
Stefan Monnier
2019-04-10
1
-0
/
+3
*
Improve binary-as-unsigned treatment (Bug#34792)
Paul Eggert
2019-03-10
1
-6
/
+5
*
Fix translation-region bug with MAX_CHAR
Paul Eggert
2019-01-13
1
-0
/
+9
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.
Glenn Morris
2018-11-10
1
-2
/
+3
*
|
* test/src/editfns-tests.el (test-group-name): Improve test.
Glenn Morris
2018-11-10
1
-10
/
+17
*
|
* test/src/editfns-tests.el (test-group-name): Small fix.
Glenn Morris
2018-11-10
1
-1
/
+1
*
|
Fix last change
Eli Zaretskii
2018-11-10
1
-6
/
+13
*
|
src/editfns.c (group-name): New function.
Jules Tamagnan
2018-11-10
1
-0
/
+7
*
|
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-59
/
+0
*
|
Fix format-time-string bignum bug
Paul Eggert
2018-09-04
1
-0
/
+10
*
|
Several fixes for formatting bignums
Paul Eggert
2018-08-31
1
-2
/
+15
*
|
Merge branch 'feature/bignum'
Tom Tromey
2018-08-11
1
-9
/
+22
|
\
\
|
*
\
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-1
/
+7
|
|
\
\
|
*
|
|
Make format handle bignums
Tom Tromey
2018-07-12
1
-12
/
+21
*
|
|
|
Merge from origin/emacs-26
Glenn Morris
2018-08-10
1
-1
/
+15
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix copying text properties by 'format'
Eli Zaretskii
2018-08-09
1
-1
/
+15
*
|
|
%o and %x can now format signed integers
Paul Eggert
2018-07-26
1
-4
/
+6
|
|
/
|
/
|
*
|
(format "%d" F) now truncates floating F
Paul Eggert
2018-06-25
1
-0
/
+8
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-18
1
-0
/
+11
|
\
|
|
*
Fix 'replace-buffer-contents' in multibyte buffers
Eli Zaretskii
2018-06-15
1
-0
/
+11
|
*
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-06-03
1
-0
/
+51
*
|
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-03-30
1
-0
/
+51
*
|
Lisp reader now checks for integer overflow
Paul Eggert
2018-03-29
1
-4
/
+18
*
|
Add tests for Bug#30408
Paul Eggert
2018-03-21
1
-0
/
+21
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Fix zero-padding bug with (format "%#08x" n)
Paul Eggert
2017-12-07
1
-0
/
+6
|
/
*
Fix 2 testsuite tests for MS-Windows
Eli Zaretskii
2017-09-20
1
-1
/
+5
*
Fix format-time-string %Z bug with negative tz
Paul Eggert
2017-09-17
1
-0
/
+4
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add command to replace buffer contents
Philipp Stephani
2017-06-17
1
-0
/
+31
*
Fix a bug when using format field numbers
Philipp Stephani
2017-06-03
1
-1
/
+2
[next]