summaryrefslogtreecommitdiff
path: root/src/doprnt.c
AgeCommit message (Expand)Author
2026-05-20Avoid crash in doprntPip Cet
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-22; Fix typosStefan Kangas
2025-01-27Fix buffer overflows in doprnt (bug#75900)Pip Cet
2025-01-27doprnt %X supportPaul Eggert
2025-01-26Simplify make_formatted_string APIPaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-06-16Eliminate some GCC warningsMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-29Allow doprint to handle multibyte chars in format (bug#44349)Alan Third
2020-11-09Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas
2020-10-24Minor doprnt cleanup: remove memchr callPaul Eggert
2020-10-24Rename doprnt_nul to doprnt_non_null_endPaul Eggert
2020-10-24Improve doprnt performancePaul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-03Omit exprintf if modules but no XPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-31Fix bug with "%%" in error formatPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-24Improve integer overflow handling a bitPaul Eggert
2016-05-03Doc fixes for quotingPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-23module_format_fun_env fixesPaul Eggert
2015-09-25Avoid non-ASCII decoding errors in C src filesEli Zaretskii
2015-08-14Low-level diagnostics now use ‘text-quoting-style’Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-20* src/doprnt.c: Fix comment.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-02Fix xpalloc confusion after memory is exhausted.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-09Assume C89 or later for math functions.Paul Eggert