Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
Module Name: src
Committed By: christos
Date: Sat Oct 22 16:45:03 UTC 2005
Modified Files:
src/lib/libedit: makelist
Log Message:
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems
work properly regardless of environment variable settings.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libedit/makelist
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