cygwin 3.6.2-1 under Win11 and win10: XWin.exe fails to start

2025-06-04 Thread Don Slutz via Cygwin
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

Re: Updated: Perl 5.8.0-3 breaks binmode()

2003-06-25 Thread Don Slutz
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

Updated: Perl 5.8.0-3 breaks binmode()

2003-06-09 Thread Don Slutz
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