aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2008-08-03 08:52:03 +0000
committerAndreas Schwab2008-08-03 08:52:03 +0000
commita023b5598196cd84f98877f94e804c788aec7982 (patch)
tree41baff17acbcbb0db62d5f67141b4b054111f2d6 /src/ChangeLog
parent21da04c4e9f97dde131a69d0c4e68405a65d6f88 (diff)
downloademacs-a023b5598196cd84f98877f94e804c788aec7982.tar.gz
emacs-a023b5598196cd84f98877f94e804c788aec7982.zip
(check_memory_limits) [HAVE_GETRLIMIT]: Fix
calculation of data_size. Use correct type for five_percent.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 015ecf02094..4f7354dd6aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-08-03 Andreas Schwab <schwab@suse.de>
2
3 * vm-limit.c (check_memory_limits) [HAVE_GETRLIMIT]: Fix
4 calculation of data_size. Use correct type for five_percent.
5
12008-08-02 Chong Yidong <cyd@stupidchicken.com> 62008-08-02 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin. 8 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.