summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | * src/doprnt.c: Do not include stdlib.h, config.h does it.Dan Nicolaescu2010-09-211-8/+4
* | Constify functions taking char *Andreas Schwab2010-07-111-2/+3
* | Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-24/+20
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-2/+0
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-7/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (doprnt): Fix overflow check.Andreas Schwab2009-10-211-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-101-39/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (doprnt1): Fix size of charbuf.Andreas Schwab2008-12-021-1/+1