The following patch adds support for the special case
2>&1 to redirect stderr output to the stdout output
channel on a command pipe. This affects open and exec.
This simplifies the current issue where you have to
have another process involved to capture both stdout
and stderr reliably.
Jeffrey Hobbs
24. Channel Commands
TIP Implementation
Public
|
Date: 2004-07-02 16:28:37 PDT Logged In: YES |
|
Date: 2004-05-27 13:32:23 PDT Logged In: YES |
|
Date: 2004-05-19 16:30:44 PDT Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| open-pipeerr3.patch | patch against 8.4-branch 2004-05-27 | Download |
| pipeerr.patch | final patch against head 2004-07-02 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 92711: pipeerr.patch | 2004-07-02 16:28:38 PDT | hobbs |
| status_id | Open | 2004-07-02 16:28:37 PDT | hobbs |
| close_date | - | 2004-07-02 16:28:37 PDT | hobbs |
| resolution_id | None | 2004-07-02 16:28:37 PDT | hobbs |
| artifact_group_id | None | 2004-05-28 01:30:17 PDT | dkf |
| summary | support special case 2>@1 in open/exec | 2004-05-28 01:30:12 PDT | dkf |
| File Deleted | 87724: | 2004-05-27 13:32:24 PDT | hobbs |
| File Added | 88673: open-pipeerr3.patch | 2004-05-27 13:32:24 PDT | hobbs |
| summary | support special case 2>&1 in open/exec | 2004-05-27 13:32:23 PDT | hobbs |
| File Added | 87724: open-pipeerr2.patch | 2004-05-19 16:30:44 PDT | hobbs |
| File Deleted | 87723: | 2004-05-19 16:30:44 PDT | hobbs |
| File Added | 87723: open-pipeerr2.patch | 2004-05-19 16:29:12 PDT | hobbs |