summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20100228_RELBRANCH'THUNDERBIRD_2_0_0_24_RELEASETHUNDERBIRD_2_0_0_24_BUILD1SEAMONKEY_1_1_19_RELEASENSPR_4_7_6_RTMFIREFOX_3_0_19_RELEASEFIREFOX_3_0_19_BUILD1FIREFOX_3_0_18_RELEASEFIREFOX_3_0_18_BUILD1FIREFOX_3_0_17_RELEASEFIREFOX_3_0_17_BUILD1FIREFOX_3_0_16_RELEASEFIREFOX_3_0_16_BUILD3FIREFOX_3_0_16_BUILD2FIREFOX_3_0_16_BUILD1CAMINO_2_0_RELEASECAMINO_2_0_9_RELEASECAMINO_2_0_8_RELEASECAMINO_2_0_7_RELEASECAMINO_2_0_6_RELEASECAMINO_2_0_5_RELEASECAMINO_2_0_4_RELEASECAMINO_2_0_3_RELEASECAMINO_2_0_2_RELEASECAMINO_2_0_1_RELEASECAMINO_1_6_11_RELEASEGECKO181_20100228_RELBRANCHcvs2hg2009-10-0827-157/+506
|
* Bug 370766: test the predefined __LITTLE_ENDIAN__ macro. TBR=glen.beasleywtc%google.com2008-12-131-1/+1
|
* Bug 370766: support 64-bit Mac OS X x86_64, which uses the dlopen functionswtc%google.com2008-12-131-13/+14
| | | | | (declared in <dlfcn.h>) for dynamic library loading, and doesn't support CFBundles. Contributed by Glen Beasley <glen.beasley@sun.com>. r=wtc.
* Bug 467951: Build NSPR on NetBSD with pthreads by default. The patch iswtc%google.com2008-12-052-24/+28
| | | | contributed by Kaspar Brand <mozbugzilla@velox.ch>. r=wtc.
* Bug 461502: Use -Bdirect on Solaris 10 or later. The patch is contributedwtc%google.com2008-11-252-19/+47
| | | | by Julien Pierre of Sun Microsystems. r=wtc.
* Bug 465435: added a comment to explain the check against FD_SETSIZE inwtc%google.com2008-11-211-0/+6
| | | | _PR_MD_PR_POLL. r=aleksey.sanin.
* Bug 465629: Fixed the comments about PR_EnumerateAddrInfo andwtc%google.com2008-11-211-5/+5
| | | | PR_GetCanonNameFromAddrInfo. r=julien.pierre.
* Bug 463562: load mmtimer.dll and look up timeGetTime at run time becausewtc%google.com2008-11-211-1/+20
| | | | | not all WINCE systems have mmtimer.dll. The patch is contributed by Brad Lassey <blassey@mozilla.com>. r=wtc.
* Bug 385583: Fixed incorrect jmp_buf assumptions on ARM EABI systems. Thewtc%google.com2008-11-081-0/+10
| | | | patch is contributed by Lennert Buytenhek <buytenh@wantstofly.org>. r=wtc
* Set NSPR version to 4.7.4 Beta.wtc%google.com2008-11-085-13/+14
| | | | Modified Files: configure configure.in repackage.sh prinit.h vercheck.c
* Set NSPR version to 4.7.3.NSPR_4_7_3_RTMFIREFOX_3_0_9_RELEASEFIREFOX_3_0_9_BUILD2FIREFOX_3_0_9_BUILD1FIREFOX_3_0_8_RELEASEFIREFOX_3_0_8_BUILD2FIREFOX_3_0_8_BUILD1FIREFOX_3_0_7_RELEASEFIREFOX_3_0_7_BUILD2FIREFOX_3_0_7_BUILD1FIREFOX_3_0_6_RELEASEFIREFOX_3_0_6_BUILD1FIREFOX_3_0_11_RELEASEFIREFOX_3_0_11_BUILD2FIREFOX_3_0_11_BUILD1FIREFOX_3_0_10_RELEASEFIREFOX_3_0_10_BUILD1CAMINO_2_0_B3_RELEASECAMINO_2_0_B2_RELEASEwtc%google.com2008-11-061-2/+2
|
* Bug 461502: backed out the -Bdirect linker flag added for bug 451476NSPR_4_7_3_BETA1wtc%google.com2008-11-042-4/+4
| | | | | because that patch causes a crash when accessing the global variable 'environ' on Solaris 8 and 9.
* bug 462178: Need better error handling when running NSPR tests (runtests.pl).christophe.ravel.bugs%sun.com2008-10-301-9/+25
| | | | r=slavo, sr=wtc.
* Bug 462178: fixed typos ("errno" or "error code" should be "exit status").wtc%google.com2008-10-291-3/+3
| | | | r=christophe.ravel.
* Set NSPR version to 4.7.3 Beta.wtc%google.com2008-10-295-13/+13
| | | | Modified Files: configure configure.in repackage.sh prinit.h vercheck.c
* Bug 455556: Added a null pointer check of the 'tm' argument toNSPR_4_7_2_RTMwtc%google.com2008-10-222-19/+50
| | | | | | | PR_FormatTime. Added a test case for the output string when PR_FormatTime fails. r=julien.pierre. Modified Files: src/misc/prtime.c tests/formattm.c
* Set NSPR version to 4.7.2.wtc%google.com2008-10-211-2/+2
|
* Bug 453375: Declare PR_ImportTCPSocket in a public header file.christophe.ravel.bugs%sun.com2008-10-202-1/+9
| | | | r=wtc
* Bug 455556: output an empty string when PR_FormatTime fails. The patch isNSPR_4_7_2_BETA4wtc%google.com2008-10-111-1/+11
| | | | contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc.
* Bug 459304: added support for Linux/SPARC64 (64-bit). The patch iswtc%google.com2008-10-112-0/+48
| | | | | | contributed by Tom "spot" Callaway <tcallawa@redhat.com>. r=wtc,julien.pierre Modified files: _linux.cfg _linux.h
* Set NSPR version to 4.7.2 Beta 4.wtc%google.com2008-10-071-1/+1
|
* Bug 455829: read from /dev/urandom instead of /dev/random becausewtc%google.com2008-10-071-11/+11
| | | | | /dev/random may block for a long time. The patch is contributed by Mike Hommey <mh+mozilla@glandium.org>. r=wtc.
* Bug 454878: On Mac OS X, the 'count' argument to host_info should bewtc%google.com2008-10-071-1/+1
| | | | | initialized to HOST_BASIC_INFO_COUNT, which is the size of the host_basic_info structure in integer_t's. r=joshmoz.
* Bug 454878: Need to initialize 'count' to the size of the host_basic_infowtc%google.com2008-10-071-2/+2
| | | | | | structure before calling host_info. Use max_mem (64-bit) instead of memory_size (32-bit), which is capped at 2GB. The patch is contributed by Josh Aas <joshmoz@gmail.com>. r=bzbarsky,wtc.
* Set NSPR version to 4.7.2 Beta 3.NSPR_4_7_2_BETA3wtc%google.com2008-09-021-1/+1
|
* Fix for bug 451476 . NSPR shared libraries should use direct bindings on ↵julien.pierre.boogz%sun.com2008-08-302-4/+4
| | | | Solaris. r=wtc
* Bug 451476: removed an unused strncasecmp macro definition. r=julien.pierrewtc%google.com2008-08-251-1/+0
|
* Bug 313282: Include <string.h> for strlen.wtc%google.com2008-08-231-0/+1
|
* Bug 432430: Added the HAVE_NETINET_TCP_H configuration macro for platformswtc%google.com2008-08-236-10/+119
| | | | | | that have the <netinet/tcp.h> header. Ported ptio.c to Symbian OS. The patch is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc. Modified files: _beos.h _os2.h _unixos.h prmapopt.c unix_errors.c ptio.c
* Bug 432430: moved a closing parenthesis.NSPR_4_7_2_BETA2wtc%google.com2008-08-161-2/+2
|
* Set NSPR version to 4.7.2 Beta 2.wtc%google.com2008-08-151-1/+1
|
* Bug 450224: Use the _PT_THREAD_INTERRUPTED macro to test thewtc%google.com2008-08-151-5/+5
| | | | | | PT_THREAD_ABORTED flag so that we take into account whether interrupts are being blocked. Thanks to Joachim Ziegler <ziegler@mpi-sb.mpg.de> for testing this patch. r=nelson.
* Bug 450210: removed a needless _PR_MD_CURRENT_THREAD call in _PR_MD_WRITE.wtc%google.com2008-08-141-1/+0
| | | | The patch is contributed by Hiroyuki Ikezoe <poincare@ikezoe.net>. r=wtc.
* Set NSPR version to 4.7.2 Beta 1.NSPR_4_7_2_BETA1wtc%google.com2008-08-111-1/+1
|
* fix systemic misspellings of deprecated and function for bug #448200nelson%bolyard.com2008-08-041-1/+1
| | | | r=julien.pierre
* Bug 436845: Added runtests.pl, which can kill a timed-out test on Windowswtc%google.com2008-07-271-0/+384
| | | | | | and will replace runtests.sh soon. The patch is contributed by Christophe Ravel <christophe.ravel.bugs@sun.com> and Slavomir Katuscak <slavomir.katuscak@sun.com>. r=wtc.
* Bug 370766: Ported NSPR to 64-bit Mac OS X (x86-64), except prlink.c. Thewtc%google.com2008-07-276-27/+210
| | | | | | patch is contributed by Glen Beasley <glen.beasley@sun.com>. r=wtc. Modified files: configure configure.in _darwin.cfg _darwin.h os_Darwin.s Added file: os_Darwin_x86_64.s
* Bug 432430: Checked in the straightforward porting changes for Symbian OS.wtc%google.com2008-07-266-6/+9
| | | | | The patch is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc. Modified files: prmapopt.c prosdep.c uxrng.c prsystem.c prtime.c ptsynch.c
* Bug 432430:More header file changes required for the Symbian OS port. Thewtc%google.com2008-07-263-5/+10
| | | | | patch is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc. Modified Files: _pth.h _unixos.h prosdep.h
* Bug 417044: Support building Mac universal binaries in a single pass.wtc%google.com2008-07-234-37/+68
| | | | | | | The patch is contributed by Benjamin Smedberg <benjamin@smedbergs.us>. r=wtc. Modified files: configure configure.in _darwin.cfg Added files: os_Darwin.s
* Bug 432430: Updated _symbian.cfg and prtypes.h for Symbian OS. The patchwtc%google.com2008-07-192-11/+28
| | | | is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc.
* Bug 436806: On FreeBSD, assume elf instead of a.out if the objformatwtc%google.com2008-07-122-4/+4
| | | | | utility is not available. The patch is contributed by Marco Perez <bugmail@millibyte.net>. r=wtc.
* Bug 432430: fail the compilation if __arm__ is not defined.wtc%google.com2008-06-241-0/+4
|
* Bug 432430: the first part of the port to Symbian OS. The patch iswtc%google.com2008-06-243-0/+293
| | | | | contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc. Added files: _symbian.cfg _symbian.h symbian.c
* Bug 332942: use 'uname -p' instead of 'uname -m' to determine if we'rewtc%google.com2008-06-074-27/+29
| | | | | | | | | building on SPARC. Note that we may not be able to build NSPR on SPARC V8 after this change. If that's a problem, please reopen this bug. The patch is contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc. Modified Files: configure configure.in pr/src/Makefile.in pr/src/md/unix/Makefile.in
* Bug 313282: comnined strccmp.c (rev. 3.7) and strcstr.c (rev. 3.8) intowtc%google.com2008-06-073-127/+88
| | | | | | | | | | strcase.c so that the functions can share the |uc| table easily. Modified Files: Makefile.in Added Files: strcase.c Removed Files: strccmp.c strcstr.c
* Bug 313282: we can call strlen instead of PL_strlen after checking theirwtc%google.com2008-06-011-5/+5
| | | | | arguments for null. The patch is contributed by Alfred Kayser <alfredkayser@gmail.com>. r=wtc.
* Bug 434397: Removed duplicated code in PR_snprintf() and PR_vsnprintf().wtc%google.com2008-05-311-5/+0
| | | | The patch is contributed by Serge Gautherie <sgautherie.bz@free.fr>. r=wtc
* Bug 430684: PL_ArenaFinish should zero the static variablewtc%google.com2008-05-171-0/+2
| | | | "PRCallOnceType once". r=nelson.
* Fix for bug 266215 . Add conversion code and assertions for iovec. r=wtcjulien.pierre.boogz%sun.com2008-05-162-2/+30
|