-
- Downloads
unidiff: use newline='\n' argument
In order to support CR on a line, we need to open files with newline='\n' as our line endings supposed to be of UNIX style. contrib/ChangeLog: * check_GNU_style.py: Use newline=\n. * check_GNU_style_lib.py: Simplify. * gcc-changelog/git_commit.py: Fix issues seen Rust patchset. * gcc-changelog/git_email.py: Use newline argument. * gcc-changelog/test_email.py: New test. * gcc-changelog/test_patches.txt: New test. * mklog.py: Use newline argument.
Showing
- contrib/check_GNU_style.py 3 additions, 3 deletionscontrib/check_GNU_style.py
- contrib/check_GNU_style_lib.py 2 additions, 2 deletionscontrib/check_GNU_style_lib.py
- contrib/gcc-changelog/git_commit.py 6 additions, 5 deletionscontrib/gcc-changelog/git_commit.py
- contrib/gcc-changelog/git_email.py 1 addition, 1 deletioncontrib/gcc-changelog/git_email.py
- contrib/gcc-changelog/test_email.py 5 additions, 1 deletioncontrib/gcc-changelog/test_email.py
- contrib/gcc-changelog/test_patches.txt 26 additions, 0 deletionscontrib/gcc-changelog/test_patches.txt
- contrib/mklog.py 1 addition, 1 deletioncontrib/mklog.py
Loading