summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ_14_BRANCH'MOZILLA_1_4b_RELEASEANGELON_MOZ_14_BASEANGELON_MOZ_14_20030709_TAGANGELON_MOZ_14_BRANCHcvs2hg2003-04-300-0/+0
* 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
* Bug 191270: added the ability to load a dynamic shared library (.dylib) onwtc%netscape.com2003-02-261-4/+37
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-2610-18/+121
* Backed out the previous checkin. Just noticed that the Mozilla trunk iswtc%netscape.com2003-02-2610-121/+18
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-2610-18/+121
* Added to NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2003-02-260-0/+0
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-263-28/+53
* Only force the use of absolute symlinks on Darwin when building Mozilla.seawood%netscape.com2003-02-262-3/+8
* Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.wtc%netscape.com2003-02-251-0/+154
* Bug 191823: implement the PR_GetLibraryFilePathname function for OS/2. Thewtc%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