Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
53:9f3a4eccce32 | 54:125d79c9e586 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | |
5 Wed May 10 00:25:44 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | |
6 | |
7 * src/client.c, src/configfile.c, src/content.c, src/control.c, | |
8 src/database.c, src/dynamicstring.c, src/fetch.c, src/fetchlist.c, | |
9 src/group.c, src/itemlist.c, src/lock.c, src/log.c, src/noffle.c, | |
10 src/online.c, src/outgoing.c, src/over.c, src/post.c, src/protocol.c, | |
11 src/pseudo.c, src/request.c, src/server.c, src/util.c: | |
12 Added portable.h #include. | |
13 | |
14 * src/client.h, src/database.h, src/fetch.c, src/group.h, src/lock.c, | |
15 src/outgoing.c, src/over.c, src/over.h, src/pseudo.c, src/server.c, | |
16 src/util.c, src/util.h: Added some #ifdefs to correctly include either | |
17 time.h or sys/time.h or both, depending on which are found. | |
18 | |
19 * src/noffle.c: Changed the return-type of the signal-handlers bugReport() | |
20 and logSignal() to RETSIGTYPE, which is either void or int, depending on | |
21 the system you compile on (autoconf #defines the RETSIGTYPE). | |
4 | 22 |
5 | 23 |
6 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> | 24 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> |
7 | 25 |
8 * src/server.c: Changed XOVER with no arg. to return info for current | 26 * src/server.c: Changed XOVER with no arg. to return info for current |