diff options
author | hasso <hasso> | 2004-08-26 13:08:30 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-26 13:08:30 +0000 |
commit | 95e735b54408177a8a6659da342f17d487dfeb2c (patch) | |
tree | 579aa332966e9c6d5b580d46ec40ab8fa3e158f0 /vtysh/ChangeLog | |
parent | c89f64948d629a80d2ca87796a922172514e448f (diff) |
Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index db9f8051..e73317d4 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,14 @@ +2004-08-26 Hasso Tepper <hasso@estpak.ee> + + * *.c: Cosmetical changes - strip long lines, fix multiline comments + style, indentation fixes, remove useless comments. + * vtysh.h: define VTYSH_INTERFACE. + * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO + items. + * vtysh.c: Move things around a little to reduce spaghetti mess. + * Makefile.am: Parse only needed files from zebra daemon while + building vtysh_cmd.c file to supress warnings. + 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> * extract.pl.in: Rename from extract.pl, with @PERL@. |