diff ChangeLog @ 272:f3b44be9e4ab noffle

[svn] * configure.in: Remove '-ansi' and '-Wtraditional'. We use functions that aren't strict ANSI, and I'm not interested in warnings about usage differences between ANSI and K&R. * Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in: Regenerate after configure.in change. With all the above in, we now compile cleanly on Cygwin with GCC 3.2, except for a warning about printing a time_t with a %ld format. This will serve as a reminder that we assume time_t is the same size as a long.
author bears
date Sun, 10 Nov 2002 11:44:18 +0000
parents b3a2f710fe2c
children 18d6c61ed4e7
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 10 11:32:17 2002 +0000
+++ b/ChangeLog	Sun Nov 10 11:44:18 2002 +0000
@@ -1,3 +1,27 @@
+Sun Nov 10 2002 Jim Hague <jim.hague@acm.org>
+
+* src/client.c,src/fetch.c,src/lock.c.src/protocol.c,src/util.h,src/util.c:
+  Define our own SignalHandler type rather than use the rather
+  Linux-specific (and potentially glibc version specific) sig_t.
+* src/client.c,src/database.h,src/database.c,src/over.h,src/over.c,
+  src/pseudo.c,src/server.c: Ensure format string specifiers and passed
+  data types match. As part of this, change some uses of size_t as a
+  general data type to an appropriate base C type. Database status changes
+  from int to unsigned.
+* src/noffle.c: Rearrange initialisation so that a requested usage
+  message will be output before Noffle can fail due to misconfiguration.
+  Introduce routine (currently stub) for checking file ownership and
+  permissions on startup - I suspect a lot of reported errors are due
+  to ownership problems.
+* configure.in: Remove '-ansi' and '-Wtraditional'. We use functions
+  that aren't strict ANSI, and I'm not interested in warnings about
+  usage differences between ANSI and K&R.
+* Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in:
+  Regenerate after configure.in change. With all the above in, we now
+  compile cleanly on Cygwin with GCC 3.2, except for a warning about
+  printing a time_t with a %ld format. This will serve as a reminder that
+  we assume time_t is the same size as a long.
+
 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org>
 
 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the