index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doprnt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos
Stefan Kangas
2025-02-22
1
-1
/
+1
*
Fix buffer overflows in doprnt (bug#75900)
Pip Cet
2025-01-27
1
-2
/
+7
*
doprnt %X support
Paul Eggert
2025-01-27
1
-2
/
+3
*
Simplify make_formatted_string API
Paul Eggert
2025-01-26
1
-22
/
+23
*
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-05-17
1
-2
/
+2
|
/
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Eliminate some GCC warnings
Mattias Engdegård
2021-06-16
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Allow doprint to handle multibyte chars in format (bug#44349)
Alan Third
2020-11-29
1
-5
/
+21
*
Simplify getting value of text-quoting-style (Bug#44471)
Stefan Kangas
2020-11-09
1
-4
/
+4
*
Minor doprnt cleanup: remove memchr call
Paul Eggert
2020-10-24
1
-5
/
+5
*
Rename doprnt_nul to doprnt_non_null_end
Paul Eggert
2020-10-24
1
-3
/
+3
*
Improve doprnt performance
Paul Eggert
2020-10-24
1
-98
/
+132
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-2
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Remove printmax_t etc.
Paul Eggert
2019-07-07
1
-4
/
+4
*
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-25
1
-2
/
+2
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-2
/
+2
*
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
*
|
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
*
|
Omit exprintf if modules but no X
Paul Eggert
2017-12-03
1
-1
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix bug with "%%" in error format
Paul Eggert
2017-05-31
1
-1
/
+3
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-0
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-0
/
+1
*
|
Improve integer overflow handling a bit
Paul Eggert
2016-09-24
1
-13
/
+12
|
/
*
Doc fixes for quoting
Paul Eggert
2016-05-03
1
-3
/
+3
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
module_format_fun_env fixes
Paul Eggert
2015-11-23
1
-1
/
+1
*
Avoid non-ASCII decoding errors in C src files
Eli Zaretskii
2015-09-25
1
-1
/
+1
*
Low-level diagnostics now use ‘text-quoting-style’
Paul Eggert
2015-08-14
1
-21
/
+39
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* src/doprnt.c: Fix comment.
Paul Eggert
2013-01-20
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Fix xpalloc confusion after memory is exhausted.
Paul Eggert
2012-12-02
1
-1
/
+4
|
/
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Assume C89 or later for math functions.
Paul Eggert
2012-09-09
1
-4
/
+0
*
Use ASCII tests for character types.
Paul Eggert
2012-08-16
1
-1
/
+0
*
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-03
1
-4
/
+3
[next]