summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Carried over the fixes for Bugzilla bug 242741 to AOL_NSPR_4_4_1_BRANCH soAOL_NSPR_4_4_1_BRANCHwchang0222%aol.com2004-07-204-36/+59
* Changed and hardcoded CompanyName (the company that produced the file) towchang0222%aol.com2004-07-193-6/+6
* fixup commit for branch 'AOL_NSPR_4_4_1_BRANCH'NSPR_4_4_1_RTMLDAPCSDK_5_1_6_RTMLDAPCSDK_20050510_RTMAOL_NSPR_4_4_1_BASEcvs2hg2003-11-250-0/+0
* Bugzilla bug 226686: we need to close the new socket if _MD_FAST_ACCEPT orwchang0222%aol.com2003-11-251-2/+15
* Updated for the NSPR 4.4.1 release.wchang0222%aol.com2003-11-251-4/+4
* Set MOD_PATCH_VERSION to 1 for NSPR 4.4.1.wchang0222%aol.com2003-11-252-2/+2
* Updated the test for NSPR 4.4.1.wchang0222%aol.com2003-11-251-3/+3
* Set NSPR version to 4.4.1.wchang0222%aol.com2003-11-241-2/+2
* Bugzilla bug 225260: link NSPR dynamic shared libraries with thewchang0222%aol.com2003-11-132-2/+2
* Carried the fix for the crash in strftime on OpenBSD, FreeBSD, and Mac OSwchang0222%aol.com2003-10-241-1/+2
* Bugzilla bug 214411: fixed a bug introduced in the previous checkin.wchang0222%aol.com2003-10-231-10/+13
* Set NSPR version to 4.4.1 Beta.wtc%netscape.com2003-09-111-3/+3
* 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
* Bugzilla bug 217968: renamed the STACKSIZE macro to THREAD_STACKSIZE towtc%netscape.com2003-09-085-25/+25
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-272-2/+2
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-182-65/+67
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-146-25/+81
|\
| * 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
| * Bug 211512: worked around the Mac OS X Panther bug that the IPV6_V6ONLYwtc%netscape.com2003-07-091-6/+32
| * Use standard __declspec keyword instead of _declspec.seawood%netscape.com2003-06-251-13/+8
| * Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that itswtc%netscape.com2003-06-061-1/+9
| * Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-061-0/+10
| * 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
| * 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
* 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
* Merged the recent changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH to the trunk.wtc%netscape.com2003-05-141-0/+111
* Merged the changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH onto the trunk. Mostwtc%netscape.com2003-05-1420-162/+301
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-303-22/+45
* Change mksnt* checks to mks*seawood%netscape.com2003-04-192-12/+12
* Add -s to default optimization flags for os2gcc builds.seawood%netscape.com2003-04-182-2/+2
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2003-04-182-181/+286
* Bug 104529: on OS/2, when writing to the command-line console, we mustwtc%netscape.com2003-04-181-0/+38
* Bug 105271: compile source files with absolute pathnames so that thewtc%netscape.com2003-04-161-4/+30
* Bug 200335: need to cast pthread_t (which could be a pointer) to anwtc%netscape.com2003-04-111-1/+1
* 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
* 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
* Bug 200561: do not include <string.h> in optimized builds for AIX so thatwtc%netscape.com2003-04-091-0/+9
* Add PR_GetPathSeparator function.seawood%netscape.com2003-04-043-0/+17
* Turn off optimizations for prprf.c on OS/2 to avoid PR_snprintf problem.seawood%netscape.com2003-04-011-0/+8
|\