gecko-dev/nsprpub
wtc%netscape.com 9fa7e30bc0 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-02-28 03:14:09 +00:00
..
admin Updated for NSPR 4.3. 2002-08-28 20:21:57 +00:00
build Added cygwin-wrapper to the tip. Bug 141834. 2002-08-23 01:03:57 +00:00
config Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION. 2003-02-28 01:48:15 +00:00
lib Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
macbuild Removed NSPR20PPC.mcp. This has been replaced by NSPR20PPC.xml. 2002-03-15 19:24:44 +00:00
pkg Deleted blank lines at the end of the file. 2003-02-26 15:11:34 +00:00
pr Bug 192797: improved the implementation of PR_Poll for Win32. Increase 2003-02-28 03:14:09 +00:00
tools Removed all Makefile's. The new autoconf build system uses Makefile.in's. 2001-05-17 21:26:28 +00:00
.cvsignore Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 00:55:48 +00:00
configure Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION. 2003-02-28 01:48:15 +00:00
configure.in Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION. 2003-02-28 01:48:15 +00:00
gmakefile.win Do not build NSPR optimized if MOZ_TRACE_MALLOC is set. 2001-12-06 03:39:05 +00:00
Makefile.in Removed obsolete PR_CLIENT_BUILD and PR_CLIENT_BUILD_UNIX make variables. 2003-02-27 04:13:19 +00:00
makefile.win