summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO19b4_20080304_RELBRANCH'GECKO19b4_20080304_RELBRANCHcvs2hg2008-02-220-0/+0
* Bug 418687: still need to use DLLFLAGS because we use LDFLAGS when buildingNSS_HEAD_BEFORE_RFC4507BISNSPR_4_7_1_BETA1FIREFOX_3_0b4_RELEASEFIREFOX_3_0b4_RC2FIREFOX_3_0b4_RC1wtc%google.com2008-02-222-2/+2
* Bug 418687: added a way to pass linker flags (for OS/2 and Windows). Thewtc%google.com2008-02-222-102/+104
* Bug 416571: use $(NSINSTALL) -t instead of cp to install prcpucfg.h towtc%google.com2008-02-211-1/+10
* Set NSPR version to 4.7.1 Beta.christophe.ravel.bugs%sun.com2008-02-065-10/+12
* Prepare NSPR 4.7 RTM.NSPR_4_7_RTMchristophe.ravel.bugs%sun.com2008-01-311-2/+2
* Bug 414997: added a comment.wtc%google.com2008-01-311-0/+4
* Bug 414997, PR_NewThreadPrivateIndex contract is violated by PR_CreateThread ...kaie%kuix.de2008-01-311-1/+3
* Minor comment fix.NSPR_HEAD_20080129wtc%google.com2008-01-291-1/+1
* Bug 414392: include <string.h> for strncmp. The patch is contributed bywtc%google.com2008-01-281-0/+1
* Bug 334826: use compiler's intrinsic atomic functions only when our ownNSPR_HEAD_20080127wtc%google.com2008-01-272-2/+22
* Bug 204151: Search for existing NSPR_INHERIT_FDS environment variable inwtc%google.com2008-01-273-12/+29
* Bug 285157: fixed indentation.wtc%google.com2008-01-271-1/+1
* Bug 285157: Use GetFileAttributesEx if it exists. GetFileAttributesEx iswtc%google.com2008-01-272-94/+86
* Bug 331043: test only compiler predefined macros. Also test for _M_X64,wtc%google.com2008-01-271-2/+2
* Bug 334826: added macro versions of atomic operations, which may bewtc%google.com2008-01-272-0/+132
* 307573 prpollml requires file descriptors greater than 256 r=wtcglen.beasley%sun.com2008-01-272-7/+19
* Bug 331043: need to test the _M_IX86 macro, which is defined by MSVC.wtc%google.com2008-01-261-2/+2
* Bug 331043: Add the PR_ROTATE_LEFT32 and PR_ROTATE_RIGHT32 macros forwtc%google.com2008-01-262-1/+26
* 307573 remove obsolete runtests.ksh r=wtcglen.beasley%sun.com2008-01-261-292/+0
* Bug 296878: disable the use of os_Linux_ppc.s for 64-bit PowerPC buildswtc%google.com2008-01-244-25/+30
* Bug 296878: use native PowerPC atomic instructions on Linux PowerPC. Thewtc%google.com2008-01-214-22/+147
* Bug 333637: assembleCmdLine needs to quote an empty-string argument. TheNSPR_HEAD_20080120wtc%google.com2008-01-201-2/+5
* Bug 95829: clean up the cached monitor subsystem during NSPR cleanup.wtc%google.com2008-01-204-21/+77
* Bug 404824: use a look-up table to avoid expensive PR_CeilingLog2wtc%google.com2008-01-191-1/+15
* Bug 386177: _MY_Assert should call PR_Assert in both debug and optimizedNSPR_HEAD_20080113wtc%google.com2008-01-132-6/+2
* Bug 396509: call _pr_init_ipv6 lazily rather than during NSPRwtc%google.com2008-01-135-46/+41
* Bug 411926: do not use the %T format specifier for strftime (called bywtc%google.com2008-01-122-2/+2
* Bug 411045, Warning: unused variable 'me' in PR_EnumerateThreadskaie%kuix.de2008-01-081-0/+5
* Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch isNSS_RFC4507BIS_BASEwtc%google.com2007-12-212-26/+22
* Bugzilla bug 404399: getaddrinfo with AI_NUMERICHOST is slow on Mac OS XNSPR_HEAD_20071218wtc%google.com2007-12-191-2/+12
* Fix for bug 406862 . Make NSPR release target work with MSYS.julien.pierre.boogz%sun.com2007-12-132-40/+2
* Bug 405290: implemented version checking for NSPR. The patch iswtc%google.com2007-12-111-2/+17
* Bug 404272: define HAVE_LONG_LONG only if it is not yet defined.wtc%google.com2007-11-2623-15/+54
* Removed dead files for Rhapsody, the old name of Darwin.wtc%google.com2007-11-214-511/+1
* Bug 354248: log the error information retrieved by NSLinkEditError inwtc%google.com2007-11-211-4/+10
* Fix for bug 402669 . Crash in PR_Socket with IPv6 emulation on VMS and WinNT ...julien.pierre.boogz%sun.com2007-11-071-3/+3
* Bug 401768: enable us to build with gcc 3.3 and an SDK on Mac OS X 10.5wtc%google.com2007-10-312-32/+55
* Bug 400957: free logBuf in _PR_LogCleanup to fix a memory leak. r=kengert.wtc%google.com2007-10-241-0/+3
* [OS/2] Bug 399647: fix OS/2 build break in prlog.c and correct warning, r=wtcNSPR_HEAD_20071016FIREFOX_3_0b2_RELEASEFIREFOX_3_0b2_RC1FIREFOX_3_0b1_RELEASEFIREFOX_3_0b1_RC3FIREFOX_3_0b1_RC2FIREFOX_3_0b1_RC1mozilla%weilbacher.org2007-10-163-9/+14
* Partial fix for bug 254987 . Reset some variables after cleanup to prevent a...NSPR_HEAD_20071009julien.pierre.boogz%sun.com2007-09-271-0/+5
* Fix for bug 318877 . NSPR initialization crashes if OS_TARGET is WINNT on AMD...julien.pierre.boogz%sun.com2007-09-131-11/+11
* Fix for bug 383857 . NSPR still uses the MSVC -G5 flag . r=wtcjulien.pierre.boogz%sun.com2007-09-132-6/+0
* Bug 244478: allow a logging line to be longer than LINE_BUF_SIZE (512)wtc%google.com2007-09-031-28/+53
* Bug 239371: allow PR_ParseTimeString to accept 5-digit years (but lesswtc%google.com2007-09-021-4/+14
* Bug 392722: fixed the bug that nsinstall chokes on double slashes in path.wtc%google.com2007-09-011-3/+3
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, n...julien.pierre.boogz%sun.com2007-08-292-1/+32
* Bug 391499: Put the pr_GetAddrInfoByNameFB function inside an ifdef so thatNSPR_HEAD_20070820MOZILLA_1_9a8_RELEASEwtc%google.com2007-08-141-1/+33
* Bug 364334: reject too much junk at the end of a date/time string.wtc%google.com2007-08-081-6/+1
* Bug 346354 - Add test program for new PL_CreateLongOptState function. r=wtcnelson%bolyard.com2007-08-082-2/+43