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 May 15 20:00:36 UTC 2017

Modified Files:
        src/bin/sh: builtins.def options.c show.c syntax.h

Log Message:
DEBUG mode shell update (changes nothing for shells which are not
compiled for DEBUG.)

Add debug builtin command, and corresponding -D command line option.
As usual, for DEBUG related stuff, read the source for info, that's
all there is about this.

This completes the infrastructure changes for the updated DEBUG TRACE
mechanism, so now converting the rest of the shell's internal tracing
can happen as desired - piecemeal.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/sh/builtins.def
cvs rdiff -u -r1.46 -r1.47 src/bin/sh/options.c
cvs rdiff -u -r1.39 -r1.40 src/bin/sh/show.c
cvs rdiff -u -r1.6 -r1.7 src/bin/sh/syntax.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