diff options
| author | Dan Nicolaescu | 2010-03-20 01:11:59 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-20 01:11:59 -0700 |
| commit | 22e8757456ea6608246d9c81a83f6c5119f2e1fb (patch) | |
| tree | 84aefe1ae178ef9b7d5b26549dc1f0cf0406a495 /src/ChangeLog | |
| parent | 05a670e6d3593a9e68804447dee5596fb7ca5ed4 (diff) | |
| download | emacs-22e8757456ea6608246d9c81a83f6c5119f2e1fb.tar.gz emacs-22e8757456ea6608246d9c81a83f6c5119f2e1fb.zip | |
Remove support for old GNU/Linux using libc version 5.
* m/alpha.h (LINUX_SBRK_BUG): Remove definition.
* emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b652226c84..2eaefe41fac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove support for old GNU/Linux using libc version 5. | ||
| 4 | * m/alpha.h (LINUX_SBRK_BUG): Remove definition. | ||
| 5 | * emacs.c (main): Remove code depending on LINUX_SBRK_BUG. | ||
| 6 | |||
| 3 | Consolidate redundant definitions in s/bsd-common.h. | 7 | Consolidate redundant definitions in s/bsd-common.h. |
| 4 | * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | 8 | * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) |
| 5 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | 9 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) |