comparison ChangeLog @ 277:1fdde6512033 noffle

[svn] * configure.in: Add optional GDBM include and lib directory specifiers.
author bears
date Sun, 10 Nov 2002 18:32:41 +0000
parents 755e03bc7dcf
children 49b452b667a6
comparison
equal deleted inserted replaced
276:16dad3488e9d 277:1fdde6512033
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 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 26 not used outside their respective modules and cause a name clash on
27 MacOS X. 27 MacOS X.
28 * configure.in: Add optional GDBM include and lib directory specifiers.
28 29
29 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org> 30 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org>
30 31
31 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the 32 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the
32 server yielded the lock to another server. 33 server yielded the lock to another server.