On Sun, Jan 11, 2009 at 12:52 PM, Erich Hoover ehoover@mines.edu wrote:
Real Name: Erich Hoover Description: Fix a problem with Wine's cmd.exe that causes redirecting a pipe to another pipe to fail. Can be tested by executing 'echo "test" 2>&1' in cmd.exe. Without the patch the redirect will fail, with the patch the redirect is properly handled by existing code. Changelog: wcmd: Fix redirecting a pipe to another pipe
Please set your real e-mail address in your Git configuration; see http://wiki.winehq.org/GitWine#head-8631765a8d71509690613c9191ed2094c7775722 for directions.
On Sun, Jan 11, 2009 at 11:59 AM, Andrew Nguyen arethusa26@gmail.com wrote:
Please set your real e-mail address in your Git configuration; see http://wiki.winehq.org/GitWine#head-8631765a8d71509690613c9191ed2094c7775722 for directions.
Done, I don't know who maintains http://www.winehq.org/sending_patches but that might be worth mentioning there - I always pull out that guide since I do not submit very often.
Erich Hoover ehoover@mines.edu
On Sun, Jan 11, 2009 at 01:01:02PM -0700, Erich Hoover wrote:
Done, I don't know who maintains http://www.winehq.org/sending_patches but that might be worth mentioning there - I always pull out that guide since I do not submit very often.
It's in another git repo (see http://source.winehq.org/git/ with a web browser). You can send in patches for it as usual with the repo [name] in those brackets before the patch subject.
Jan