summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* additional fix for 518078: fix compile errorNSPR_4_8_8_BETA3alexei.volkov.bugs%sun.com2011-04-211-1/+1
* 518078 - request add a new feature for SDP native support. r=wtcalexei.volkov.bugs%sun.com2011-04-212-0/+37
* Bug 645459: Default to 32-bit NSPR builds on OS X 10.6 (Snow Leopard) andwtc%google.com2011-04-072-23/+27
* Bug 644373: Remove spaces at end of lines. r=mark@moxienet.com.wtc%google.com2011-04-011-11/+11
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedNSPR_4_8_8_BETA2wtc%google.com2011-03-231-1/+2
* Bug 627299: remove the unnecessary -Wa flags for ARM. See bug 632162wtc%google.com2011-03-132-10/+10
* Bug 626035: back out the previous checkin. It may inconvenience developersNSPR_4_8_8_BETA1wtc%google.com2011-03-092-105/+181
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2011-03-091-3/+30
* Bug 635667: support Linux for M32R, a 32-bit RISC processor. The patch iswtc%google.com2011-03-092-0/+59
* Bug 546535: use the large file API on Android. Unfortunately large fileswtc%google.com2011-03-082-3/+29
* Bug 626035: remove the --enable-thumb2 configure option. Use toolchainwtc%google.com2011-03-082-181/+105
* Bug 629653: Fix two cases where PL_ArenaRelease fails to "free" memory itwtc%google.com2011-02-051-2/+2
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2011-02-021-11/+18
* Bug 626309: use GCC built-in atomic functions on ARM Linux. The patch iswtc%google.com2011-01-282-1/+15
* Bug 614526: fix AI_CANONNAME condition bustage in the previous checkin.wtc%google.com2011-01-281-1/+1
* Bug 626035: Only add -march=armv5te -mthumb-interwork on Android instead ofwtc%google.com2011-01-282-4/+4
* Bug 626866: enable IPv6 support on Android. Clean up ifdefs in prlink.cwtc%google.com2011-01-273-4/+7
* Bug 627299: remove the extraneous spaces between -Wa, and the assemblerwtc%google.com2011-01-212-8/+8
* Bug 614526: Pass AI_ADDRCONFIG to getaddrinfo if PR_AI_ADDRCONFIG is set.wtc%google.com2011-01-191-1/+26
* Bug 622425: implement PR_GetPhysicalMemorySize on OpenBSD. The patch iswtc%google.com2011-01-131-1/+1
* Bug 587426: support HP-UX 11.11 without IPv6. The patch is contributed bywtc%google.com2011-01-131-0/+24
* Bug 624868: change the single-'/' comment format to the // format towtc%google.com2011-01-124-268/+268
* Change NSPR version to 4.8.8 Beta.christophe.ravel.bugs%sun.com2011-01-075-12/+12
* Prepare NSPR 4.8.7 RC0.NSPR_4_8_7_RTMchristophe.ravel.bugs%sun.com2011-01-061-2/+2
* Bug 604263: Disallow parallel builds with MSVC < 8. The patch iswtc%google.com2010-12-171-0/+8
* Bug 594738, bug 617903: put the declarations of the interlocked functionsNSPR_4_8_7_BETA2wtc%google.com2010-12-091-5/+5
* Bug 594738: Use Interlocked* functions for PR_ATOMIC_* macros on MinGW.NSPR_4_8_7_BETA1wtc%google.com2010-11-291-7/+7
* Bug 610283: fix a typo in t->md.gcContext assignment inwtc%google.com2010-11-291-1/+1
* Bug 601291: before calling NSPR's thread-private data destructors, restorewtc%google.com2010-11-181-0/+20
* Bug 612093: PR_Assert should print the assertion failure message to stderrwtc%google.com2010-11-161-2/+1
* bug 604263 - NSPR parallel building chokes on debug windows builds. Patch by ...ted.mielczarek%gmail.com2010-10-151-0/+3
* bug 601377 - NSPR should support --with-ccache argument. Patch by Brad Lassey...NSPR_HEAD_20101015ted.mielczarek%gmail.com2010-10-152-104/+206
* bug 588607 - Wrap dlopen and other libdl functions on Android. Patch by Micha...ted.mielczarek%gmail.com2010-10-152-102/+106
* Bug 603214: Build NSPR in parallel. The patch is contributed by Kyle HueyNSPR_HEAD_20101013wtc%google.com2010-10-132-3/+8
* bug 556190 - op_filok NSPR test fails on Android. Patch by Alex Pakhotin <ale...NSPR_HEAD_20100924ted.mielczarek%gmail.com2010-09-241-23/+2
* bug 556948 - suspend NSPR test fails on Android. Patch by Alex Pakhotin <alex...ted.mielczarek%gmail.com2010-09-241-4/+6
* bug 524785 - configure fails in NSPR when run with absolute Windows-style pat...ted.mielczarek%gmail.com2010-09-243-2/+77
* bug 577531 - Fix non-thumb2 builds on Android. Patch by Brad Lassey <blassey@...ted.mielczarek%gmail.com2010-09-202-28/+48
* Bug 589504: Remove --enable-boehm and related GC_LEAK_DETECTOR code. Thewtc%google.com2010-08-2811-338/+104
* Bug 583223: PR_CreateProcess should set the CREATE_NO_WINDOW flagwtc%google.com2010-08-151-2/+9
* Bug 571425: port Nick Kreeger's NSLinkEditError logging in pr_LoadViaDyldwtc%google.com2010-08-151-5/+11
* Bug 577877: fix an "unused variable" compiler warning about 'tmp_domain'wtc%google.com2010-08-151-1/+3
* Bug 584252: define No_Hex_NaN.wtc%google.com2010-08-071-0/+2
* Bug 583960: _pr_cpu_affinity_mask should be PRUint32. Thanks towtc%google.com2010-08-071-1/+1
* Bug 557712: NSPR tests under lib/tests do not compile for Android.wtc%google.com2010-07-301-0/+4
* Bug 583113: NSPR tests do not compile with libmozalloc for Android. Thewtc%google.com2010-07-301-1/+1
* Bug 581630: define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_WARNINGS forwtc%google.com2010-07-262-22/+42
* Bug 581465: A modern and standards compliant implementation. The patchwtc%google.com2010-07-234-481/+487
* Set NSPR version to 4.8.7 Beta.wtc%google.com2010-07-235-12/+12
* Bug 578496: use the Android log system when a log file isn't specified.wtc%google.com2010-07-232-0/+19