Mercurial > noffle
comparison ChangeLog @ 273:18d6c61ed4e7 noffle
[svn] * src/configfile.c: #include <regex.h> requires sys/types.h be included first.
author | bears |
---|---|
date | Sun, 10 Nov 2002 15:06:33 +0000 |
parents | f3b44be9e4ab |
children | 755e03bc7dcf |
comparison
equal
deleted
inserted
replaced
272:f3b44be9e4ab | 273:18d6c61ed4e7 |
---|---|
19 * Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in: | 19 * Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in: |
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 | 25 |
25 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org> | 26 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org> |
26 | 27 |
27 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the | 28 * src/server.c: Fix post 1.0 bug where the article cursor was lost if the |
28 server yielded the lock to another server. | 29 server yielded the lock to another server. |