aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 2b283a609e3..218dd425a2d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-12-08 Paul Eggert <eggert@cs.ucla.edu> 12012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Simplify get_lim_data.
4 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
5 Remove USG and vlimit methods; no longer used these days.
6 Add #error catchall just in case.
7
3 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026). 8 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
4 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, 9 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
5 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these. 10 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.