X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=4d6e8fefd0b827a2837a0d14b9bb3de6123c695c;hb=c81ef04f8c788c32c9cd97957e1a0cfdd947a0ec;hp=f679db1ba3ff09555a9c055eb3889823bdadb656;hpb=138e407ee5c9f580f9fd4cf8105a8b50f521d11d;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index f679db1ba..4d6e8fefd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,23 @@ +2000-06-23 Bruno Haible + + * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency. + +2000-06-24 Jim Meyering + + * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r. + 2000-06-21 Jim Meyering * getpass.c: New file, from Bruno Haible. Required for BeOS. +2000-06-19 Paul Eggert + + * quotearg.c: Include after , for Solaris 2.5. + (mbrtowc, mbstate_t): Define substitutes if + HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT. + (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT, + not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H). + 2000-06-17 Bruno Haible * xgetcwd.c (xgetcwd): If the required pathname length is smaller @@ -46,19 +62,19 @@ 2000-06-15 Paul Eggert - * lib/human.c (adjust_value): New function. + * human.c (adjust_value): New function. (human_readable_inexact): Apply rounding style even when printing approximate values. 2000-06-14 Paul Eggert - * lib/human.c (human_readable_inexact): Allow an input block + * human.c (human_readable_inexact): Allow an input block size that is not a multiple of the output block size, and vice versa. Reported by Piergiorgio Sartor. 2000-06-14 Paul Eggert - * lib/getdate.y (get_date): Apply relative times after time + * getdate.y (get_date): Apply relative times after time zone indicator, not before. Reported by Todd A. Jacobs. 2000-06-13 Jim Meyering