summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Eliminate some GCC warningsMattias Engdegård2021-06-161-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Allow doprint to handle multibyte chars in format (bug#44349)Alan Third2020-11-291-5/+21
* Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-4/+4
* Minor doprnt cleanup: remove memchr callPaul Eggert2020-10-241-5/+5
* Rename doprnt_nul to doprnt_non_null_endPaul Eggert2020-10-241-3/+3
* Improve doprnt performancePaul Eggert2020-10-241-98/+132
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+4
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-2/+2
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Omit exprintf if modules but no XPaul Eggert2017-12-031-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix bug with "%%" in error formatPaul Eggert2017-05-311-1/+3
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-13/+12
|/
* Doc fixes for quotingPaul Eggert2016-05-031-3/+3
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* module_format_fun_env fixesPaul Eggert2015-11-231-1/+1
* Avoid non-ASCII decoding errors in C src filesEli Zaretskii2015-09-251-1/+1
* Low-level diagnostics now use ‘text-quoting-style’Paul Eggert2015-08-141-21/+39
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/doprnt.c: Fix comment.Paul Eggert2013-01-201-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-021-1/+4
|/
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Assume C89 or later for math functions.Paul Eggert2012-09-091-4/+0
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-4/+3
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* * doprnt.c (doprnt): Don't assume string length fits in 'int'.Paul Eggert2012-07-041-4/+4
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-041-1/+2
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-13/+11
* * doprnt.c (doprnt): Truncate multibyte char correctly.Paul Eggert2012-06-061-9/+13
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1