Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: apb
Date: Mon Aug 4 21:56:30 UTC 2014
Modified Files:
src: build.sh
src/share/zoneinfo: tzdata2netbsd
src/usr.bin/locate/locate: updatedb.sh
src/usr.sbin/etcupdate: etcupdate
src/usr.sbin/postinstall: postinstall
Log Message:
Synchronise several shell_quote implementations, and:
* Elide some unnecessary pairs of quotation marks, to improve readability.
For example, shell_quote "''" is now \'\' instead of ''\'''\'''.
* Don't add quotes around words that contain only safe characters,
to improve readability.
* LC_COLLATE=C to prevent [a-zA-Z] from matching non-ASCII characters.
* Use ${SED} if defined.
To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/build.sh
cvs rdiff -u -r1.3 -r1.4 src/share/zoneinfo/tzdata2netbsd
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/locate/locate/updatedb.sh
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/etcupdate/etcupdate
cvs rdiff -u -r1.174 -r1.175 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index