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:           Mon Jul 24 13:21:14 UTC 2017

Modified Files:
        src/bin/sh: arith_token.c arith_tokens.h arithmetic.c sh.1

Log Message:
Add support for ++ and -- (pre & post) and ',' to arithmetic.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/bin/sh/arith_token.c
cvs rdiff -u -r1.2 -r1.3 src/bin/sh/arith_tokens.h
cvs rdiff -u -r1.3 -r1.4 src/bin/sh/arithmetic.c
cvs rdiff -u -r1.160 -r1.161 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