summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from mainline.Paul Eggert2011-04-271-31/+31
|\
| * Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-271-24/+29
* | * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-271-3/+28
|/
* Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii2011-04-251-8/+54
* Fallout from resurrecting doprnt.Eli Zaretskii2011-04-241-2/+31
* Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-34/+72
* * doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert2011-02-061-8/+7
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-231-2/+2