Mercurial > noffle
diff ChangeLog @ 54:125d79c9e586 noffle
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
src/database.c, src/dynamicstring.c, src/fetch.c, src/fetchlist.c,
src/group.c, src/itemlist.c, src/lock.c, src/log.c, src/noffle.c,
src/online.c, src/outgoing.c, src/over.c, src/post.c, src/protocol.c,
src/pseudo.c, src/request.c, src/server.c, src/util.c:
Added portable.h #include.
* src/client.h, src/database.h, src/fetch.c, src/group.h, src/lock.c,
src/outgoing.c, src/over.c, src/over.h, src/pseudo.c, src/server.c,
src/util.c, src/util.h: Added some #ifdefs to correctly include either
time.h or sys/time.h or both, depending on which are found.
* src/noffle.c: Changed the return-type of the signal-handlers bugReport()
and logSignal() to RETSIGTYPE, which is either void or int, depending on
the system you compile on (autoconf #defines the RETSIGTYPE).
author | uh1763 |
---|---|
date | Tue, 09 May 2000 23:28:38 +0100 |
parents | 5ecb646acf97 |
children | 3b3750063786 |
line wrap: on
line diff
--- a/ChangeLog Mon May 08 17:52:14 2000 +0100 +++ b/ChangeLog Tue May 09 23:28:38 2000 +0100 @@ -2,6 +2,24 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Wed May 10 00:25:44 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> + + * src/client.c, src/configfile.c, src/content.c, src/control.c, + src/database.c, src/dynamicstring.c, src/fetch.c, src/fetchlist.c, + src/group.c, src/itemlist.c, src/lock.c, src/log.c, src/noffle.c, + src/online.c, src/outgoing.c, src/over.c, src/post.c, src/protocol.c, + src/pseudo.c, src/request.c, src/server.c, src/util.c: + Added portable.h #include. + + * src/client.h, src/database.h, src/fetch.c, src/group.h, src/lock.c, + src/outgoing.c, src/over.c, src/over.h, src/pseudo.c, src/server.c, + src/util.c, src/util.h: Added some #ifdefs to correctly include either + time.h or sys/time.h or both, depending on which are found. + + * src/noffle.c: Changed the return-type of the signal-handlers bugReport() + and logSignal() to RETSIGTYPE, which is either void or int, depending on + the system you compile on (autoconf #defines the RETSIGTYPE). + Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org>