diff options
| author | Eli Zaretskii | 2011-04-25 11:04:22 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-25 11:04:22 +0300 |
| commit | 825cd63ca98121d602b4a8dcffa55d29841224a0 (patch) | |
| tree | 0ecfbd1149dd944fb7b77132ef8ef0c6201d9180 /src/ChangeLog | |
| parent | e2822bd2ea32c577342b9618a301f8661551f7a3 (diff) | |
| download | emacs-825cd63ca98121d602b4a8dcffa55d29841224a0.tar.gz emacs-825cd63ca98121d602b4a8dcffa55d29841224a0.zip | |
Improve doprnt and its use in verror. (Bug#8545)
src/doprnt.c (doprnt): Document the set of format control sequences
supported by the function. Use SAFE_ALLOCA instead of always
using `alloca'.
src/eval.c (verror): Don't limit the buffer size at size_max-1, that
is one byte too soon. Don't use xrealloc; instead xfree and
xmalloc anew.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 410a3b15ffb..cd03d1fa186 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-04-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Improve doprnt and its use in verror. (Bug#8545) | ||
| 4 | * doprnt.c (doprnt): Document the set of format control sequences | ||
| 5 | supported by the function. Use SAFE_ALLOCA instead of always | ||
| 6 | using `alloca'. | ||
| 7 | |||
| 8 | * eval.c (verror): Don't limit the buffer size at size_max-1, that | ||
| 9 | is one byte too soon. Don't use xrealloc; instead xfree and | ||
| 10 | xmalloc anew. | ||
| 11 | |||
| 1 | 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com> | 12 | 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 13 | ||
| 3 | * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the | 14 | * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the |