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:           Thu May  4 04:37:51 UTC 2017

Modified Files:
        src/bin/sh: eval.c jobs.c mktokens nodetypes parser.c sh.1

Log Message:
Implement the ';&' (used instead of ';;') case statement list terminator
which causes fall through the to command list of the following pattern
(wuthout evaluating that pattern).   This has been approved for inclusion
in the next major version of the POSIX standard (Issue 8), and is
implemented by most other shells.

Now all form a circle and together attempt to summon the great wizd
in the hopes that his magic spells can transform the poor attempt
at documenting this feature into something rational...


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/bin/sh/eval.c
cvs rdiff -u -r1.81 -r1.82 src/bin/sh/jobs.c
cvs rdiff -u -r1.12 -r1.13 src/bin/sh/mktokens
cvs rdiff -u -r1.13 -r1.14 src/bin/sh/nodetypes
cvs rdiff -u -r1.122 -r1.123 src/bin/sh/parser.c
cvs rdiff -u -r1.134 -r1.135 src/bin/sh/sh.1

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