summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 542113: fix style nits.wtc%google.com2010-07-231-3/+3
* Bug 547064: build nsprpub/lib/tests for Windows Mobile. The patch iswtc%google.com2010-07-231-4/+8
* Prepare NSPR 4.8.6 RTM.NSPR_4_8_6_RTMchristophe.ravel.bugs%sun.com2010-07-151-2/+2
* Set NSPR version to 4.6.8 Beta 3.NSPR_4_8_6_BETA3wtc%google.com2010-07-131-1/+1
* Bug 415563: Use new NSPR atomic macros in NSPRwtc%google.com2010-07-115-11/+11
* Bug 415563: Use GCC built-in atomic functions for 64-bit Mac OS X builds.wtc%google.com2010-07-111-2/+4
* Set NSPR version to 4.8.6 Beta 2.NSPR_4_8_6_BETA2wtc%google.com2010-07-091-1/+1
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2010-07-091-4/+12
* Bug 410677: Add 'void' arguments to the prototypes of generic functionwtc%google.com2010-07-091-2/+2
* Bug 338224: Undo an incorrect change I made to the patch by Mitchell Fieldwtc%google.com2010-07-092-104/+105
* Bug 338224: Rename makefile variable BUILD_OPT to MOZ_OPTIMIZE. Changewtc%google.com2010-07-095-111/+114
* Set NSPR version to 4.8.6 Beta.NSPR_4_8_6_BETA1wtc%google.com2010-07-075-12/+13
* Bug 415563: Add type casts to the arguments in the atomic macro definitionswtc%google.com2010-07-071-4/+6
* Bug 575534: Use the GCC built-in functions __builtin_ctz and __builtin_clzwtc%google.com2010-07-071-1/+1
* Reverting version to 4.8.5 betakaie%kuix.de2010-07-011-2/+2
* Set NSPR version to 4.8.5ted.mielczarek%gmail.com2010-06-301-2/+2
* Backing out bug 415563 - Use new NSPR atomic macros - NSPR due to it causing ...ted.mielczarek%gmail.com2010-06-306-17/+15
* Followup from bug 559133 - Use ALSR in NSPR in it's available. Fix bash numer...ted.mielczarek%gmail.com2010-06-302-27/+26
* Bug 559133: Don't require sed -r r=<ted.mielczarek@gmail.com>NSPR_4_8_5_BETA1nelson%bolyard.com2010-06-182-5/+4
* Bug 570332: Fix compilation errors on mingw-w64, which does not have thewtc%google.com2010-06-112-4/+4
* bug 564851 - support building with profile-guided optimization (PGO). follow-...ted.mielczarek%gmail.com2010-06-072-2/+2
* bug 559263 - add --enable-wrap-malloc / --with-wrap-malloc configure argument...NSPR_HEAD_20100604ted.mielczarek%gmail.com2010-06-043-108/+170
* bug 564851 - support building with profile-guided optimization (PGO). r=wtcted.mielczarek%gmail.com2010-06-044-98/+206
* bug 559133 - Use ASLR in NSPR if it's available. r=wtcted.mielczarek%gmail.com2010-06-032-28/+71
* Bug 471179: Implement PR_GetPhysicalMemorySize for NetBSD. The patch iswtc%google.com2010-06-031-0/+14