/[pupa]/bugcomm/ChangeLog
ViewVC logotype

Diff of /bugcomm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by okuji, Fri Jul 26 01:35:24 2002 UTC revision 1.3 by okuji, Fri Jul 26 12:30:17 2002 UTC
# Line 1  Line 1 
1  2002-07-26  Yoshinori K. Okuji  <okuji@enbug.org>  2002-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
2    
3            * clients/lib/parse_config.c (parse_config): Initialize P with
4            zero (NULL).
5    
6            * clients/include/bugcomm.h: Include <ctype.h>.
7            (ATTR_UNUSED): New macro.
8    
9            * clients/bugcomm/bugcomm.c (negotiate_protocol): Don't call
10            ferror unnecessarily. Use strncmp instead of strcmp.
11            (send_mail): Likewise. Also, use fputs and fputc instead of
12            fwrite.
13            (bye): Rewritten entirely.
14            (handle_mail): Remove LEN, because it was unused.
15            (run): Free CONFIG.HOST right after calling connect_server.
16            (alarm_handler): Append the macro ATTR_UNUSED to the argument
17            SIGNUM.
18    
19            * configure.ac (AC_CONFIG_FILES): Added clients/cgi/Makefile.
20            : If CC is GCC, add -Wall and -W into CFLAGS.
21            (AC_REPLACE_FUNCS): Added stpcpy.
22            (AC_CONFIG_FILES): Added clients/cgi/Makefile.
23            
24            * clients/Makefile.am (SUBDIRS): Added cgi.
25    
26            * clients/cgi/Makefile.am: New file.
27            * clients/cgi/Makefile.in: Likewise.
28            * clients/cgi/cgi.c: Likewise.
29            * clients/lib/stpcpy.c: Likewise.
30    
31    2002-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
32    
33          * clients/bugcomm/bugcomm.c (main): Mistook the short options,          * clients/bugcomm/bugcomm.c (main): Mistook the short options,
34          -V and -v.          -V and -v.
35          (usage): Mention the short options.          (usage): Mention the short options.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26