Mail Archives: djgpp-workers/2000/06/06/04:32:08
At 22:48 04/06/00 +0100, you wrote:
>Hello.
>
>I'd like to announce the 4th beta of libsocket 0.7.4, a BSD-style
>socket library for DJGPP.
>
>This beta release fixes some more bugs in the Winsock 2 support. Many
>other bugs have been fixed. Basically this release should be more reliable
>than beta 3 is/was. The documentation is now in info format, which means
>the long filename problems with the man pages have disappeared. The
>documentation archive also contains the manual in HTML format. Some more
>work has been done on the Unix domain socket support, but their code is
>still in an alpha state.
>
>I'm looking for willing people to help develop libsocket. Coding,
>documentation or any other contributions are extremely welcome. If you are
>interested, please join the libsocket mailing list.
>
>If you use libsocket, you should download this beta. If you're not
>convinced, here are some reasons:
I got a problem with netsetup program
I only have two name server on my network, but
pressing enter directly to avoid creating a third one does not work !
The problem is probably that
scanf("%255s",line);
does not return if I only press Enter !
You should change the code or the output Text to say to Enter "0"
to avoid one more.
I tried
scanf("%[^\n]\n",line);
but this one does not work at all :(
Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller AT ics DOT u-strasbg DOT fr
Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99
- Raw text -