Mercurial > noffle
comparison ChangeLog @ 281:5eece4dfd945 noffle
[svn] * src/log.c,src/log.h: Add Log_fatal() for reporting fatal errors
and exiting, Log_gdbm_fatal() for the the same but specifically as
a GDBM error reporting function, and a new log debug level AUTH for
a forthcoming authentication mechanism.
* src/database.c,src/group.c: Provide new gdbm error function to all
gdbm opens.
* src/noffle.c: Add atexit() to always close databases on a program-
inspired exit.
* src/content.c,src/dynamicstring.c,src/fetchlist.c,src/filter.c,
src/itemlist.c,src/log.c,src/log.h,src/over.c,src/protocol.h,
src/request.c,src/util.c: Use Log_fatal where appropriate.
| author | bears |
|---|---|
| date | Fri, 27 Dec 2002 21:48:25 +0000 |
| parents | 9c54bf672ca1 |
| children | baa6408d1bbc |
comparison
equal
deleted
inserted
replaced
| 280:9c54bf672ca1 | 281:5eece4dfd945 |
|---|---|
| 1 Fri Dec 27 2002 Jim Hague <jim.hague@acm.org> | |
| 2 | |
| 3 * src/log.c,src/log.h: Add Log_fatal() for reporting fatal errors | |
| 4 and exiting, Log_gdbm_fatal() for the the same but specifically as | |
| 5 a GDBM error reporting function, and a new log debug level AUTH for | |
| 6 a forthcoming authentication mechanism. | |
| 7 * src/database.c,src/group.c: Provide new gdbm error function to all | |
| 8 gdbm opens. | |
| 9 * src/noffle.c: Add atexit() to always close databases on a program- | |
| 10 inspired exit. | |
| 11 * src/content.c,src/dynamicstring.c,src/fetchlist.c,src/filter.c, | |
| 12 src/itemlist.c,src/log.c,src/log.h,src/over.c,src/protocol.h, | |
| 13 src/request.c,src/util.c: Use Log_fatal where appropriate. | |
| 14 | |
| 1 Tue Dec 24 2002 Jim Hague <jim.hague@acm.org> | 15 Tue Dec 24 2002 Jim Hague <jim.hague@acm.org> |
| 2 | 16 |
| 3 * src/client.c: doGetGrps() was supposed to fall back to "LIST" if | 17 * src/client.c: doGetGrps() was supposed to fall back to "LIST" if |
| 4 "LIST ACTIVE" wasn't recognised. However, it would only do this | 18 "LIST ACTIVE" wasn't recognised. However, it would only do this |
| 5 if a group pattern was given, which was downright wrong. Now | 19 if a group pattern was given, which was downright wrong. Now |
