summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'THUNDERBIRD_M2_BRANCH'THUNDERBIRD_M2_BRANCHcvs2hg2003-10-190-0/+0
* Bugzilla bug 179828: released plarena.h and plarena.c under theTHUNDERBIRD_M2_BASEMOZILLA_1_6a_RELEASEwchang0222%aol.com2003-10-192-43/+51
* Bugzilla bug 221385: we need to set tm_zone and tm_gmtoff on FreeBSD, too.wchang0222%aol.com2003-10-131-1/+1
* Bugzilla bug 221124: declare variables with const. Thanks towchang0222%aol.com2003-10-091-4/+4
* fixes bug 220020 "PR_EnumerateAddrInfo should not special case port 0" r=wtcdarin%meer.net2003-09-231-2/+4
* Removed all obsolete <OS>.mk files, which have been replaced by thewtc%netscape.com2003-09-1832-3381/+0
* Bugzilla bug 208973: removed obsolete Mac classic CFM build files.wtc%netscape.com2003-09-187-8317/+0
* Bugzilla bug 219487: fixed build failure on OpenVMS. struct addrinfo iswtc%netscape.com2003-09-181-1/+3
* Bugzilla bug 219061: fixed build failure on OSF1. struct addrinfo iswtc%netscape.com2003-09-171-1/+3
* Bugzilla bug 218967: do not initialize unsigned chars with characterwtc%netscape.com2003-09-171-16/+16
* Bugzilla bug 124958: the pthread priority range is 0-31 on OpenBSD.wtc%netscape.com2003-09-161-1/+4
* Bugzilla bug 215581: checked in the rest of the GCC 3.2.2 for OS/2 changeswtc%netscape.com2003-09-163-20/+7
* White space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-161-0/+1
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-1620-251/+131
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-09-163-0/+138
* Bugzilla bug 124958: Checked in OpenBSD changes from Mats Palmgrenwtc%netscape.com2003-09-164-5/+53
* When calling windres, use a temp file to work around resouce issues.seawood%netscape.com2003-09-152-24/+26
* White space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-131-1/+0
* fix mingw/vc7 bustagewtc%netscape.com2003-09-131-1/+4
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in synch with the tip.wtc%netscape.com2003-09-1316-47/+173
* Bugzilla bug 219104: handle sockaddr structures that have a sa_len field.wtc%netscape.com2003-09-131-0/+1
* fix mingw/vc7 bustagedarin%meer.net2003-09-121-1/+4
* A white space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-111-0/+1
* Use the current PR_GetAddrInfoByName prototype.wtc%netscape.com2003-09-111-1/+2
* Define _PR_INET6 on Solaris 8 or higher because they have IPv6.wtc%netscape.com2003-09-112-19/+54
* Set NSPR version to 4.5 Beta.wtc%netscape.com2003-09-111-2/+2
* Bugzilla bug 158240: fixed a crash on startup if NSPR_LOG_FILE is set onwtc%netscape.com2003-09-111-2/+2
* patch for bug 211501 "NSPR should provide getaddrinfo" r=wtcdarin%meer.net2003-09-1121-48/+569
* 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