Re: [Issue 8 drafts 0001550]: clarifications/ambiguities in the description of context addresses and their delimiters for sed

2022-04-16 Thread Christoph Anton Mitterer via austin-group-l at The Open Group
On Tue, 2022-04-05 at 23:33 +0700, Robert Elz via austin-group-l at The Open Group wrote: > Not just portable, but sane.   Only a moron would actually use . ? * > [ ( ... > as a delimiter, there are plenty of perfectly good alternatives > available > when good old / isn't the best choice (which it

[Issue 8 drafts 0001578]: sed y-command: error in description about the number of characters in string1 and string2

2022-04-16 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://www.austingroupbugs.net/view.php?id=1578 == Reported By:calestyo Assigned To:

Re: 答复: How do I get the buffered bytes in a FILE *?

2022-04-16 Thread Rob Landley via austin-group-l at The Open Group
Q) "How do I switch from FILE * to fd via fileno() without losing data." A) "Don't use FILE *" That's not the question I asked? The C99 guys said they haven't got fileno() or anything using file descriptors, so this ball is not not in their court. Posix has fileno(). That's why I'm asking here.

Re: How do I get the buffered bytes in a FILE *?

2022-04-16 Thread Jilles Tjoelker via austin-group-l at The Open Group
On Tue, Apr 12, 2022 at 10:42:02AM +0100, Geoff Clare via austin-group-l at The Open Group wrote: > Rob Landley wrote, on 11 Apr 2022: > > A bunch of protocols (git, http, mbox, etc) start with lines of data > > followed by a block of data, so it's natural to want to call > > getline() and then