Commit ea65caad ea65caad933ceb2d7a6da9a236e1838c109576c4 by Sergey Poznyakoff

Updated

1 parent 6e66bc08
Showing 1 changed file with 31 additions and 0 deletions
1 2003-01-31 Sergey Poznyakoff
2
3 * mailbox/file_stream.c (_file_readline): Make sure the
4 terminal zero is always added.
5
6 * mh/mh.h (mh_format): Changed declaration.
7 (mh_format_debug): New function.
8 * mh/mh_format.c (mh_format): Use dynamically allocated buffer.
9 (builtin_printstr): Removed.
10 (builtin_printhdr): New function.
11 (builtin_putnum,builtin_putnumf)
12 (builtin_putstr,builtin_putstrf): Bugfix.
13
14 * mh/mh_fmtgram.y (mh_format_debug): New function.
15 * mh/inc.c: Updated calls to mh_format
16 * mh/scan.c: Likewise.
17 * mh/repl.c: Updated calls to mh_format.
18 (format_str): Use printhdr.
19 (make_draft): Disable interactive prompting when build_only
20 flag is set.
21 * mh/replcomps: Use printhdr.
22 * mh/mh_init.c (mh_read_formfile): Bugfix.
23
24 * mh/fmtcheck.c: New command line option --debug.
25 * mh/README: Changed printstr to printhdr
26
27 * pop3d/extra.c (pop3d_readline): Fixed misguiding diagnostics.
28 Check for eof.
29 * pop3d/signal.c (pop3d_sigchld): Don't try to print to stdout
30 if SIGPIPE received.
31
1 2003-01-30 Sergey Poznyakoff 32 2003-01-30 Sergey Poznyakoff
2 33
3 * mailbox/rfc2047.c (rfc2047_decode): Bugfix. 34 * mailbox/rfc2047.c (rfc2047_decode): Bugfix.
......