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

Andrew Cagney cagney at vault.libreswan.fi
Tue Aug 17 16:58:03 UTC 2021


New commits:
commit 8c2a6f4bab8da3e2c5f8dd2fb3a64c3162176fa7
Merge: be74345 32dca33
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 12:56:28 2021 -0400

    code style: {TRUE,FALSE} -> {true,false}
    
    See branch for sed lines used to get all but a few edge cases.
    
    Merge commit '32dca33dcca3d1f9add60a75436b78c56285ad4d'

commit 32dca33dcca3d1f9add60a75436b78c56285ad4d
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 08:54:28 2021 -0400

    sed -i -e 's/^\([ \t]*\)TRUE\([,)]\)/\1true\2/' -e 's/^\([ \t]*\)FALSE\([,)]\)/\1false\2/'

commit 65cca4a12d89cc4181e88498355d91e6561d74c9
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 08:51:45 2021 -0400

    sed -i -e 's/ =[ \t]*TRUE,/ = true,/' -e 's/ =[ \t]*FALSE,/ = false,/'

commit bb5a63d8a3416e0806ea469494da844a1d73690d
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 08:46:51 2021 -0400

    sed -i -e 's/return TRUE;/return true;/' -e 's/return FALSE;/return false;/'

commit 44abab7ea1260e98df496abc3d87f557d1ef7944
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 09:07:11 2021 -0400

    repeated: sed -i -e 's/\([,/]\) TRUE\([,)]\)/\1 true\2/' -e 's/\([,/]\) FALSE\([,)]\)/\1 false\2/'

commit 18e79d7435e7ba8a917e7f05ffd7cd563a20fa06
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 17 08:41:23 2021 -0400

    sed -e '/ = TRUE;/ = true;/' -e 's/ = FALSE;/ = false;/'



More information about the Swan-commit mailing list