aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-25 11:04:22 +0300
committerEli Zaretskii2011-04-25 11:04:22 +0300
commit825cd63ca98121d602b4a8dcffa55d29841224a0 (patch)
tree0ecfbd1149dd944fb7b77132ef8ef0c6201d9180 /src/ChangeLog
parente2822bd2ea32c577342b9618a301f8661551f7a3 (diff)
downloademacs-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/ChangeLog11
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 @@
12011-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
12011-04-24 Teodor Zlatanov <tzz@lifelogs.com> 122011-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