Commit 3f7b793b 3f7b793be41677691f62b3ab4b556dba6e9d48f9 by Sergey Poznyakoff

Update

1 parent 20496c95
Showing 1 changed file with 16 additions and 0 deletions
1 2006-08-29 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * THANKS: Add Damon Harper
4
5 Implement changes proposed by Damon Harper:
6
7 * comsat/action.c (act_getline): Change return type to
8 unsigned. Return actual number of input lines processed or 0 on
9 failure (either I/O, or memory allocation or EOF).
10 (action_echo): Rewritten to use shell-like syntax
11 (run_user_action): Rewritten main loop to make it cleaner. In
12 particular, expand agruments after word splitting. Use new echo
13 semantics.
14
15 * mail/table.c (mail_escape_table): Add ~x
16
1 2006-08-23 Sergey Poznyakoff <gray@gnu.org.ua> 17 2006-08-23 Sergey Poznyakoff <gray@gnu.org.ua>
2 18
3 * mailbox/mailbox.c: Include alloca.h 19 * mailbox/mailbox.c: Include alloca.h
......