summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Remove unused external symbols.Paul Eggert2011-09-141-0/+4
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-21/+0
* sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-52/+172
* * doprnt.c: Prefer signed to unsigned when either works.Paul Eggert2011-07-061-9/+9
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-5/+0
* * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert2011-06-141-4/+0
* * alloc.c: Catch some string size overflows that we were missing.Paul Eggert2011-06-081-2/+2
* Check for buffer and string overflow more precisely.Paul Eggert2011-06-051-2/+2
* * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".Paul Eggert2011-04-301-32/+26
* Don't abort in doprnt when passed unsupported %ll modifier.Eli Zaretskii2011-04-291-2/+2
* Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii2011-04-291-3/+15
* Document doprnt's behavior a bit better.Paul Eggert2011-04-281-2/+7
* Remove confusing word from comment.Paul Eggert2011-04-281-1/+1
* Improve comment.Paul Eggert2011-04-281-5/+5
* * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it.Paul Eggert2011-04-281-3/+4
* * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-281-2/+6
* Fix return value from doprnt when message is truncated at non-ASCII character.Eli Zaretskii2011-04-281-1/+3
* Fix comments.Paul Eggert2011-04-271-2/+4
* * doprnt.c (doprnt): Fix two typos for long long.Paul Eggert2011-04-271-2/+2