Module Name: src Committed By: christos Date: Sun Feb 28 23:12:23 UTC 2016
Modified Files: src/bin/sh: output.c parser.c show.c Log Message: Bug fixes to handling of unterminated here documents (they should be, and now are, a syntax error), and miscellaneous other minor cleanups. (from kre) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/sh/output.c cvs rdiff -u -r1.101 -r1.102 src/bin/sh/parser.c cvs rdiff -u -r1.30 -r1.31 src/bin/sh/show.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.