Mercurial > noffle
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 27 21:48:25 2002 +0000 +++ b/ChangeLog Mon Jan 06 18:16:18 2003 +0000 @@ -1,3 +1,10 @@ +Mon Jan 6 2003 Jim Hague <jim.hague@acm.org> + +* 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. + Fri Dec 27 2002 Jim Hague <jim.hague@acm.org> * src/log.c,src/log.h: Add Log_fatal() for reporting fatal errors @@ -29,7 +36,7 @@ * src/util.c: Replace the alternate Utl_mktimeGMT() implementation used when timegm() is not available. The previous version, as suggested by the glibc timegm() man page, used setenv() and unsetenv() for changing the - environment. These aren't POSIX function, and the POSIX putenv() + environment. These aren't POSIX functions, and the POSIX putenv() (a) is tricky to manage if the same var is being constantly update and memory isn't to leak, and (b) provides no way to remove an environment entry. So change to an implementation Wget uses. This should compile on