log

age author description
Fri, 23 Apr 2004 18:24:31 +1000 mmj Adjust ChangeLog and README to pending 0.3.2 release
Fri, 23 Apr 2004 10:02:58 +1000 mortenp fixed leak of buf at EOF
Fri, 23 Apr 2004 09:57:53 +1000 mortenp fixed ch's type ('\n' was implicitly casted to an int and compared with ch, which had only one byte of initialized content)
Fri, 23 Apr 2004 09:00:01 +1000 mortenp updated to match mygetline.c
Fri, 23 Apr 2004 07:25:12 +1000 mmj mlmmj-{,un}subscribe uses mygetline(int fd); now
Fri, 23 Apr 2004 07:14:22 +1000 mmj mygetline is turned into myfgetline since it works on FILE *'s and
Fri, 23 Apr 2004 03:41:20 +1000 mmj Bye bye readln--you wont be missed.
Fri, 23 Apr 2004 01:38:55 +1000 mmj log_error is it's own object now
Fri, 23 Apr 2004 01:38:37 +1000 mmj *** empty log message ***
Fri, 23 Apr 2004 00:18:37 +1000 mmj ... and then of course include config.h
Fri, 23 Apr 2004 00:17:50 +1000 mmj #ifdef USE_SYSLOG becomes #ifdef HAVE_SYSLOG{,_H} now configure checks for it
Thu, 22 Apr 2004 23:58:44 +1000 mortenp only define BINDIR if it is undefined
Thu, 22 Apr 2004 23:46:17 +1000 mmj Remove strip_file_to_fd
Thu, 22 Apr 2004 23:46:04 +1000 mmj Add syslog check and remove strip_file_to_fd
Thu, 22 Apr 2004 23:15:53 +1000 mortenp changed to use log_error() all over
Thu, 22 Apr 2004 23:00:27 +1000 mmj Add GPL info in top of files where it was missing, and remove a file that
Thu, 22 Apr 2004 22:41:02 +1000 mmj Dont keep configure in CVS
Thu, 22 Apr 2004 22:40:19 +1000 mortenp added my middle initial
Thu, 22 Apr 2004 22:38:04 +1000 mortenp changed log_error() to be a macro, so we can get __FILE__ and __LINE__
Thu, 22 Apr 2004 22:36:50 +1000 mmj Added AUTHORS file
Thu, 22 Apr 2004 22:29:20 +1000 mmj Also add the P option to getopt, not only to the case
Thu, 22 Apr 2004 22:10:37 +1000 mmj do_all_the_voodo_here introducton plus a massive cleanup
Thu, 22 Apr 2004 22:10:12 +1000 mmj do_all_the_voodo_here introduction
Thu, 22 Apr 2004 22:09:52 +1000 mmj ChangeLog addition and version bump to 0.3.2 for now.
Thu, 22 Apr 2004 21:25:32 +1000 mortenp corrected comment style
Thu, 22 Apr 2004 20:08:01 +1000 mortenp cleaned up bounce_from_adr()
Thu, 22 Apr 2004 06:35:57 +1000 mmj Helper functions
Thu, 22 Apr 2004 06:35:42 +1000 mmj .cvsignore
Thu, 22 Apr 2004 06:24:13 +1000 mortenp added include of sys/types.h (for ssize_t)
Thu, 22 Apr 2004 06:20:34 +1000 mmj Mainly cleanups. More to follow.
Thu, 22 Apr 2004 06:18:22 +1000 mmj getline -> readln
Thu, 22 Apr 2004 05:08:53 +1000 mmj *** empty log message ***
Thu, 22 Apr 2004 04:02:09 +1000 mmj Initial revision