This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

recent popen changes


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Any reason that cygwin can't support popen("echo hi", "rb") to force
binary pipe traffic, or conversely, popen("echo hi", "rt") to force text
pipe traffic?  True, POSIX states that any characters after the first can
result in EINVAL, but now that cgf just rewrote popen to be more
efficient, it would be nice to specify the binary mode up front rather
than relying on CYGWIN=nobinmode or having to use setmode after the fact.

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFfiQ484KuGfSFAYARApkGAJ4z+fOV70X7R4CT/g0LQbrOZyM4HwCgqpyW
TlGDurOCtpXsdl7VkxMOrbI=
=90L+
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]