NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/39574 CVS commit: src/bin/sh
The following reply was made to PR bin/39574; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/39574 CVS commit: src/bin/sh
Date: Sun, 12 Oct 2008 01:40:37 +0000 (UTC)
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