[PATCH] termios accept_input

2002-12-09 Thread Steve O
Hi, Sorry for the delay in submitting this patch. This moves the accept_input() call into the character processing loop where it can fail and be recovered from. It should have no behavioral effect. Thanks, -steve ChangeLog 2002-12-09 Steve Osborn <[EMAIL PROTECTED]> * fhandler_termio

Making netdb.cc threadsafe.

2002-12-09 Thread Craig McGeachie
I've been researching this. I have looked thread.cc and thread.h, and the struct _winsup_t that is defined. net.cc uses the _protoent_buf and _servent_buf members. Would use of these members from netdb.cc be appropriate? +- Cra

[patch] netdb.cc to use strtok_r

2002-12-09 Thread Craig McGeachie
2002-12-10 Craig McGeachie <[EMAIL PROTECTED]> * netdb.cc (parse_alias_list, parse_services_line) (parse_protocol_line): Change strtok calls to strtok_r. +- Craig McGeachie | #include +64(21)037-6917 | while (!inebriated) c2h5oh=(++

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-09 Thread Christopher Faylor
On Tue, Dec 03, 2002 at 12:45:46PM +0300, egor duda wrote: >Monday, 02 December, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: >CF> On Mon, Dec 02, 2002 at 01:30:24PM +0300, egor duda wrote: >>>2002-12-02 Egor Duda <[EMAIL PROTECTED]> >>> >>>* cygwin/lib/pseudo-reloc.c: New file. >>>