Re: Internal get{pw,gr}XX calls

2002-11-30 Thread Pierre A. Humblet
Corinna, The attached patch includes the changes to grab_int and parse_grp. I like your initial idea (a little simplified) better because it leaves uid = -1 as a usable value. That may prove useful one day (I have some ideas). It also makes parse_pwd somewhat simpler. strtoul replaces strtol. I

[PATCH] line_edit return value

2002-11-30 Thread Steve O
On Sat, Nov 30, 2002 at 05:26:03PM -0500, Christopher Faylor wrote: > P.S. Btw, did you notice that the return value for accept_input > is not being used, AFAICT? I had always wanted to do something > with that but it never seemed to be necessary. Yep, about 5 or 6 patches from now, I am thinkin

Re: [PATCH] fhandler_tty read_retval fix

2002-11-30 Thread Christopher Faylor
On Fri, Nov 29, 2002 at 08:04:10PM -0600, Steve O wrote: >This patch fixes a premature EOF if the tty_slave happens to >read read_retval as the pty_master is executing accept_input. I think this one needs at least three years of testing before it can go in. . . . Just kidding. :-) Applied. T