From 1b6605465016726e2be105c01fd331ff4658e569 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 25 Jan 2000 06:19:51 +0000 Subject: [PATCH] Got rid of the rest of the warnings that I didn't have time for on 1999-07-15 (and, it would seem, some new ones people introduced since then). The primary ones were the warnings that default prototypes were being used for [v]snprintf() and str[n]casecmp(). As of right now, there are _no_ compilation warnings except on the lex output file (at least under AIX 4.1.5 and Solaris 2.6). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61e91a3..c97e57c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Jan 24 22:26:06 2000 Dan Harkless + + * Got rid of the rest of the warnings that I didn't have time for + on 1999-07-15 (and, it would seem, some new ones people introduced + since then). The primary ones were the warnings that default + prototypes were being used for [v]snprintf() and str[n]casecmp(). + As of right now, there are _no_ compilation warnings except on the + lex output file (at least under AIX 4.1.5 and Solaris 2.6). + Sun Jan 2 23:42:18 2000 Ruud de Rooij * Move mhtest from bindir to libdir. -- 1.7.10.4