diff options
| author | Paul Eggert | 2012-07-11 15:44:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-11 15:44:07 -0700 |
| commit | c214e35e489145bd3a8ab7a353671f947368a7ae (patch) | |
| tree | 89544a4e7b9a87d7fefe61f7e2ea53be31a2dbdb /lib-src/ChangeLog | |
| parent | 63e47e0749c2e27f76a03167562e4204e2d555f0 (diff) | |
| download | emacs-c214e35e489145bd3a8ab7a353671f947368a7ae.tar.gz emacs-c214e35e489145bd3a8ab7a353671f947368a7ae.zip | |
Port 'movemail' again to Solaris and similar hosts.
See Susan Cragin's report in
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
* movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS &&
!MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't
need a forward declaration.
(main): Rewrite to avoid no-longer-present function 'concat', if
!DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ce4afdfec1e..28f3403b369 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port 'movemail' again to Solaris and similar hosts. | ||
| 4 | See Susan Cragin's report in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. | ||
| 6 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && | ||
| 7 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't | ||
| 8 | need a forward declaration. | ||
| 9 | (main): Rewrite to avoid no-longer-present function 'concat', if | ||
| 10 | !DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. | ||
| 11 | |||
| 3 | Assume strerror. | 12 | Assume strerror. |
| 4 | * emacsclient.c, movemail.c, update-game-score.c (strerror) | 13 | * emacsclient.c, movemail.c, update-game-score.c (strerror) |
| 5 | [!HAVE_STRERROR]: Remove. | 14 | [!HAVE_STRERROR]: Remove. |