diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-11-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-11-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800). | ||
| 4 | * configure.ac (setpgid, setsid): Assume their existence. | ||
| 5 | (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete. | ||
| 6 | |||
| 3 | Simplify by assuming __fpending. | 7 | Simplify by assuming __fpending. |
| 4 | Now that Emacs is using the gnulib fpending module, | 8 | Now that Emacs is using the gnulib fpending module, |
| 5 | there's no need for Emacs to have a separate implementation. | 9 | there's no need for Emacs to have a separate implementation. |