src/cli_new.c        |  120 +++++++++++++++++++++++++-----------------------
 src/cli_path_utils.c |    1 
 src/cli_val.h        |   41 ++++++++++------
 src/commit.c         |  126 +++++++++++++++++++++------------------------------
 src/delete.c         |   79 +++++++++++++++----------------
 src/set.c            |   28 ++++-------
 6 files changed, 193 insertions(+), 202 deletions(-)

New commits:
commit 37e64c3b73b093a9025d9c10e7d5782b46cef79d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 15:52:36 2008 -0700

    Optimize delete
    
    Use inline code rather than system() function, and optimize allocation
    to use stack where possible.

commit 8eafe675fc4292cd05947f146f05c205ff21258e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 15:52:00 2008 -0700

    Optimize commit
    
    Use inline (rather than system), and avoid unneeded allocations.

commit ad1ea7f47cb37212105e910db8c71ba5525cd8b9
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 15:23:11 2008 -0700

    Turn my_wrappers into macros
    
    The my_malloc() etc wrappers can be shrunk by using macros.

commit 0e635a25c5c5bbedd068f78a14008dc021dd196a
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 15:16:19 2008 -0700

    Avoid overhead of system
    
    Use mkdir and file operations rather than overhead of escaping
    to system() shell.

commit e0e9b7f85c81c942ee135a5a9aaff7a4992b19f6
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 15:15:46 2008 -0700

    Avoid needless calls to system()
    
    Add a version of touch and mkdir -p commands coded directly without
    going out to shell.

commit 24741e4ea23ac8c498046f5dabf0dd07c84bace4
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 14:55:02 2008 -0700

    Add missing include
    
    Pickup definition of bye() to avoid warning.

commit 92c2f4a177cdb77aab262f71c87257e840f4a43c
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 13:55:09 2008 -0700

    Add annotation to cli functions
    
    Use gcc annotations for noreturn and printf like formats

commit 4215394e00c9c6e9d36293112f30b1ed45654b71
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 29 09:31:20 2008 -0700

    type_to_name returns immutable string
    
    Don't want accidental errors

http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=37e64c3b73b093a9025d9c10e7d5782b46cef79d
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=8eafe675fc4292cd05947f146f05c205ff21258e
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=ad1ea7f47cb37212105e910db8c71ba5525cd8b9
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=0e635a25c5c5bbedd068f78a14008dc021dd196a
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=e0e9b7f85c81c942ee135a5a9aaff7a4992b19f6
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=24741e4ea23ac8c498046f5dabf0dd07c84bace4
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=92c2f4a177cdb77aab262f71c87257e840f4a43c
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=4215394e00c9c6e9d36293112f30b1ed45654b71
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to