summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-03-08 15:56:42 +0000
committerpaul <paul>2005-03-08 15:56:42 +0000
commit9c5d8562f8d24574ba1f43881d47cbc8ffc62027 (patch)
tree816690e607e208aa66b257fb9ef01ae8bd80acb6 /lib/ChangeLog
parentb45da6f01612e8ec1938cacfe0ea0ef34ad1afca (diff)
2005-03-08 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 6 insertions, 1 deletions
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 <paul.jakma@sun.com>
- * 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.