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:   dholland
Date:           Sun Oct 12 01:40:37 UTC 2008

Modified Files:
        src/bin/sh: output.c output.h
        src/bin/sh/bltin: bltin.h echo.c

Log Message:
output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable)
bltin.h: support ferror()
echo.c: use ferror() to fail on output write errors

Another piece of PR bin/39574.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/bin/sh/output.c
cvs rdiff -r1.18 -r1.19 src/bin/sh/output.h
cvs rdiff -r1.12 -r1.13 src/bin/sh/bltin/bltin.h
cvs rdiff -r1.13 -r1.14 src/bin/sh/bltin/echo.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