diff options
author | Bruno Haible <bruno@clisp.org> | 2008-09-29 00:10:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:53 +0200 |
commit | 64cbef8825b86f7137007d47a3043cd08229ac9a (patch) | |
tree | b2b22f390bc5d517bcf84006c772d0019db7935d /gettext-tools/src/ChangeLog | |
parent | cae125dbe48f501139978102b3ae9f56c68cbc70 (diff) | |
download | external_gettext-64cbef8825b86f7137007d47a3043cd08229ac9a.zip external_gettext-64cbef8825b86f7137007d47a3043cd08229ac9a.tar.gz external_gettext-64cbef8825b86f7137007d47a3043cd08229ac9a.tar.bz2 |
Open the output stream in binary. We don't want CR/LFs here on mingw.
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r-- | gettext-tools/src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index d68645d..59403d3 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,5 +1,11 @@ 2008-09-28 Bruno Haible <bruno@clisp.org> + * write-catalog.c (msgdomain_list_print): Open the output stream in + binary mode, for consistency with the term_styled_ostream or fd_stream + based case. + +2008-09-28 Bruno Haible <bruno@clisp.org> + * Makefile.am (msg*_DEPENDENCIES, xgettext_DEPENDENCIES, recode_sr_latin_DEPENDENCIES): Add $(WOE32_LDADD). |