NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48631 CVS commit: src/bin/sh



The following reply was made to PR bin/48631; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48631 CVS commit: src/bin/sh
Date: Mon, 22 Feb 2016 14:38:10 -0500

 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.
 


Home | Main Index | Thread Index | Old Index