comparison ChangeLog @ 274:755e03bc7dcf noffle

[svn] * src/fetch.c,src/log.c: Make 'fetch' and 'log' variables static; they're not used outside their respective modules and cause a name clash on MacOS X.
author bears
date Sun, 10 Nov 2002 15:24:43 +0000
parents 18d6c61ed4e7
children 1fdde6512033
comparison
equal deleted inserted replaced
273:18d6c61ed4e7 274:755e03bc7dcf
20 Regenerate after configure.in change. With all the above in, we now 20 Regenerate after configure.in change. With all the above in, we now
21 compile cleanly on Cygwin with GCC 3.2, except for a warning about 21 compile cleanly on Cygwin with GCC 3.2, except for a warning about
22 printing a time_t with a %ld format. This will serve as a reminder that 22 printing a time_t with a %ld format. This will serve as a reminder that
23 we assume time_t is the same size as a long. 23 we assume time_t is the same size as a long.
24 * src/configfile.c: #include <regex.h> requires sys/types.h be included first. 24 * src/configfile.c: #include <regex.h> requires sys/types.h be included first.
25 * src/fetch.c,src/log.c: Make 'fetch' and 'log' variables static; they're
26 not used outside their respective modules and cause a name clash on
27 MacOS X.
25 28
26 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org> 29 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org>
27 30
28 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the 31 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the
29 server yielded the lock to another server. 32 server yielded the lock to another server.