[Swan-commit] Changes to ref refs/heads/master

D. Hugh Redelmeier hugh at vault.libreswan.fi
Mon Aug 31 18:40:39 EEST 2015


New commits:
commit e4907eccfae006d56f860160d31f75fce68bfea8
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Aug 31 11:39:17 2015 -0400

    ipsecconf: tidy parser.y
    
    - eliminate unused component "decimal" of struct kw_list
    
    - replace a lot of boilerplate with calls to new function "new_parser_kw"
    
    - use bool in place of int where appropriate
    
    - recast tests so they use boolean-valued expressions
    
    - use initializing declarations where this improves readability
    
    - reduce scopes of variables where possible
    
    - replace "strncmp(file, "-", sizeof("-")) == 0" with "streq(file, "-")"
      How does the first get invented?
    
    - improve formatting



More information about the Swan-commit mailing list