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