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