New commits:
commit e4907eccfae006d56f860160d31f75fce68bfea8
Author: D. Hugh Redelmeier <[email protected]>
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

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to