changeset 3676:188bca0b3bb2

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 09 Dec 2001 22:56:52 +0000
parents 8a14e4553656
children 3af461c197cc
files lib/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.