Commit 3f7b793b 3f7b793be41677691f62b3ab4b556dba6e9d48f9 by Sergey Poznyakoff

Update

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