diff options
author | dos-reis <gdr@axiomatics.org> | 2008-11-01 21:21:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-11-01 21:21:00 +0000 |
commit | 080cc997345ac89c030ca945501b931af8ba11a5 (patch) | |
tree | 37b1f830bc11d6dd60a0290292f600d3f9d324bf /src/ChangeLog | |
parent | 6957f792e695571e137de9c7b85bca28cb836b28 (diff) | |
download | open-axiom-080cc997345ac89c030ca945501b931af8ba11a5.tar.gz |
Fix AW/2212001
* sman/sman.c (process_arguments): Fix thinko.
(process_options): Complain about unknown options.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0b3f19d..1da82e2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu> + Fix AW/2212001 + * sman/sman.c (process_arguments): Fix thinko. + (process_options): Complain about unknown options. + +2008-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu> + * sman/sman.c (ptsPath): Remove. * sman/Makefile.in: Add additional C runtimes for link. * lib/openpty.c: Include <pty.h> and <util.h> where available. |