summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 655058: Remove -freorder-blocks-and-partition from PGO build optionsNSPR_4_8_9_BETA4wtc%google.com2011-07-282-2/+2
* Bug 645459: on Mac OS X Intel, default to 32-bit builds and only append awtc%google.com2011-07-282-25/+29
* Bug 673223, Add function to obtain version of NSPR at runtime, r=wtckaie%kuix.de2011-07-273-0/+13
* Bug 654436: Add the PR_ARRAY_SIZE macro. Replace the 'countof' macro inwtc%google.com2011-07-262-18/+23
* bug 673224 - Change the various PR_*SEC_PER_*SEC constants to be signed, so w...ted.mielczarek%gmail.com2011-07-221-5/+5
* bug 663970 - detect CPU count more accurately on Linux systems that support h...ted.mielczarek%gmail.com2011-07-071-1/+40
* bug 661596 - Prevent NSPR from falling back to PR_Atomic functions on Mac whe...ted.mielczarek%gmail.com2011-07-061-2/+2
* bug 665978 - Delete old .gcda / .pgd files during PROFILE_GENERATE phase. Pat...ted.mielczarek%gmail.com2011-07-011-0/+8
* Bug 661351: Handle errors in sysconf in PR_GetPhysicalMemorySize on AndroidNSPR_4_8_9_BETA3wtc%google.com2011-06-021-1/+2
* bug 626035 - Modify the way arm compiler flags are set in configure. Patch by...ted.mielczarek%gmail.com2011-06-012-163/+477
* bug 617115 - Fixes for building with Android NDK r5. Patch by Brad Lassey <bl...NSPR_4_8_9_BETA2ted.mielczarek%gmail.com2011-05-263-188/+222
* bug 647820 - Don't use -mno-cygwin on mingw compilation. Patch by Jacek Caban...ted.mielczarek%gmail.com2011-05-162-4/+4
* Bug 650474: retry getaddrinfo() without AI_ADDRCONFIG on the EAI_BADFLAGSwtc%google.com2011-05-121-1/+1
|\
| * fixup commit for tag 'NSPR_4_8_9_BETA1'NSPR_4_8_9_BETA1cvs2hg2011-05-063-79/+0
|/
* Set NSPR version to 4.8.9 Beta.wtc%google.com2011-05-0610-14/+126
|\
| * Set NSPR version to 4.8.8.wtc%google.com2011-05-061-2/+2
| * Bug 513659: automatically lower the SO_RCVBUF on AF_INET6 sockets to 65535wtc%google.com2011-05-051-0/+27
| * Bug 650474: retry getaddrinfo without the AI_ADDRCONFIG flag ifwtc%google.com2011-05-041-0/+6
| * Regenerate configure using autoconf2.13 on Ubuntu Linux to reduce thewtc%google.com2011-05-041-23/+23
| * Backout nonworking, build-busting patches from bug 626035kaie%kuix.de2011-05-042-574/+176
| * Bug 626035, add automated update to nsprpub/configure (previous checkin updat...kaie%kuix.de2011-05-041-145/+416
| * Backout bug 645459, approved in bug 654468 comment 2 (end of comment).kaie%kuix.de2011-05-042-4/+0
| * bug 564851 - Add support for MSVC PGO. Patch by Tetsuro Kato <tete009+bugzill...NSPR_HEAD_20110503ted.mielczarek%gmail.com2011-05-033-0/+79
| * bug 626035 - modify the way arm compiler flags are set in configure. Patch by...ted.mielczarek%gmail.com2011-05-031-31/+158
* | fixup commit for tag 'NSPR_4_8_8_RTM'NSPR_4_8_8_RTMcvs2hg2011-05-063-29/+25
|/
* 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