| Summary: | [PATCH] pdksh-derived replacement for test(1) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Sheldon Hearn <sheldonh> | ||||
| Component: | bin | Assignee: | Sheldon Hearn <sheldonh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Sheldon Hearn
1999-08-12 12:50:01 UTC
Responsible Changed From-To: freebsd-bugs->sheldonh I'd love feedback, particularly of the mpp and bde variety. :-) Hmmm, the OpenBSD repo offers a few stylistic fixes, namely trailing whitespace and (foo *)0 -> NULL. There are also a few functions for which argument specification isn't indented. I'm not going to repost the diff, since I'm not even sure it was such a smart idea to submit this as a diff in the first place. The files are available at http://www.freebsd.org/~sheldonh/test/ Ciao, Sheldon. State Changed From-To: open->analyzed Committed to HEAD a few minutes ago. I'll leave it in this state for an MFC. State Changed From-To: analyzed->suspended There are issues with the use of access(2), raised by green. State Changed From-To: suspended->analyzed Brian Feldman has addressed the access(2) issues. This is an MFC candidate again. State Changed From-To: analyzed->suspended MFC candidates wait in suspended state, not analyzed state. State Changed From-To: suspended->closed Merged to STABLE in time for 3.4-RELEASE. |