Source-Changes archive

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

CVS commit: [netbsd-4] src/bin/sh



Module Name:    src
Committed By:   liamjfoy
Date:           Wed Jun 13 10:48:26 UTC 2007

Modified Files:
        src/bin/sh [netbsd-4]: parser.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #718):
        bin/sh/parser.c: revision 1.64
PR/35410: Valeriy E. Ushakov: /bin/sh mishandles shell function definitions
with function names that are not plain words
1. remove the escape annotations from the function name.
2. check if the function has a valid name before storing it.


To generate a diff of this commit:
cvs rdiff -r1.63.2.1 -r1.63.2.2 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