Mercurial > noffle
comparison ChangeLog @ 282:baa6408d1bbc noffle
[svn] * src/database.c,src/post.c,src/protocol.h,src/protocol.c: When posting,
check the article for those headers that are specified in section
5 of the IETF draft and ensure they only occur once.
* src/post.c: Clean up a conditional.
| author | bears |
|---|---|
| date | Mon, 06 Jan 2003 18:16:18 +0000 |
| parents | 5eece4dfd945 |
| children | c02c4eb95f95 |
comparison
equal
deleted
inserted
replaced
| 281:5eece4dfd945 | 282:baa6408d1bbc |
|---|---|
| 1 Mon Jan 6 2003 Jim Hague <jim.hague@acm.org> | |
| 2 | |
| 3 * src/database.c,src/post.c,src/protocol.h,src/protocol.c: When posting, | |
| 4 check the article for those headers that are specified in section | |
| 5 5 of the IETF draft and ensure they only occur once. | |
| 6 * src/post.c: Clean up a conditional. | |
| 7 | |
| 1 Fri Dec 27 2002 Jim Hague <jim.hague@acm.org> | 8 Fri Dec 27 2002 Jim Hague <jim.hague@acm.org> |
| 2 | 9 |
| 3 * src/log.c,src/log.h: Add Log_fatal() for reporting fatal errors | 10 * 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 | 11 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 | 12 a GDBM error reporting function, and a new log debug level AUTH for |
| 27 use the cached last result only when the new request is to be based on | 34 use the cached last result only when the new request is to be based on |
| 28 a time in the same hour as the cached result. | 35 a time in the same hour as the cached result. |
| 29 * src/util.c: Replace the alternate Utl_mktimeGMT() implementation used when | 36 * src/util.c: Replace the alternate Utl_mktimeGMT() implementation used when |
| 30 timegm() is not available. The previous version, as suggested by the | 37 timegm() is not available. The previous version, as suggested by the |
| 31 glibc timegm() man page, used setenv() and unsetenv() for changing the | 38 glibc timegm() man page, used setenv() and unsetenv() for changing the |
| 32 environment. These aren't POSIX function, and the POSIX putenv() | 39 environment. These aren't POSIX functions, and the POSIX putenv() |
| 33 (a) is tricky to manage if the same var is being constantly update and | 40 (a) is tricky to manage if the same var is being constantly update and |
| 34 memory isn't to leak, and (b) provides no way to remove an environment | 41 memory isn't to leak, and (b) provides no way to remove an environment |
| 35 entry. So change to an implementation Wget uses. This should compile on | 42 entry. So change to an implementation Wget uses. This should compile on |
| 36 not glibc systems - the previous version failed to build on Solaris. | 43 not glibc systems - the previous version failed to build on Solaris. |
| 37 | 44 |
