diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-18 12:03:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:30 +0200 |
commit | a16acdd1bca820228809fd4e24ae95cb5db631f0 (patch) | |
tree | e9ed55cc1a0e6b4979fce8aaa31ccad65c5125c4 /gnulib-local/ChangeLog | |
parent | 4d5581cce9ae6811e28315f2ae4443a85ff0be0b (diff) | |
download | external_gettext-a16acdd1bca820228809fd4e24ae95cb5db631f0.zip external_gettext-a16acdd1bca820228809fd4e24ae95cb5db631f0.tar.gz external_gettext-a16acdd1bca820228809fd4e24ae95cb5db631f0.tar.bz2 |
tgetent may fail.
Diffstat (limited to 'gnulib-local/ChangeLog')
-rw-r--r-- | gnulib-local/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 6a42258..7456380 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,5 +1,10 @@ 2006-12-16 Bruno Haible <bruno@clisp.org> + * lib/term-ostream.oo.c (term_ostream_create): Don't ignore tgetent's + return value. + +2006-12-16 Bruno Haible <bruno@clisp.org> + * lib/libcroco/cr-style.h (enum CRPositionType): Remove trailing comma. Needed for compilation on AIX with xlc. |