summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 849085: 1. Require autoconf 2.61. Replace obsolete autoconf macrosNSPR_4_10_5_BETA3Wan-Teh Chang2014-04-014-73/+9
* Delete unneeded break statements after return statements.Wan-Teh Chang2014-03-281-3/+0
* Bug 989497: configure.in should also call AC_PROG_CPP when cross-compiling.Wan-Teh Chang2014-03-282-138/+140
* Bug 849085: Regenerate configure with autoconf 2.69.Wan-Teh Chang2014-03-281-116/+121
* Bug 986745: Add atomic primitives for Linux ppc64 using the GCC built-inUlrich Weigand2014-03-272-1/+13
* Added tag NSPR_4_10_5_BETA2 for changeset 4bc1fa513c32Wan-Teh Chang2014-03-250-0/+0
* Bug 849085: Port build/autoconf/acwinpaths.m4 to autoconf 2.56.NSPR_4_10_5_BETA2Wan-Teh Chang2014-03-244-2930/+6121
* Added tag NSPR_4_10_5_BETA1 for changeset 1e19d82f6f49Wan-Teh Chang2014-03-210-0/+0
* Remove carriage return characters.NSPR_4_10_5_BETA1Wan-Teh Chang2014-03-211-5/+5
* Bug 849093: Invoke AC_PROG_CC outside any conditional blocks and beforeWan-Teh Chang2014-03-212-407/+196
* Bug 695993: Remove NSPR's local changes to config.sub for winmo.Wan-Teh Chang2014-03-174-161/+56
* Bug 983942: On Mac OS X, also check USE_64 when config.guess detectsWan-Teh Chang2014-03-152-34/+28
* Bug 695993: Remove NSPR's local patch for config.guess. The localWan-Teh Chang2014-03-144-173/+126
* Bug 981558: Test _MSC_VER instead of _WIN32 for the code that usesWan-Teh Chang2014-03-141-1/+1
* Bug 981558: Call the Standard C Library function time() . r=gk.Wan-Teh Chang2014-03-141-42/+11
* Bug 978636: detect MSYS2 on configure. r=wtc.Makoto Kato2014-03-102-54/+58
* Bug 695993: Update NSPR's config.guess and config.sub scripts toUlrich Weigand2014-03-105-502/+638
* Bug 977685: Support the new little-endian 64-bit PowerPC platformUlrich Weigand2014-03-091-0/+10
* Bug 50549: Link to ws2_32.lib instead of wsock32.lib under WindowsWan-Teh Chang2014-03-096-8/+8
* Bug 849085: revert to switch to autoconf 2.56 because bug 849093 hasn'tWan-Teh Chang2014-03-094-7395/+2758
* Bug 849085: Port build/autoconf/acwinpaths.m4 to autoconf 2.56.Wan-Teh Chang2014-03-084-2758/+7395
* Set NSPR version to 4.10.5 Beta.Wan-Teh Chang2014-03-074-9/+10
* Added tag NSPR_4_10_4_RTM for changeset 06bc087ede73Wan-Teh Chang2014-03-070-0/+0
* Set NSPR version to 4.10.4.NSPR_4_10_4_RTMWan-Teh Chang2014-03-071-2/+2
* Bug 767759: Expose the USE_X32 variable to makefiles. r=kaie.Wan-Teh Chang2014-03-053-0/+4
* Bug 767759: Fix the alignments of int64 (long long) and double for x32.Wan-Teh Chang2014-03-051-2/+2
* Added tag NSPR_4_10_4_BETA4 for changeset 0ddb64117375Wan-Teh Chang2014-02-270-0/+0
* Bug 963033: Fix a parenthesis error in the previous checkin. r=ted.NSPR_4_10_4_BETA4Marcin Juszkiewicz2014-02-271-1/+1
* Added tag NSPR_4_10_4_BETA4 for changeset cd5086f15d8dWan-Teh Chang2014-02-260-0/+0
* Bug 844784: Port the new PRMonitor code to non-pthreads platforms.Wan-Teh Chang2014-02-255-104/+282
* Bug 969061: Fix incorrect end-of-list test when iterating over a PRCList.Wan-Teh Chang2014-02-252-4/+4
* Bug 969061: Fix an incorrect use of the PR_GET_COUNTER macro, whichWan-Teh Chang2014-02-251-1/+1
* Bug 936320: Change PR_StringToNetAddr to try pr_StringToNetAddrFB firstWan-Teh Chang2014-02-211-4/+5
* Bug 971152: Revert the alternative test for IPv6 support on LinuxWan-Teh Chang2014-02-211-7/+3
* Bug 767759: Add support for compiling with -mx32 instead of -m64 or -m32Daniel Schepler2014-02-192-118/+151
* bug 963033 - AArch64 support update for NSPR. r=tedMarcin Juszkiewicz2014-02-181-1/+1
* Bug 972125: Build NSPR for iOS arm64. r=wtc.Sylvain Defresne2014-02-142-3/+5
* Added tag NSPR_4_10_4_BETA3 for changeset ef953c9ffbc4Wan-Teh Chang2014-02-080-0/+0
* Bug 844784: Add a reference count to PRMonitor because PR_ExitMonitorNSPR_4_10_4_BETA3Wan-Teh Chang2014-02-074-7/+101
* Added tag NSPR_4_10_4_BETA2 for changeset 539942e2dd07Wan-Teh Chang2014-02-050-0/+0
* Added tag NSPR_4_10_4_BETA1 for changeset 1b53c94eb7f8Wan-Teh Chang2014-02-040-0/+0
* Bug 939786: Add a comment to PR_Lock to note that it must not access theNSPR_4_10_4_BETA1Wan-Teh Chang2014-02-041-0/+3
* Bug 939786: Use the lock pt_book.ml and a new boolean thred->idSet toWan-Teh Chang2014-02-032-23/+42
* Bug 844784: PR_AssertCurrentThreadInMonitor should be a no-op whenWan-Teh Chang2014-01-291-0/+2
* Bug 844784: Fix the data race in PR_EnterMonitor. r=jcranmer.Wan-Teh Chang2014-01-282-89/+185
* Bug 958796: Pass STACK_SIZE_PARAM_IS_A_RESERVATION to _beginthreadexNSPR_4_10_4_BETA2Emanuel Hoogeveen2014-01-287-9/+7
* Set NSPR version to 4.10.4 Beta.Wan-Teh Chang2014-01-284-9/+9
* Added tag NSPR_4_10_3_RTM for changeset 2e98d46b54b9Wan-Teh Chang2014-01-270-0/+0
* Set NSPR version to 4.10.3.NSPR_4_10_3_RTMWan-Teh Chang2014-01-271-2/+2
* Added tag NSPR_4_10_3_BETA3 for changeset 44cf8247f24bWan-Teh Chang2014-01-230-0/+0