[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argu
From: |
Tom Lord |
Subject: |
Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument |
Date: |
Sun, 12 Sep 2004 15:01:35 -0700 (PDT) |
> From: "Tobias C. Rittweiler" <address@hidden>
> On Sunday, September 12, 2004 at 12:30:17 AM,
> Yann Droneaud <address@hidden> wrote:
> > (And a '--file-list' without argument or '--file-list -' that read
> > standard input could be handy too: i will try to propose a patch for
> > that ).
> Some systems provide a /dev/stdio device which you can use for that.
> It's non-portable though.
Such conventions can be layered portably on minimal Posix by using the
file namespace hacks in the vu_ modules.
There is, indeed, a module there that, if installed by the client
application, treats opens of `-' for reading as descriptor 0 and for
writing as descriptor 1.
It's not that the `-' convention is one to etch in stone (though I
like it, personally) --- just that a portable mechanism is there in vu
so that if a convention is settled upon, it can be hacked up in `vu'.
-t
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, (continued)
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Mikhael Goikhman, 2004/09/12
- [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Miles Bader, 2004/09/12
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Mikhael Goikhman, 2004/09/12
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Adrian Irving-Beer, 2004/09/13
- [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Miles Bader, 2004/09/13
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Mikhael Goikhman, 2004/09/13
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Aaron Bentley, 2004/09/12
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, John Meinel, 2004/09/12
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Tom Lord, 2004/09/12
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Tobias C. Rittweiler, 2004/09/12
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument,
Tom Lord <=
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Tobias C. Rittweiler, 2004/09/14
- Re: [Gnu-arch-users] [BUG] tla dosen't handle '--' as end of option argument, Yann Droneaud, 2004/09/14
- [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Stefan Monnier, 2004/09/13
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Mikhael Goikhman, 2004/09/13
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Stefan Monnier, 2004/09/13
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Mikhael Goikhman, 2004/09/13
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Adrian Irving-Beer, 2004/09/14
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Stefan Monnier, 2004/09/14
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Adrian Irving-Beer, 2004/09/14
- Re: [Gnu-arch-users] Re: [BUG] tla dosen't handle '--' as end of option argument, Aaron Bentley, 2004/09/14