gecko-dev/nsprpub/pr
wtc%netscape.com 2fabca5b50 Bug 192797: improved the implementation of PR_Poll for Win32. Increase
FD_SETSIZE from the default 64 to 1024.  Make PR_Poll fail with
PR_INVALID_ARGUMENT_ERROR if we try to add more than FD_SETSIZE fd's to a
fd_set.  Do not pass an empty fd_set to select, and do not call select if
all three fd_sets are empty.
2003-03-20 00:10:31 +00:00
..
include Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro. 2003-03-04 02:14:53 +00:00
src Bug 192797: improved the implementation of PR_Poll for Win32. Increase 2003-03-20 00:10:31 +00:00
tests Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
.cvsignore Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 01:47:58 +00:00
Makefile.in