Mercurial > emacs
comparison src/ChangeLog @ 97251:96dac1198131
(check_memory_limits) [HAVE_GETRLIMIT]: Fix
calculation of data_size. Use correct type for five_percent.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 03 Aug 2008 08:52:03 +0000 |
parents | 3ad68e78cd82 |
children | c2be97b488c4 |
comparison
equal
deleted
inserted
replaced
97250:1533ce04b4b8 | 97251:96dac1198131 |
---|---|
1 2008-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 | |
1 2008-08-02 Chong Yidong <cyd@stupidchicken.com> | 6 2008-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. |
4 Don't use uninitialized pointer variable when using getrlimit. | 9 Don't use uninitialized pointer variable when using getrlimit. |
5 | 10 |