summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 217121 - Save Page does not work. Fixing a crash in prtime's PR_FormatTim...MOZILLA_1_5_1_RELEASEFIREBIRD_0_7_1_RELEASEMOZILLA_1_5_BRANCHben%bengoodger.com2003-10-261-1/+1
* fixup commit for branch 'MOZILLA_1_5_BRANCH'THUNDERBIRD_0_3_RELEASETHUNDERBIRD_0_3_BASEMOZILLA_1_5_RELEASEMOZILLA_1_5_RC2MOZILLA_1_5_RC1MOZILLA_1_5_20030910_BASEFIREBIRD_0_7_RELEASEcvs2hg2003-08-300-0/+0
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-302-5/+5
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-172-66/+68
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-141-18/+28
* Bug 126937: implement PR_GetSysfdTableMax and PR_SetSysfdTableSize forwtc%netscape.com2003-07-091-4/+18
* Bug 211512: worked around Mac OS X Panther Beta's 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 itsCFM_LAST_RITESwtc%netscape.com2003-06-061-1/+9
* Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-061-0/+10
* 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. 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