summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 568600: Add .private_extern directives to NSPR assembly code functionswtc%google.com2010-05-273-0/+12
* bug 563751 - add configure option to enable building for thumb2 instruction s...NSPR_HEAD_20100524ted.mielczarek%gmail.com2010-05-242-105/+161
* Bug 564091: change "non-existent" to "nonexistent" in every componentnelson%bolyard.com2010-05-181-2/+2
* Bug 556252: Use inline assembly for GCC on HP-UX because it doesn'twtc%google.com2010-04-301-0/+4
* Bug 362255: OpenBSD should use _PR_HAVE_LARGE_OFF_T because sizeof(off_t)wtc%google.com2010-04-291-1/+1
* Bug 547677: plgetopt: missing associated value fails to cause PL_OPT_BAD ifnelson%bolyard.com2010-04-252-12/+39
* Bug 557501 - add fn boundary pseudo-opsnelson%bolyard.com2010-04-111-0/+8
* Bug 550428: assembler errors on hppa-hpux (32bit) using gcc with GNU-asnelson%bolyard.com2010-04-031-4/+3
* Bug 415563: Use new NSPR atomic macros in NSPRnelson%bolyard.com2010-04-036-15/+17
* bug 556126 - pthread_condattr_(init|destroy) not implemented in bionic. Patch...ted.mielczarek%gmail.com2010-03-311-0/+6
* bug 545183 - formattm test crashes in strftime call on Android. Patch by Alex...NSPR_HEAD_20100330ted.mielczarek%gmail.com2010-03-301-1/+1
* bug 542113 - Add support for building NSPR on Android. Patch by Michael Wu <m...ted.mielczarek%gmail.com2010-03-307-108/+337
* bug 338224 - implement --enable-debug-symbols. also fix 'no rule to make nspr...ted.mielczarek%gmail.com2010-03-304-162/+202
* Bug 347106: Need function to clear out PLArenas in PLArenaPools for securitynelson%bolyard.com2010-03-284-9/+30
* Bug 356852: Bitscanning operation can be made much faster with x86 instructionsnelson%bolyard.com2010-03-283-26/+62
* bug 551782 - move PR_STATIC_ASSERT from prlog.h to prtypes.h. Patch by Zack W...ted.mielczarek%gmail.com2010-03-152-8/+8
* Bug 339991: Coverity 889, memory leak in PR_NewMonitornelson%bolyard.com2010-03-151-30/+43
* Bug 550463: Back out the previous checkin because the realpath extensionwtc%google.com2010-03-111-4/+4
* bug 550571 - NSPR configure doesn't produce usable debug symbols for windows ...NSPR_HEAD_20100311ted.mielczarek%gmail.com2010-03-112-4/+4
* Bug 550463: Pass NULL as the resolved_name argument to realpath so that wewtc%google.com2010-03-091-4/+4
* Bug 550408: Use the file "/Windows/services.exe", which exists on a WinCEwtc%google.com2010-03-091-0/+2
* Bug 550428: ASFLAGS for HP-UX needs to include -x assembler-with-cppwtc%google.com2010-03-092-22/+24
* Bug 550571: NSPR configure should not use the host "lib" tool for Windowswtc%google.com2010-03-082-26/+24
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2010-03-061-18/+22
* Bug 509308: Don't need to test for pthreads on Windows CE. The patch iswtc%google.com2010-02-192-6/+12
* Bug 546478: Remove FlatCarbon headers. The patch is contributed bywtc%google.com2010-02-192-14/+2
* Bug 544759: _PR_MD_CLOSE_DIR should return PRInt32 instead of PRStatus.wtc%google.com2010-02-192-12/+12
* Bug 362253: Support large files (>= 2GB) on FreeBSD. The patch iswtc%google.com2010-02-191-1/+1
* Set NSPR version to 4.8.5 Beta.wtc%google.com2010-02-195-12/+12
* Set NSPR version to 4.8.4.NSPR_4_8_4_RTMwtc%google.com2010-02-191-2/+2
* Set NSPR version to 4.8.4 Beta 2.wtc%google.com2010-02-161-1/+1
* Bug 545865: Fix PDB file name for WINCE. The patch is contributed bywtc%google.com2010-02-131-1/+1
* Bug 545865: A better way to build NSPR tests for Windows Mobile. The patchwtc%google.com2010-02-138-487/+34
* Bug 545031: Fix leaks of a PRLock and a PRMonitor in _PR_UnixInit.wtc%google.com2010-02-109-0/+26
* bug 543089 - XP_MACOSX should be defined when cross-compiling using toolwhip....NSPR_4_8_4_BETA1ted.mielczarek%gmail.com2010-02-082-2/+2
* Bug 541222: Fix compiler warnings in prlog.h and w95sock.c. Remove CRwtc%google.com2010-02-043-6/+7
* Remove unused header plresolv.h from CVS. r=christophe.wtc%google.com2010-01-272-109/+0
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2010-01-271-33/+129
* Bug 541690: Code cleanup related to Visual C++ predefined macros. r=m_katowtc%google.com2010-01-276-166/+32
* Remove obsolete MANIFEST files for the Classic Mac build system.wtc%google.com2010-01-234-73/+0
* Bug 538940: the error message buffer should be one byte larger than thewtc%google.com2010-01-151-1/+2
* Bug 451187: Mark freedtoa as static as it is used only in prdtoa.c.wtc%google.com2010-01-151-1/+1
* Bug 536821: Fix compilation errors on AIX 4.3.3. The patch is contributedwtc%google.com2010-01-072-0/+5
* Rename aton.c to praton.c per review comment.NSPR_HEAD_20091219dwitte%mozilla.com2009-12-193-2/+2
* Bug 344809 - numerous platform inconsistencies of PR_StringToNetAddr for IPv4...NSPR_HEAD_20091218dwitte%mozilla.com2009-12-184-55/+227
|\
| * fixup commit for tag 'NSPR_4_8_3_RTM'NSPR_4_8_3_RTMcvs2hg2009-12-152-2/+3