summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* Use NSPR_4_3_RTM instead of NSPR_4_3_RELEASE. I decided to follow NSS'swtc%netscape.com2003-03-271-1/+1
* Set NSPR version to 4.3.wtc%netscape.com2003-03-271-2/+2
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-226-21/+43
* Bug 135450: OS/2 only - don't set priority if it is the default.wtc%netscape.com2003-03-223-2/+19
* Do not use cygwin-wrapper if we are using MKS Korn Shell. We determinewtc%netscape.com2003-03-222-24/+28
* Bug 192797: improved the implementation of PR_Poll for Win32. Increasewtc%netscape.com2003-03-201-3/+30
* Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-045-4/+20
* Backed out the previous checkin. I'd like to come up with a better patchwtc%netscape.com2003-02-281-30/+3
* Bug 192797: improved the implementation of PR_Poll for Win32. Increasewtc%netscape.com2003-02-281-3/+30
* Bug 164841: use high performance timers (again) on OS/2.wtc%netscape.com2003-02-281-4/+44
* Added a comment.wtc%netscape.com2003-02-281-0/+6
* Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION.wtc%netscape.com2003-02-284-7/+7
* Removed obsolete PR_CLIENT_BUILD and PR_CLIENT_BUILD_UNIX make variables.wtc%netscape.com2003-02-271-11/+0
* Removed unused file module.df.wtc%netscape.com2003-02-271-42/+0
* Bug 191948: a better implementation of PR_GetLibraryFilePathname for 32-bitwtc%netscape.com2003-02-271-15/+27
* Bug 191703: if struct tm has the nonstandard tm_zone and tm_gmtoff fields,wtc%netscape.com2003-02-261-7/+5
* Added a comment explaining why we force the use of absolute symlinks onwtc%netscape.com2003-02-261-0/+2
* Deleted blank lines at the end of the file.wtc%netscape.com2003-02-261-3/+0
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-263-28/+53
* Bug 191270: passed the XXX_RETURN_ON_ERROR flags to several Mac OS Xwtc%netscape.com2003-02-261-5/+22
* Only force the use of absolute symlinks on Darwin when building Mozilla.seawood%netscape.com2003-02-262-3/+6
* Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.wtc%netscape.com2003-02-251-0/+154
* Bug 191823: implement PR_GetLibraryFilePathname for OS/2. The patch iswtc%netscape.com2003-02-251-0/+21
* Bug 193007: export PR_CreateThread and PR_SetError and new NSPR 4.3wtc%netscape.com2003-02-252-1/+123
* Bug 186745: use the BSD getifaddrs() function to query the presence ofwtc%netscape.com2003-02-251-1/+2
* Bug 194298: inherit from the shell instead of the parent. The patch iswtc%netscape.com2003-02-241-1/+1
* Default to using absolute symlinks when building on Darwin.seawood%netscape.com2003-02-231-0/+11