gecko-dev/nsprpub
wtc%netscape.com 61591dded1 Bug 188439: fixed a bug in the PR_Poll implementation for
_PR_POLL_WITH_SELECT.  We could still call FD_SET if the osfd was larger
than FD_SETSIZE.  Fixed the bug that _PR_POLL_WITH_SELECT was defined after
the system header files had been included.  Need to define it on the
compile command line.  Define _USE_BIG_FDS on HP-UX.  Because that macro
increases the size of fd_set to about 7500 bytes and PR_Poll allocates 3
fd_sets on the stack, also increased the minimum thread stack size to 128KB
on HP-UX.
Modified Files: configure configure.in _hpux.h _osf1.h ptio.c
2003-01-20 20:52:48 +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 Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +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/solaris Bug 158704: merged the Solaris packaging stuff onto the trunk. The three 2003-01-04 02:14:13 +00:00
pr Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +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
Makefile.in Bug 158704: merged the Solaris packaging stuff onto the trunk. The three 2003-01-04 02:14:13 +00:00
configure Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
configure.in Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
gmakefile.win Do not build NSPR optimized if MOZ_TRACE_MALLOC is set. 2001-12-06 03:39:05 +00:00
makefile.win BugZilla: 42367. Fix copyright date, Original Code 2000-06-20 21:48:45 +00:00