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:           Sun May 28 00:38:01 UTC 2017

Modified Files:
        src/bin/sh: Makefile expand.c options.h
Added Files:
        src/bin/sh: mkoptions.sh option.list

Log Message:
Arrange for set -o and $- output to be sorted, rather than more
or less random (and becoming worse as more options are added.)
Since the data is known at compile time, sort at compile time,
rather than at run time.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/bin/sh/Makefile
cvs rdiff -u -r1.105 -r1.106 src/bin/sh/expand.c
cvs rdiff -u -r0 -r1.1 src/bin/sh/mkoptions.sh src/bin/sh/option.list
cvs rdiff -u -r1.26 -r1.27 src/bin/sh/options.h

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