Search the web
Sign In
New User? Sign Up
libsocket · libsocket is a library for DJGPP, the DO
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 122 - 151 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
122
Hello. I wrote a Perl script today to semi-convert man pages into texinfo includes. This may be useful for making the info docs. Primarily this intended to...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 2, 1999
7:05 pm
123
Hello. I think I may have a fix for the send bug experienced by Jason Winnebeck. Another glance at the SOCK.VXD sources showed that send() was returning the...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 2, 1999
7:01 pm
124
Hello. ... It appears that my fears about the WatTCP licence were unfounded. I can now proceed to add DOS networking support to libsocket. Also, if we need to...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 3, 1999
12:22 am
125
Bonjour Ok, I'm not totally familiar with DJGPP FSEXT yet. So ... 1) redundant check int __lsck_socket_fsext (__FSEXT_Fnumber func_number, int *rv, va_list...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 4, 1999
3:57 am
126
Bonjour ... #include <errno.h> #include <sys/stat.h> #include <sys/socket.h> #include <sys/types.h> /* ------------ - isfdtype - ... int isfdtype (int fd, int...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 4, 1999
4:05 am
127
Hello. I am thinking of making libsocket the copyright of the "libsocket Group" from now on, since it's more than just myself contributing to it now. It would...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 4, 1999
12:28 am
128
That sounds good. Although if I actually contributed any real code I don't think I would care much about the copyright anyways. I will also take this chance...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 4, 1999
8:57 pm
129
Hello. ... Yes. I really should stop programming after midnight. I do stupid things like this. I've corrected it. ... __FSEXT_stat is not present in DJGPP...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 4, 1999
7:14 pm
130
Bonjour M. Richard Dawe ... In my other free projects, I got GPL and a THANKS with a ChangeLog file giving proper credits, that was sufficient for me. But...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 9, 1999
4:56 am
131
Hello. ... Is this true of socket() as well? It makes sense, so I've changed it as well. I've implemented your accept() changes, plus removed spurious ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 11, 1999
4:24 pm
132
Hello. Here is part of an e-mail conversation I had involving the accept() bug ... <snip> BTW the platform concerned is Win98, but from an earlier mail on the...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 11, 1999
4:35 pm
133
It seems that today is a good day for libsocket, and not for me :\. You see for a time I had dropped the project so I wasn't paying as much attention to it as...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 12, 1999
1:23 am
134
I altered my chat program's method to a select() method, which doesn't tax Window's multitasking as much, and so far it was worked perfectly with no crashing...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 12, 1999
2:40 am
135
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> It seems we have a problem with select() or I am using it wrong. <p>If I let it go this...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 12, 1999
3:12 am
136
When I took out the timer (block forever until user hits a key or client) I didn't get a 22 error: Enter your name: Serv Listening. . . Press a key to cancel ...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 12, 1999
3:17 am
137
My gosh I'm going to make 50k messages today. Anyways it seems that send() oversend bug is appearing in WINDOWS 95 winsock 2 now?!?! Previously I was...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 12, 1999
3:27 am
138
Hello. [BTW this is for Jason Winnebeck.] I am glad that the accept() bug has been solved. That looked like a nasty problem. It's going to take me a while to...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 12, 1999
10:49 pm
139
Rich, I highly suggest that you compile the latest version into an all-in-one zip. Before you go pulling your hair out on the send() oversend problem, I'd ...
gillius@xxxxxxx.xxx
Send Email
Jul 14, 1999
9:12 pm
140
Hello. While looking at the code for __lsck_gethostname(), I noticed a bug in setdomainname(), namely that gethostname() ignores any setdomainname() calls. I...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 15, 1999
7:47 pm
141
Hello. ... This is reassuring in a way - I would hope that the send() bug would appear on *all* versions of Windows. Otherwise it will probably be much harder...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 15, 1999
4:14 pm
142
Hello. ... This is a good idea. I intend to have a new snapshot out soon - just a couple more bugfixes... I don't think I've changed that much since the last...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 15, 1999
10:11 pm
143
... You're right because that means it's something in code you can change csock or libsocket rather than some strange incompatability or obscure bug in...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 16, 1999
1:53 am
144
Hello. I've e-mailed the current maintainer of SOCK.VXD with a question about send() & recv(). Hopefully he will get back to me soon. ... Looking at the man...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 17, 1999
2:32 pm
145
Hello. I have heard about a program called httpsync. This would allow me to place the sources on the web for browsing, but also for synchronisation a la CVS....
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Jul 17, 1999
2:37 pm
146
I've never had any experience with something like that but it sounds good....
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Jul 17, 1999
6:06 pm
147
Bonjour ... Yes, but what I also wanted to point out is that addrlen was a pointer so you shoud have use : *addrlen < 0 If you wanted to check for the value....
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 17, 1999
6:14 pm
148
Bonjour I'm eye checking recv/recvfrom while doing the squeleton texinfo -- new prototypes use of ssize_t and size_t, Posix.1g note, this is new, even my...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 17, 1999
6:20 pm
149
@comment The start of a comment is indicated by the following comment. This @comment syntax is used by the script funcstxh.sh: @comment function <name> ...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 17, 1999
6:21 pm
150
@comment The start of a comment is indicated by the following comment. This @comment syntax is used by the script funcstxh.sh: @comment function <name> ...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 17, 1999
6:22 pm
151
@comment The start of a comment is indicated by the following comment. This @comment syntax is used by the script funcstxh.sh: @comment function <name> ...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Send Email
Jul 17, 1999
6:23 pm
Messages 122 - 151 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help