aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-18 09:00:08 -0800
committerDaniel Colascione2012-10-18 09:00:08 -0800
commit14145a1e84e9c84af22d66ed272bf1b28f597e24 (patch)
tree52a89edca31def885e2105297c756c37fd5a81fa /src/ChangeLog
parent393e94faab632affef628462753d2e5587a274b1 (diff)
downloademacs-14145a1e84e9c84af22d66ed272bf1b28f597e24.tar.gz
emacs-14145a1e84e9c84af22d66ed272bf1b28f597e24.zip
Increase NSTATICS; tell the user when we run out of static slots.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 817274b5691..6fece1e72c5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-10-18 Daniel Colascione <dancol@dancol.org>
2
3 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
4 (staticpro): If we run out of staticpro slots, die with an
5 informative error instead of just calling emacs_abort.
6
12012-10-18 Martin Rudalics <rudalics@gmx.at> 72012-10-18 Martin Rudalics <rudalics@gmx.at>
2 8
3 Fix two flaws reported by Dmitry Antipov. 9 Fix two flaws reported by Dmitry Antipov.