summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* POSIX reserves recv to potentially be a macro. Wrap it around parens to avoi...MOZILLA_1_4_BRANCHcaillon%redhat.com2005-03-111-1/+1
* Added the manual fixup for MKS Korn Shell.MOZILLA_1_4_4_RELEASEMOZILLA_1_4_3_RELEASEMOZILLA_1_4_2_RELEASEwchang0222%aol.com2003-12-151-1/+1
* Bug 226470 - NSS incorrectly uses C++ compiler to compile C code on AIXpkw%us.ibm.com2003-12-152-36/+30
* Fix os/2 build bustage from 219913. a=tortor%cs.brown.edu2003-12-032-4/+4
* #219913mkaply%us.ibm.com2003-11-262-4/+5
* Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-191-0/+10
* fixup commit for branch 'MOZILLA_1_4_BRANCH'MOZILLA_1_4_2003052312_BASEcvs2hg2003-05-190-0/+0
* Bug 204092: build NSPR on Solaris with -xO4 optimization. a=dbaron forwtc%netscape.com2003-05-192-19/+21
* Bug 205582: map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR on Unix. r=darin.FIREBIRD_0_6_RELEASEwtc%netscape.com2003-05-141-0/+3
* Bug 200335: need to cast pthread_t (which could be a pointer) to anwtc%netscape.com2003-05-141-1/+1
* Set NSPR version to 4.4 Beta.wtc%netscape.com2003-05-141-2/+2
* Explain how the GOLDEN_RATIO constant was calculated. (Added a comment.)wtc%netscape.com2003-05-141-1/+1
* Use NSPR_4_3_RTM instead of NSPR_4_3_RELEASE. I decided to follow NSS'swtc%netscape.com2003-05-141-1/+1
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-303-23/+46
* Change mksnt* checks to mks*seawood%netscape.com2003-04-192-12/+12
* Fix x86 checks so that they work for xeon processorsseawood%netscape.com2003-04-182-8/+8
* Bug 104529: on OS/2, when writing to the command-line console, we mustwtc%netscape.com2003-04-181-0/+38
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2003-04-182-181/+286
* #201555mkaply%us.ibm.com2003-04-161-1/+1
* Bug 105271: compile source files with absolute pathnames so that thewtc%netscape.com2003-04-161-4/+30
* Added an empty comment line to cause the mapfile to get rebuilt. This iswtc%netscape.com2003-04-101-0/+1
* Bug 126932: make runtests.{sh,ksh} work on OS/2. Include the header forwtc%netscape.com2003-04-093-2/+9
* Bug 190538: checked in again the change that was backed out.wtc%netscape.com2003-04-097-48/+181
* Bugzilla 190538: backed out the previous checkin because it broke the OS/2wtc%netscape.com2003-04-097-181/+48
* Bug 200561: cite the bug number in the comment.wtc%netscape.com2003-04-091-1/+1
* Bug 200561: do not include <string.h> in optimized builds for AIX so thatwtc%netscape.com2003-04-091-0/+9
* Forced Mozilla trunk's tinderboxes to rebuild.wtc%netscape.com2003-04-091-1/+0
* Bug 190538: use the cross-platform syntax of the *.def files (copied fromwtc%netscape.com2003-04-097-48/+181
* Bug 198634: we need to implement PR_DetachThread on the platforms thatwtc%netscape.com2003-04-091-0/+12
* Removed the OS/2 compiler flag /Gx+, which is a C++ only flag.wtc%netscape.com2003-04-052-2/+2
* Add PR_GetPathSeparator function.seawood%netscape.com2003-04-043-0/+17
* Third time's a charge.seawood%netscape.com2003-04-021-1/+1
* 'mount -p' can return multiple mount points. Use the first one.seawood%netscape.com2003-04-021-1/+1
* Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.seawood%netscape.com2003-04-021-2/+8
* Turn off optimizations for prprf.c on OS/2 to avoid PR_snprintf problem.MOZILLA_1_4a_RELEASEseawood%netscape.com2003-04-011-0/+8
* Bug 188246: support OS/2.wtc%netscape.com2003-03-261-1/+1
* Bug 188246: support building NSPR with gcc 3.x on OS/2. also fixed thewtc%netscape.com2003-03-2619-164/+275
* Cause Mozilla trunk Tinderboxes to rebuild.MOZILLA_200303241605_TAGwtc%netscape.com2003-03-221-0/+1
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-226-21/+43
* Bug 198634: fixes to OS/2 threading code. The patch is contributed bywtc%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 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-045-4/+20
* 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-271-7/+5