]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't perform newline conversions.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 14 Apr 2024 17:18:03 +0000 (10:18 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2024 22:00:57 +0000 (00:00 +0200)
commitaaabd2ebad8d4b0f96dd42d27c8aec2c3c62ace9
tree6876e49197f95ac823d2d6080af66263572e725a
parentd7889252b802b1fad484e56ad39aa28271f082f2
gnulib-tool.py: Don't perform newline conversions.

* pygnulib/constants.py (nlconvert): Remove function. Remove unused
platform import.
* pygnulib/GLImport.py (GLImport.gnulib_cache): Remove calls to
nlconvert().
* pygnulib/GLModuleSystem.py
(GLModule.getAutomakeSnippet_Unconditional): Likewise.
* pygnulib/GLTestDir.py (GLTestDir.execute, GLMegaTestDir.execute):
Likewise.
ChangeLog
pygnulib/GLImport.py
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py
pygnulib/constants.py