... so, ... This looks like something we could really use... Gillius Gillius's C++ Page of Prorgamming at http://skyscraper.fortunecity.com/solarcity/552/ --...
gillius@xxxxxxx.xxx
Sep 1, 1999 9:24 pm
299
... Rich it is not... I've told you that before. When I compared '95 winsock 2 to '98 winsock 2 NONE of the files were identical. ... Because every good...
gillius@xxxxxxx.xxx
Sep 1, 1999 9:30 pm
300
Bonjour M. Richard Dawe ... Why ? If you don't feel comfortable with the package keep doing beta releases. At least it will tell that you do not feel that the...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 2, 1999 4:23 am
301
Hello. ... <snip> I've realised that I was wrong. wsock2.vxd does have a V86 entry-point (*). Someone has recently used wsock2.vxd to create sockets. The...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 2, 1999 6:02 pm
302
Hello. ... Maybe I should talk to DJ about putting the latest beta on the DJGPP archive? I think that libsocket is currently better in the snapshot form than...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 2, 1999 8:47 pm
303
Hello. ... Er, OK. 20 bytes isn't much difference though! I've added it to the libsocket to-do list, so I promise not to forget ;) ... <click, powering up> ......
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 2, 1999 8:05 pm
304
... I'm not sure if it's really buggy actually. I mean as I said earlier, when wsock worked in '98 it did the SAME thing as csock, but broke more often....
gillius@xxxxxxx.xxx
Sep 3, 1999 2:40 am
305
Hello. I've been learning how to use emacs recently. I noticed in the docs that you can start a server emacs process and then connect emacsclient to it via...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 3, 1999 6:09 pm
306
Hello. There is some confusion caused with the EWOULDBLOCK error value. If a socket function returns -1 and set errno to EWOULDBLOCK and then the program calls...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 2, 1999 9:55 pm
307
I'm having some problems making the files with the beta... I run "make -f makefile.src distclean" like the FAQ suggests but I get an erro with the depend.dep...
DNelson81@xxx.xxx
Sep 8, 1999 2:49 am
308
Hello. ... I think this means the dependency files are missing. Try this: make -f Makefile.src blankdep This should create & blank them for you. If this fails,...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 8, 1999 6:22 pm
309
Hello. I did a quick check at work to see if EWOULDBLOCK was defined to be equal to EAGAIN. It was, in /usr/include/errno.h. uname -a gave this: OSF1...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 9, 1999 7:10 pm
310
... Uhm do I know you? Hi back I suppose... Gillius Gillius's C++ Page of Prorgamming at http://skyscraper.fortunecity.com/solarcity/552/ -- C++ tutorials,...
gillius@xxxxxxx.xxx
Sep 9, 1999 8:41 pm
311
I'm writing this from a SunOS UNIX station now. If you want me to run anything you gotta tell me how because I'm pretty much a UNIX newbie. I know X-Windows ...
gillius@xxxxxxx.xxx
Sep 9, 1999 9:02 pm
312
Bonjour M. Richard Dawe ... The question would be in what case would be usefull to have a distinction ? in most OS(un*x) that I have work with EWOULDBLOCK ==...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 4:15 pm
313
Hello. I'm just uploading patch 3 to the source snapshot of 1999-07-22. It's mainly a documentation patch. I think virtually all of the main socket functions...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 10, 1999 6:35 pm
314
Hello. ... Can you grep? Try this: grep EWOULDBLOCK /usr/include/errno.h grep EAGAIN /usr/include/errno.h This will search /usr/include/errno.h for occurences...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 10, 1999 6:46 pm
315
Hello. ... I think it would be helpful when using perror(), because otherwise EWOULDBLOCK appears to be an EAGAIN error. Like you say, it appears that they are...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 10, 1999 6:51 pm
316
Bonjour M. Richard Dawe ... ... Those will probably get you nothing, SunOS usually keep the errno in /usr/include/sys/errno.h ... You probably mean '*.h', I...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 7:14 pm
317
Bonjour M. Richard Dawe ... If you look closely at Unix98 networking return values, you'll see everytime they mention EWOULDBLOCK is with EAGAIN, for excample...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 7:22 pm
318
... Microsoft intelligence report: while winsock 1 has limits on number of open socket, winsock 2 does not. This still makes me think that winsock 2 is a...
gillius@xxxxxxx.xxx
Sep 10, 1999 8:22 pm
319
... Heck yah. I've used grep before to kill Netscape because of how back it reeked. I was very surprised to see all these .h files??? Is this some standard...
gillius@xxxxxxx.xxx
Sep 10, 1999 8:33 pm
320
... You are partially right. A cooler errno.h resides there where the statements #define EAGAIN 11 /* Resource temporarily unavailable */ and #define...
gillius@xxxxxxx.xxx
Sep 10, 1999 8:44 pm
321
Bonjour M. gillius@... ... No they are not, you should not send those files like this, they are copyright. ... Just out of curiosity, please do not be...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 8:32 pm
322
Bonjour M. gillius@... ... Yes, did just mean that you do ot have GNU grep install on your system but the default that comes with the system. -- alain...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 8:35 pm
323
... let me correct that Yes, it just mean that you do not have GNU grep install on your system but only the default grep,egrep,fgrep that comes with the...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 8:38 pm
324
... I am 18 years old. I don't see what relevance that has to the statement? Unless you are saying I'm too young for UNIX, and you are partly right, I've...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Sep 10, 1999 10:43 pm
325
Bonjour M. Jason Winnebeck ... None. ... That's fine, it just remind me of something 3 years ago. I was having this conversation with this fellow, he had some...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Sep 10, 1999 11:44 pm
326
Hello. ... <snip> ... Ah, OK, this makes more sense. I guess I didn't look closely enough at the Unix98 spec. ... OK, I won't break any code ;) I wil leave the...
Richard Dawe
richdawe@xxxxxxx.xxxx
Sep 12, 1999 8:19 pm
327
Hello. ... <snip> ... The files probably aren't out of date. Unix has been around a long time, and the fundamentals haven't changed much. BTW Linux isn't...