# HG changeset patch # User Jim Meyering # Date 1007938612 0 # Node ID 188bca0b3bb23620522920585fe8b49bb2285262 # Parent 8a14e455365618eb499447fb546fd7c11c9abb20 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,22 @@ 2001-12-09 Jim Meyering + * modechange.c (mode_compile): Add cast to avoid warning about + `signed and unsigned type in conditional expression'. + * posixtm.c (posix_time_parse): Likewise. + + * xreadlink.c (xreadlink): Add cast to avoid a warning. + + * readtokens.c (readtoken): Declare an index to be of type unsigned + to avoid a pedantic warning. + + * getstr.c: Don't include assert.h. + (getstr): Remove warning-evoking assertions. + Return -1 if offset parameter is out of bounds. + Change the type of a local from int to size_t. + + * strftime.c (my_strftime_localtime_r): Include this function + definition in the `#if ! HAVE_TM_GMTOFF' block. + * xgethostname.c: Remove declarations of xmalloc and xrealloc. Include xalloc.h instead.