From 9c5d8562f8d24574ba1f43881d47cbc8ffc62027 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 8 Mar 2005 15:56:42 +0000 Subject: 2005-03-08 Paul Jakma * command.c: (cmd_describe_command_real) sign compile warning fix (cmd_complete_command_real) ditto. (config_list_cmd) Don't list hidden or deprecated commands, hiding these from tab completion is still to be done. * command.h: cmd attr enum should start at 1. --- lib/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index ca5d4c3c..03ca581f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,11 @@ 2005-03-08 Paul Jakma - * command.c: (banner_motd_file_cmd) use XSTRDUP/XFREE + * command.c: (banner_motd_file_cmd) use XSTRDUP/XFREE. + (cmd_describe_command_real) sign compile warning fix + (cmd_complete_command_real) ditto. + (config_list_cmd) Don't list hidden or deprecated commands, + hiding these from tab completion is still to be done. + * command.h: cmd attr enum should start at 1. * vty.c: (vty_hello) suggestions from Andrew, read by line and stub out trailling non-printable characters on each line thus allowing us to specify VTY_NEWLINE to vty_out. -- cgit v1.2.1