summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set NSPR version to 4.10.6.NSPR_4_10_6_RTMWan-Teh Chang2014-06-051-2/+2
* Added tag NSPR_4_10_6_BETA3 for changeset e6667bfc82c3Wan-Teh Chang2014-06-040-0/+0
* Bug 1018783: Fix compilation errors on Windows. TBR=bzbarsky.NSPR_4_10_6_BETA3Wan-Teh Chang2014-06-032-1/+6
* Bug 1018783: use snprintf instead of sprintf in cvt_f. r=bzbarsky.Wan-Teh Chang2014-06-033-13/+38
* Added tag NSPR_4_10_6_BETA2 for changeset 8175a7a0f186Ted Mielczarek2014-05-290-0/+0
* bug 1014976 - Allow --enable-debug --disable-debug-rtl builds. r=tedNSPR_4_10_6_BETA2Mike Hommey2014-05-282-6/+10
* Added tag NSPR_4_10_6_BETA1 for changeset 3db759f28449Wan-Teh Chang2014-05-230-0/+0
* Bug 891551: Add implementation of socket option PR_SockOpt_Reuseport.NSPR_4_10_6_BETA1Peter Tatrai2014-05-224-3/+25
* Bug 1011861: Define _PR_HAVE_SOCKADDR_LEN for the Hurd. r=wtc.Richard Braun2014-05-191-1/+1
* Bug 1009270: PR_GetPhysicalMemorySize should release the mach_host_self()Mark Mentovai2014-05-121-1/+4
* Bug 1003946: Fix a duplicate assignment found by scan-build (LLVM/ClangSylvestre Ledru2014-05-071-1/+0
* Set NSPR version to 4.10.6 Beta.Wan-Teh Chang2014-05-074-9/+10
* Added tag NSPR_4_10_5_RTM for changeset bf2ae3736392Kai Engert2014-05-050-0/+0
* Set NSPR version to 4.10.5.NSPR_4_10_5_RTMWan-Teh Chang2014-05-011-2/+2
* Added tag NSPR_4_10_5_BETA4 for changeset b033da9a671eWan-Teh Chang2014-04-270-0/+0
* Bug 844784: Don't map pthread_mutex_init or pthread_cond_init errorNSPR_4_10_5_BETA4Wan-Teh Chang2014-04-261-1/+1
* Bug 992471: Do not check for CROSS_COMPILE in the environment. r=glandium.Wan-Teh Chang2014-04-262-9/+4
* Added tag NSPR_4_10_5_BETA3 for changeset 02d42a8e9372Wan-Teh Chang2014-04-030-0/+0
* 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