diff options
| author | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
| commit | 58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (patch) | |
| tree | dc7bd97ce77e679cfb648145413039dff6ff4c92 /src/ChangeLog | |
| parent | ef03a4e61efa0003b1b6be961b58297ccfddc664 (diff) | |
| download | emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.tar.gz emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.zip | |
Remove BSD_PGRPS.
* s/bsd-common.h (BSD_PGRPS): Remove undef.
* s/gnu-linux.h (BSD_PGRPS): Remove.
* term.c (dissociate_if_controlling_tty):
* sysdep.c (narrow_foreground_group, widen_foreground_group)
(init_sys_modes, reset_sys_modes):
* emacs.c (main):
* callproc.c (Fcall_process, child_setup): Remove code depending
on BSD_PGRPS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 797ab693639..91da5440dd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove BSD_PGRPS. | ||
| 4 | * s/bsd-common.h (BSD_PGRPS): Remove undef. | ||
| 5 | * s/gnu-linux.h (BSD_PGRPS): Remove. | ||
| 6 | * term.c (dissociate_if_controlling_tty): | ||
| 7 | * sysdep.c (narrow_foreground_group, widen_foreground_group) | ||
| 8 | (init_sys_modes, reset_sys_modes): | ||
| 9 | * emacs.c (main): | ||
| 10 | * callproc.c (Fcall_process, child_setup): Remove code depending | ||
| 11 | on BSD_PGRPS. | ||
| 12 | |||
| 3 | Remove POSIX_SIGNALS. | 13 | Remove POSIX_SIGNALS. |
| 4 | * s/usg5-4.h (POSIX_SIGNALS): | 14 | * s/usg5-4.h (POSIX_SIGNALS): |
| 5 | * s/netbsd.h (POSIX_SIGNALS): | 15 | * s/netbsd.h (POSIX_SIGNALS): |