summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 238319: Sun packaging changesNSPR_4_4_BRANCHchristophe.ravel.bugs%sun.com2004-05-1218-109/+518
|
* Bugzilla bug 226686: we need to close the new socket if _MD_FAST_ACCEPT orwchang0222%aol.com2003-11-251-2/+15
| | | | | _MD_FAST_ACCEPT_READ fails. Tag: NSPR_4_4_BRANCH
* Updated for the NSPR 4.4.1 release.wchang0222%aol.com2003-11-251-4/+4
| | | | Tag: NSPR_4_4_BRANCH
* Set MOD_PATCH_VERSION to 1 for NSPR 4.4.1.wchang0222%aol.com2003-11-252-2/+2
| | | | Tag: NSPR_4_4_BRANCH
* Updated the test for NSPR 4.4.1.wchang0222%aol.com2003-11-251-3/+3
| | | | Tag: NSPR_4_4_BRANCH
* Set NSPR version to 4.4.1.wchang0222%aol.com2003-11-241-2/+2
| | | | Tag: NSPR_4_4_BRANCH
* Bugzilla bug 225260: link NSPR dynamic shared libraries with thewchang0222%aol.com2003-11-132-2/+2
| | | | | -headerpad_max_install_names option. sr=fraser. Tag: NSPR_4_4_BRANCH
* Carried the fix for the crash in strftime on OpenBSD, FreeBSD, and Mac OSwchang0222%aol.com2003-10-241-1/+2
| | | | X back to the NSPR_4_4_BRANCH.
* Bugzilla bug 214411: fixed a bug introduced in the previous checkin.wchang0222%aol.com2003-10-231-10/+13
| | | | | | | threadid_key_destructor may get called on the primordial thread if the app doesn't call PR_Cleanup and the assertion would fail. Thanks to Gerard Roos <gerard.roos@adnovum.ch> for contributing the patch. Tag: NSPR_4_4_BRANCH
* Set NSPR version to 4.4.1 Beta.wtc%netscape.com2003-09-111-3/+3
| | | | Tag: NSPR_4_4_BRANCH
* fixup commit for branch 'NSPR_4_4_BRANCH'cvs2hg2003-09-110-0/+0
|
* Bugzilla bug 214411: implement automatic attaching and detaching of SolarisNSPR_4_4_BASEwtc%netscape.com2003-09-116-9/+134
| | | | | | native threads. The patch contains contribution by Gerard Roos <gerard.roos@adnovum.ch>. Modified Files: _solaris.h primpl.h solaris.c pruthr.c foreign.c provider.c
* Bugzilla bug 217968: renamed the STACKSIZE macro to THREAD_STACKSIZE towtc%netscape.com2003-09-085-25/+25
| | | | | | avoid a conflict with a same-named macro defined in <ppc/param.h> on Mac OS X. Thanks to timeless@bemail.org for reporting the bug. Modified Files: server_test.c servr_kk.c servr_ku.c servr_uk.c servr_uu.c
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-272-2/+2
| | | | | | building NSPR libraries, otherwise the path passed to the -L linker flag is added to the head the libpath. The patch is contributed by Philip K. Warren <pkw@us.ibm.com>.
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-182-65/+67
| | | | | Thanks to Josh Soref <timeless@bemail.org> for the patch. Bug #212708 r=wtc
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-146-25/+81
|\ | | | | | | | | | | | | under all cases, not just when _PR_INET6_PROBE is defined, because _PR_INET6_PROBE is only defined when Mac OS X deployment target is 10.1. Bug 211512: defined IPV6_V6ONLY if it's not defined so that we can build on Mac OS X 10.1, where this macro is not defined.
| * Set MOD_MINOR_VERSION to 4 for NSPR 4.4.wtc%netscape.com2003-07-102-2/+2
| |
| * Updated for NSPR 4.4.wtc%netscape.com2003-07-102-10/+10
| |
| * Set NSPR version to 4.4.wtc%netscape.com2003-07-101-2/+2
| |
| * Bug 126937: implement PR_GetSysfdTableMax and PR_SetSysfdTableSize forwtc%netscape.com2003-07-091-4/+18
| | | | | | | | | | OS/2. The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=pedemont.
| * Bug 211512: worked around the Mac OS X Panther bug that the IPV6_V6ONLYwtc%netscape.com2003-07-091-6/+32
| | | | | | | | socket option is turned on by default. r=bryner.
| * Use standard __declspec keyword instead of _declspec.seawood%netscape.com2003-06-251-13/+8
| | | | | | | | Bug #202826 r=wtc
| * Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that itswtc%netscape.com2003-06-061-1/+9
| | | | | | | | modified time doesn't get updated whenever we do "gmake export".
| * Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-061-0/+10
| | | | | | | | | | 6.0 Processor Pack because they make the floating-point calculations in prdtoa.c produce incorrect results. r=cls.
| * Print error codes if PR_Read fails.wtc%netscape.com2003-05-231-1/+2
| |
| * Bug 206815: fixed a benign UMR in the PR_Poll implementations based onwtc%netscape.com2003-05-232-0/+2
| | | | | | | | | | | | | | poll(). We should initialize the events field of the pollfd structure when we set the fd field to -1 even though the events field is ignored if the fd field is negative. Modified Files: ptio.c uxpoll.c
| * Bug 204092: build NSPR on Solaris with -xO4 optimization.wtc%netscape.com2003-05-162-19/+21
| |
* | fixup commit for tag 'NSPR_4_4_RTM'NSPR_4_4_RTMcvs2hg2003-07-106-33/+45
|/
* Bug 205582: map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR on Unix. r=darin.wtc%netscape.com2003-05-141-0/+3
|
* Bug 201405: Backed out the previous checkin. It caused the timeout test towtc%netscape.com2003-05-141-2/+2
| | | | hang.
* Set NSPR version to 4.4 Beta.wtc%netscape.com2003-05-141-3/+3
|
* Merged the recent OS/2 changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH to thewtc%netscape.com2003-05-141-44/+45
| | | | trunk.
* Merged the recent changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH to the trunk.wtc%netscape.com2003-05-141-0/+111
| | | | Added Files: os2emx.s
* Merged the changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH onto the trunk. Mostwtc%netscape.com2003-05-1420-162/+301
| | | | | | | | | | | | | | of these changes are for OS/2. Modified Files: configure.in build/cygwin-wrapper config/rules.mk lib/ds/Makefile.in lib/ds/plds.def lib/libc/src/Makefile.in lib/libc/src/plc.def pr/include/md/_os2.h pr/src/Makefile.in pr/src/nspr.def pr/src/linking/prlink.c pr/src/md/os2/Makefile.in pr/src/md/os2/objs.mk pr/src/md/os2/os2cv.c pr/src/md/os2/os2misc.c pr/src/md/os2/os2poll.c pr/src/md/os2/os2sock.c pr/src/md/os2/os2thred.c pr/tests/Makefile.in pr/tests/attach.c
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-303-22/+45
| | | | | | need to lock around them. The patch is contributed by Colin Blake <colin@theblakes.com>. r=wtc. Modified Files: configure configure.in prnetdb.c
* Change mksnt* checks to mks*seawood%netscape.com2003-04-192-12/+12
| | | | Bug #202598 r=wtc
* Add -s to default optimization flags for os2gcc builds.seawood%netscape.com2003-04-182-2/+2
| | | | | Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. Bug #201555 r=cls
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2003-04-182-181/+286
| | | | Bug #199343
* Bug 104529: on OS/2, when writing to the command-line console, we mustwtc%netscape.com2003-04-181-0/+38
| | | | | write \r\n to go to a new line. So we need to translate \n to \r\n. The patch is contributed by Julien Pierre.
* Bug 105271: compile source files with absolute pathnames so that thewtc%netscape.com2003-04-161-4/+30
| | | | | debuggers can find them automatically. Currently enabled on Windows and OS/2 only. The patch is contributed by Julien Pierre. r=wtc.
* Bug 200335: need to cast pthread_t (which could be a pointer) to anwtc%netscape.com2003-04-111-1/+1
| | | | unsigned type (PRUptrdiff). The patch is contributed by Nelson Bolyard.
* Explain how the GOLDEN_RATIO constant was calculated.wtc%netscape.com2003-04-101-1/+1
|
* Bug 198634: we need to implement PR_DetachThread on the platforms thatwtc%netscape.com2003-04-101-0/+12
| | | | | | don't have a way to detach the foreign threads automatically when they terminate (e.g., OS/2). The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
* Bug 201405: we must call PR_WaitCondCVar in a while loop.wtc%netscape.com2003-04-091-2/+2
|
* Bug 126932: made runtests.{sh,ksh} work on OS/2. Include the header forwtc%netscape.com2003-04-093-4/+11
| | | | | getcwd in thrpool_server.c. Modified Files: runtests.sh runtests.ksh thrpool_server.c
* Bug 200561: do not include <string.h> in optimized builds for AIX so thatwtc%netscape.com2003-04-091-0/+9
| | | | | | memcpy continued to be exported. This is to be "bug compatible" with old libnspr4.so binaries that exported memcpy by accident because we did not include <string.h> in optimized builds.
* Add PR_GetPathSeparator function.seawood%netscape.com2003-04-043-0/+17
| | | | Bug #171883 r=wtc
* Turn off optimizations for prprf.c on OS/2 to avoid PR_snprintf problem.seawood%netscape.com2003-04-011-0/+8
|\ | | | | | | | | Thanks to Michael Kaply <mkaply@us.ibm.com> for the patch. Bug #199901 r=wtc a=asa
| * fixup commit for tag 'PHT_20030715N1X_EMP_WIN'PHT_20030715N1X_EMP_WINcvs2hg2003-03-2739-11698/+0
|/
* Bug 199324: changed all i?86 checks to i*86 because Cygwin's "uname -m"NSPR_4_3_RTMwtc%netscape.com2003-03-272-6/+6
| | | | returns i1586 on Intel Xeon processors. r=cls.