summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'GECKO190_20080827_RELBRANCH'GECKO190_20080827_RELBRANCHcvs2hg2008-05-010-0/+0
|
* Set NSPR version to 4.7.1 (RTM).THUNDERBIRD_3_0a2_RELEASETHUNDERBIRD_3_0a2_BUILD1THUNDERBIRD_2_0_0_23_RELEASETHUNDERBIRD_2_0_0_23_BUILD1SEAMONKEY_1_1_18_RELEASENSPR_4_7_1_RTMFIREFOX_3_0rc3_RELEASEFIREFOX_3_0rc3_BUILD1FIREFOX_3_0rc2_RELEASEFIREFOX_3_0rc2_BUILD2FIREFOX_3_0rc2_BUILD1FIREFOX_3_0rc1_RELEASEFIREFOX_3_0rc1_BUILD1FIREFOX_3_0_RELEASEFIREFOX_3_0_5_RELEASEFIREFOX_3_0_5_BUILD1FIREFOX_3_0_4_RELEASEFIREFOX_3_0_4_BUILD1FIREFOX_3_0_3_RELEASEFIREFOX_3_0_3_BUILD1FIREFOX_3_0_2_RELEASEFIREFOX_3_0_2_BUILD6FIREFOX_3_0_2_BUILD5FIREFOX_3_0_2_BUILD4FIREFOX_3_0_2_BUILD3FIREFOX_3_0_2_BUILD2FIREFOX_3_0_2_BUILD1FIREFOX_3_0_1_RELEASEFIREFOX_3_0_1_BUILD1CAMINO_2_0_B1_RELEASECAMINO_2_0_A1_RELEASECAMINO_1_6_9_RELEASECAMINO_1_6_10_RELEASEwtc%google.com2008-05-011-2/+2
|
* Bug 369007: Enable high-memory feature on OS/2 by default. The patch iswtc%google.com2008-04-282-107/+109
| | | | contributed by Peter Weilbacher <mozilla@Weilbacher.org>. r=wtc.
* This file now has a tab offset of 8. Replaced the tabs that assumed a tabwtc%google.com2008-04-271-11/+11
| | | | offset of 4 with spaces.
* Fixed the Emacs mode line.wtc%google.com2008-04-271-1/+1
|
* Bug 405992: Implement native atomic operations for Linux/ARM. The patch iswtc%google.com2008-04-263-101/+167
| | | | | contributed by Ilpo Ruotsalainen <ilpo.ruotsalainen@movial.fi>. r=wtc. Modified files: configure.in configure _linux.h
* Fix for bug 430883 . NSPR does not need to link with libthread on Solaris . ↵julien.pierre.boogz%sun.com2008-04-262-2/+2
| | | | r=wtc
* Bug 218846: We need to call _PR_CleanupIO before we start to clean up thewtc%google.com2008-04-261-2/+2
| | | | | | current thread because _PR_CleanupIO needs to acquire a lock, which needs the current thread ID. The patch is contributed by Gerard Roos <gerard.roos@adnovum.ch>. r=wtc.
* Set NSPR version to 4.7.1 Beta 2.THUNDERBIRD_3_0a1_RELEASETHUNDERBIRD_3_0a1_BUILD1NSPR_4_7_1_BETA2FIREFOX_3_0b5_RELEASEFIREFOX_3_0b5_RC2FIREFOX_3_0b5_RC1wtc%google.com2008-03-141-1/+1
|
* Bug 329003: NSPR's configure script should check the C++ compiler only when ↵christophe.ravel.bugs%sun.com2008-03-102-264/+272
| | | | | | --enable-cplus is specified. r=wtc
* Bug 421582: added a comment to explain how we set the default value ofwtc%google.com2008-03-081-0/+2
| | | | includedir.
* Bug 418686: cvs remove _wince.cfg and _wince.h. The plan is to use thewtc%google.com2008-02-282-741/+0
| | | | WIN95 (generic WIN32) code base for WINCE.
* Bug 418686: added _wince.cfg and _wince.h for Windows Mobile support. Thewtc%google.com2008-02-222-0/+741
| | | | patch is contributed by Doug Turner <dougt@meer.net>. r=wtc.
* 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
| | | | now.c. Sigh.
* Bug 418687: added a way to pass linker flags (for OS/2 and Windows). Thewtc%google.com2008-02-222-102/+104
| | | | patch is contributed by Ted Mielczarek <ted.mielczarek@gmail.com>. r=wtc
* Bug 416571: use $(NSINSTALL) -t instead of cp to install prcpucfg.h towtc%google.com2008-02-211-1/+10
| | | | | avoid updating the last modified time of the installed file. The patch is contributed by jag (Peter Annema) <jag@tty.nl>. r=wtc.
* 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
| | | | | | | impls Patch contributed by Wan-Teh Chang r=julien.pierre, r=me
* 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
| | | | Matthew Gregan <kinetik@flim.org>. r=wtc
* Bug 334826: use compiler's intrinsic atomic functions only when our ownNSPR_HEAD_20080127wtc%google.com2008-01-272-2/+22
| | | | | | | PR_AtomicXXX functions are truly atomic, otherwise the macros and functions can't be used interchangeably. Add Nelson's suggested changes as a TODO comment. Modified files: pratom.h atomic.c
* Bug 204151: Search for existing NSPR_INHERIT_FDS environment variable inwtc%google.com2008-01-273-12/+29
| | | | | | the environment. If it exists, replace it with the new value rather than appending the new value to the environment. r=sfraser Modified files: bproc.c uxproces.c ntmisc.c
* 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
| | | | | | much faster than FindFirstFile. The patch is contributed by Jim Mathies <jmathies@mozilla.com>. r=wtc Modified files: ntio.c w95io.c
* Bug 331043: test only compiler predefined macros. Also test for _M_X64,wtc%google.com2008-01-271-2/+2
| | | | which replaces _M_AMD64.
* Bug 334826: added macro versions of atomic operations, which may bewtc%google.com2008-01-272-0/+132
| | | | | | implemented as compiler intrinsics. The patch is contributed by Steve Snyder <swsnyder@insightbb.com>. r=wtc Modified files: pratom.h atomic.c
* 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
| | | | _X86_ is defined by <windows.h>.
* Bug 331043: Add the PR_ROTATE_LEFT32 and PR_ROTATE_RIGHT32 macros forwtc%google.com2008-01-262-1/+26
| | | | | | | rotating left and right, which are defined using compiler intrinsics, if available. The patch is contributed by Michael Moy <mmoy@yahoo.com>. r=brendan,wtc Modified files: prbit.h plhash.c
* 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
| | | | | | because the assembly code crashes. Add nonexecutable stack directive to os_Linux_ppc.s. Modified files: configure.in configure _linux.h os_Linux_ppc.s
* Bug 296878: use native PowerPC atomic instructions on Linux PowerPC. Thewtc%google.com2008-01-214-22/+147
| | | | | | patch is contributed by kevdig@hypersurf.com. r=mark.mentovai,wtc Modified files: configure.in configure _linux.h Added file: os_Linux_ppc.s
* Bug 333637: assembleCmdLine needs to quote an empty-string argument. TheNSPR_HEAD_20080120wtc%google.com2008-01-201-2/+5
| | | | patch is contributed by Aleksey Sanin <aleksey@aleksey.com>. r=wtc
* Bug 95829: clean up the cached monitor subsystem during NSPR cleanup.wtc%google.com2008-01-204-21/+77
| | | | | | | | Bug 334285: do not leak the original memory block (and the monitors they point to) when PR_REALLOC fails. Portions of the patch are contributed by Brodie <bmo@jellycan.com> and timeless. r=relyea,nelson Modified files: prinit.c ptthread.c primpl.h prcmon.c
* Bug 404824: use a look-up table to avoid expensive PR_CeilingLog2wtc%google.com2008-01-191-1/+15
| | | | | calculations for common cases. The patch is contributed by Steve Snyder <swsnyder@insightbb.com>. r=nelson,wtc
* Bug 386177: _MY_Assert should call PR_Assert in both debug and optimizedNSPR_HEAD_20080113wtc%google.com2008-01-132-6/+2
| | | | | | builds so that the test program can be aborted. The patch is contributed by Slavomir Katuscak <slavomir.katuscak@sun.com>. r=wtc Modified files: cltsrv.c provider.c
* Bug 396509: call _pr_init_ipv6 lazily rather than during NSPRwtc%google.com2008-01-135-46/+41
| | | | | | | | initialization because _pr_init_ipv6 creates a test socket, and we can't create a socket during DLL initialization in a Windows Vista "Standard" Account with Parental Controls turned on. The patch is contributed by Jim Mathies <jmathies@mozilla.com>. r=wtc Modified files: prinit.c prnetdb.c pripv6.c prsocket.c ptio.c
* Bug 411926: do not use the %T format specifier for strftime (called bywtc%google.com2008-01-122-2/+2
| | | | | PR_FormatTime) because %T is not portable. r=julien.pierre Modified files: cltsrv.c provider.c
* Bug 411045, Warning: unused variable 'me' in PR_EnumerateThreadskaie%kuix.de2008-01-081-0/+5
| | | | | Patch contributed by Jesse Ruderman r=wtc
* Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch isNSS_RFC4507BIS_BASEwtc%google.com2007-12-212-26/+22
| | | | contributed by Mark Mentovai <mark@moxienet.com>. r=wtc
* Bugzilla bug 404399: getaddrinfo with AI_NUMERICHOST is slow on Mac OS XNSPR_HEAD_20071218wtc%google.com2007-12-191-2/+12
| | | | | (10.4). So we only use it to convert IPv6 address strings with scope IDs. r=dwitte.
* 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
| | | | contributed by Mike Hommey <mh+mozilla@glandium.org>. r=wtc.
* Bug 404272: define HAVE_LONG_LONG only if it is not yet defined.wtc%google.com2007-11-2623-15/+54
| | | | | | | | | | | HAVE_LONG_LONG may be defined by the build system of a project using NSPR. The patch is contributed by Edwin van Vliet <edwin@cheatah.nl>. r=wtc Modified Files: _aix32.cfg _aix64.cfg _beos.cfg _bsdi.cfg _darwin.cfg _dgux.cfg _freebsd.cfg _hpux32.cfg _hpux64.cfg _irix32.cfg _irix64.cfg _linux.cfg _netbsd.cfg _nto.cfg _openbsd.cfg _openvms.cfg _os2.cfg _osf1.cfg _riscos.cfg _solaris.cfg _unixware7.cfg _win95.cfg _winnt.cfg
* Removed dead files for Rhapsody, the old name of Darwin.wtc%google.com2007-11-214-511/+1
| | | | | Modified file: pr/tests/dll/Makefile.in Removed files: _rhapsody.cfg _rhapsody.h rhapsody.c
* Bug 354248: log the error information retrieved by NSLinkEditError inwtc%google.com2007-11-211-4/+10
| | | | | pr_LoadViaDyld. The patch is contributed by Nick Kreeger <nick.kreeger@park.edu>. r=mark.mentovai,wtc.
* Fix for bug 402669 . Crash in PR_Socket with IPv6 emulation on VMS and WinNT ↵julien.pierre.boogz%sun.com2007-11-071-3/+3
| | | | . Patch created by Nelson. r=julien, wtc
* 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
| | | | | Leopard. The patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.