Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   kre
Date:           Sat Aug 15 19:00:19 UTC 2026

Modified Files:
        src/bin/sh: option.list

Log Message:
/bin/sh option list, don't include dotglob in SMALL shells

dotglob is only (currently) used for file completion via libedit.
None of that is included in SMALL shells, so the new dotglob option
is pointless there (just occupies space), just exclude it.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/bin/sh/option.list

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