Mercurial > hg > octave-kai > gnulib-hg
changeset 17443:a3a1becd3318
pipe2: decouple from binary-io a bit
This is for Emacs, which needs pipe2 but not binary-io.
* lib/pipe2.c [!GNULIB_BINARY_IO]: Don't include binary-io.h.
* modules/binary-io (Depends-on): Add module indicator.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 06 Jul 2013 01:35:26 -0700 |
parents | f397e0c78a14 |
children | a83ad7365d40 |
files | ChangeLog lib/pipe2.c modules/binary-io |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-07-06 Paul Eggert <eggert@cs.ucla.edu> + + pipe2: decouple from binary-io a bit + This is for Emacs, which needs pipe2 but not binary-io. + * lib/pipe2.c [!GNULIB_BINARY_IO]: Don't include binary-io.h. + * modules/binary-io (Depends-on): Add module indicator. + 2013-07-03 Eric Blake <eblake@redhat.com> mgetgroups: relax license to LGPLv2+