index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-07-31
1
-3
/
+4
*
Code cleanup wrt file locks
Michael Albinus
2021-07-08
1
-1
/
+1
*
Don't account for character compositions in 'format' and friends
Eli Zaretskii
2021-05-30
1
-1
/
+1
*
* src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.
Juri Linkov
2021-05-22
1
-2
/
+2
*
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
Stefan Kangas
2021-04-26
1
-0
/
+2
*
Add two optional arguments to 'string-width'
Eli Zaretskii
2021-04-14
1
-5
/
+4
*
Don’t convert pointer to bool
Paul Eggert
2021-03-19
1
-1
/
+1
*
Document that `buffer-string' retains text properties
Lars Ingebrigtsen
2021-03-18
1
-1
/
+5
*
Improve wrong number of args error message in propertize
Stefan Kangas
2021-02-22
1
-1
/
+2
*
Fix copying text properties in 'format'
Eli Zaretskii
2021-02-06
1
-1
/
+9
*
Support 'operating-system-release' on MS-Windows
Eli Zaretskii
2021-01-29
1
-1
/
+6
*
Improve doc string of 'operating-system-release'
Eli Zaretskii
2021-01-29
1
-1
/
+3
*
operating-system-release doc string improvement
Lars Ingebrigtsen
2021-01-29
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make goto-char offer the number at point as default
Daniel Martín
2020-12-14
1
-2
/
+7
*
Simplify getting value of text-quoting-style (Bug#44471)
Stefan Kangas
2020-11-09
1
-3
/
+3
*
Don't leave lock files after 'replace-buffer-contents'
Eli Zaretskii
2020-11-07
1
-0
/
+7
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
replace-buffer-contents cleanups
Paul Eggert
2020-08-24
1
-44
/
+46
*
Fix replace-region-contents performance bug
Paul Eggert
2020-08-24
1
-16
/
+15
*
Clarify docs about line movement
Noam Postavsky
2020-08-21
1
-1
/
+2
*
Drop support for -fcheck-pointer-bounds
Paul Eggert
2020-08-04
1
-3
/
+0
*
Merge from origin/emacs-27
Glenn Morris
2020-05-06
1
-1
/
+1
|
\
|
*
* src/editfns.c (Fformat): Small documentation fix.
Philipp Stephani
2020-05-05
1
-1
/
+1
*
|
Simplify string-to-char
Paul Eggert
2020-04-26
1
-12
/
+6
*
|
Pacify gcc -Og x86-64
Paul Eggert
2020-04-17
1
-1
/
+1
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-14
/
+12
*
|
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-68
/
+27
*
|
line-beginning-position args can be bignums
Paul Eggert
2020-03-25
1
-9
/
+17
*
|
Pacify GCC 9.2.1 20190927 -O3
Paul Eggert
2020-03-04
1
-8
/
+11
|
/
*
; * src/editfns.c (Fbuffer_size): Tiny clarification.
Philipp Stephani
2020-02-13
1
-1
/
+1
*
Correct "different than" to "different from" where appropriate
Alan Mackenzie
2020-02-09
1
-2
/
+2
*
Correct regexp for flags in `format' doc string
Mattias Engdegård
2020-01-26
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)
Juri Linkov
2019-12-16
1
-56
/
+0
*
message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)
Juri Linkov
2019-11-27
1
-0
/
+56
*
Fix byte-counting error in ‘format’
Paul Eggert
2019-11-14
1
-3
/
+3
*
Remove INT_ADD_WRAPV bug workarounds
Paul Eggert
2019-08-14
1
-5
/
+3
*
; Add commentary to recent changes
Eli Zaretskii
2019-08-12
1
-1
/
+3
*
Prefer signed when testing for signed overflow
Paul Eggert
2019-08-11
1
-2
/
+2
*
Support "%x" etc. formats on more floats
Paul Eggert
2019-07-23
1
-5
/
+12
*
Fix typo in previous patch
Paul Eggert
2019-07-07
1
-1
/
+1
*
Remove printmax_t etc.
Paul Eggert
2019-07-07
1
-7
/
+7
*
* src/editfns.c (Fngettext): Fix typos in docstring.
Juanma Barranquero
2019-06-10
1
-3
/
+3
*
Merge from origin/emacs-26
Glenn Morris
2019-04-10
1
-2
/
+3
|
\
|
*
* src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)
Eli Zaretskii
2019-04-08
1
-2
/
+3
*
|
Port recent ngettext stub to non-glibc
Paul Eggert
2019-03-25
1
-25
/
+9
*
|
* lisp/international/mule-cmds.el (ngettext): Move to editfns.c.
Juri Linkov
2019-03-25
1
-0
/
+37
*
|
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
*
|
* src/editfns.c: Fix docstring typo.
Paul Eggert
2019-03-10
1
-1
/
+1
[next]