Module Name: src Committed By: christos Date: Mon Feb 22 19:38:10 UTC 2016
Modified Files: src/bin/sh: parser.c Log Message: Finish the fix for PR/48631 - that is, make the parser correctly handle the token syntax it really should be handling (including some that posix does not require, but is right anyway.) This is quite similar to, and to some extent inspired by the way the FreeBSD sh parser.c works, but the actual implementation is quite different. (from kre) To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/bin/sh/parser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.