under Win11 23H2: UID and GID mapping changed
https://cygwin.com/pipermail/cygwin/2025-June/258245.html
reports. But I do not see the bad UID, GID on files that Markus sees.
I can run any tests in a short amount of time.
Hope this helps.
-Don Slutz
This e-mail message and all attachments t
PerlIOStdio);
s->stdio = stdio;
PerlIOUnix_refcnt_inc(fileno(s->stdio));
Which causes stdio to open ALL files/pipes/etc in binary mode. (Which is
the same thing that perlio/unix does...)
-Don Slutz
Don Slutz wrote:
> Nope, I no longer have the perl 5.6.0 patch I was working
t;<$ARGV[0]");
binmode(I);
open(O,">$ARGV[1]");
binmode(O);
while() {
$line++;
print O;
}
close (I);
close (O);
# print "Lines: $line\n";
-Don Slutz
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pr
3 matches
Mail list logo