diff options
| author | Paul Eggert | 2011-07-19 10:33:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-19 10:33:06 -0700 |
| commit | 590bd46743151a55ba68a7d211f82b2485c57d3a (patch) | |
| tree | 5aeae1bbd40336943ada352e2d9fee2d71067af4 /src/ChangeLog | |
| parent | f41628b25314bf3ab1129306a6ff414650fea915 (diff) | |
| download | emacs-590bd46743151a55ba68a7d211f82b2485c57d3a.tar.gz emacs-590bd46743151a55ba68a7d211f82b2485c57d3a.zip | |
Port to OpenBSD.
See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
and the surrounding thread.
* minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
rather than fgets, and retry after EINTR. Otherwise, 'emacs
--batch -f byte-compile-file' fails on OpenBSD if an inactivity
timer goes off.
* s/openbsd.h (BROKEN_SIGIO): Define.
* unexelf.c (unexec) [__OpenBSD__]:
Don't update the .mdebug section of the Alpha COFF symbol table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ccb2d1dc907..e098e536efb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to OpenBSD. | ||
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html | ||
| 5 | and the surrounding thread. | ||
| 6 | * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar | ||
| 7 | rather than fgets, and retry after EINTR. Otherwise, 'emacs | ||
| 8 | --batch -f byte-compile-file' fails on OpenBSD if an inactivity | ||
| 9 | timer goes off. | ||
| 10 | * s/openbsd.h (BROKEN_SIGIO): Define. | ||
| 11 | * unexelf.c (unexec) [__OpenBSD__]: | ||
| 12 | Don't update the .mdebug section of the Alpha COFF symbol table. | ||
| 13 | |||
| 1 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 14 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 15 | ||
| 3 | * lread.c (syms_of_lread): Clarify when `lexical-binding' is used | 16 | * lread.c (syms_of_lread): Clarify when `lexical-binding' is used |