diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-09 22:56:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-09 22:56:52 +0000 |
commit | ea1f6ec04bbb6bc209317004380ed6db4ce14a9d (patch) | |
tree | c97c77655a0632896816b398ba54466b8e9537c7 | |
parent | 0b072ba82c2a5129480fb5edf1aa877f8e43f46b (diff) | |
download | coreutils-ea1f6ec04bbb6bc209317004380ed6db4ce14a9d.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e5bd92680..b09573e3e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,22 @@ 2001-12-09 Jim Meyering <meyering@lucent.com> + * 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. |