summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'GECKO190_20091130_RELBRANCH'GECKO190_20091130_RELBRANCHcvs2hg2009-10-080-0/+0
|
* Dummy whitespace change to force a rebuild.NSPR_4_7_BRANCHwtc%google.com2009-10-081-1/+0
| | | | Tag: NSPR_4_7_BRANCH
* Set NSPR version to 4.7.6.wtc%google.com2009-10-081-2/+2
| | | | Tag: NSPR_4_7_BRANCH
* Dummy whitespace change to force a rebuild.wtc%google.com2009-10-051-0/+1
| | | | Tag: NSPR_4_7_BRANCH
* Set NSPR version to 4.7.6 Beta 2.wtc%google.com2009-10-051-1/+1
| | | | Tag: NSPR_4_7_BRANCH
* Bug 516396: Back out the input length check for PR_strtod. We need morewtc%google.com2009-10-051-3/+0
| | | | | time to figure out how to check the input length correctly. Tag: NSPR_4_7_BRANCH
* Bug 516396: Limit the input string for PR_strtod to at most 64 * 1024NSPR_4_7_6_BETA1wtc%google.com2009-10-031-0/+3
| | | | | characters long to prevent PR_strtod from taking too long. Tag: NSPR_4_7_BRANCH
* Set NSPR version to 4.7.6 Beta 1.wtc%google.com2009-10-035-13/+13
| | | | | Modified Files: configure configure.in repackage.sh prinit.h vercheck.c Tag: NSPR_4_7_BRANCH
* Bug 509262: Restore Mac OS X 10.2 and 10.3 support.wtc%google.com2009-10-033-31/+111
| | | | | Modified Files: configure configure.in prsystem.c Tag: NSPR_4_7_BRANCH
* Bug 516396: Merge rev. 4.8 from the trunk.wtc%google.com2009-10-031-9/+23
| | | | | | | | | | | | | | | | Backported two changes from dtoa.c upstream made on 2009-03-01 and 2009-04-19. Here is an excerpt from the 'changes' file describing these changes: dtoa.c and gdtoa/gdtoaimp.h and gdtoa/misc.c: reduce Kmax, and use MALLOC and FREE or free for huge blocks, which are possible only in pathological cases, such as dtoa calls in mode 3 with thousands of digits requested, or strtod() calls with thousand of digits. For the latter case, I have an alternate approach that runs much faster and uses less memory, but finding time to get it ready for distribution may take a while. dtoa.c, gdtoa/misc.c: do not attempt to allocate large memory blocks from the private memory pool (which was an unlikely event, but a bug). Tag: NSPR_4_7_BRANCH
* Dummy whitespace change to force the Tinderboxes to rebuild.wtc%google.com2009-06-131-1/+0
| | | | Tag: NSPR_4_7_BRANCH
* Set NSPR version to 4.7.5.wtc%google.com2009-06-131-2/+2
| | | | Tag: NSPR_4_7_BRANCH
* Bug 492779: In PL_Base64Encode and PL_Base64Decode, ensure that allwtc%google.com2009-06-133-6/+39
| | | | | | | | | | PRUint32 values stay within range. Call strlen instead of PL_strlen so we can detect size_t to PRUint32 truncations. Added comments to plbase64.h to explain how to avoid PRUint32 overflow when calculating destination buffer sizes. Assert that PL_strlen's return value doesn't overflow PRInt32 in optimized builds as well. r=nelson. Modified Files: plbase64.h base64.c strlen.c Tag: NSPR_4_7_BRANCH
* Bug 492170: fixed a bug in pt_hpux_sendfile_cont caused by a typowtc%google.com2009-06-131-1/+1
| | | | | ("iov_len" should be "iov_base"). r=nelson. Tag: NSPR_4_7_BRANCH
* Bug 491205: provide correct endianness macro definitions for big-endianwtc%google.com2009-06-131-0/+7
| | | | | | ARM/Linux systems. The patch is contributed by Mikael Pettersson <mikpe@it.uu.se>. r=wtc. Tag: NSPR_4_7_BRANCH
* Bug 489231: The definitions of LL_ constants such as LL_MAXUINT in prlong.hwtc%google.com2009-06-132-1/+3
| | | | | | | | need to be kept in sync with the definitions of the PRInt64/PRUint64 types in prtypes.h. The patch is contributed by Josh Aas <joshmoz@gmail.com>. r=wtc. Modified Files: prlong.h prtypes.h Tag: NSPR_4_7_BRANCH
* Set version of NSPR to 4.7.5 Beta.christophe.ravel.bugs%sun.com2009-04-075-10/+10
|
* Set the version to 4.7.4 RTM.NSPR_4_7_4_RTMchristophe.ravel.bugs%sun.com2009-03-271-2/+2
|
* Bug 480740: When Visual C++ 2005 is used, don't call mktime when we knowwtc%google.com2009-03-245-7/+151
| | | | | | | | | | | | the input date would cause mktime to call the invalid parameter handler. r=nelson. Modified Files: Tag: NSPR_4_7_BRANCH pr/src/misc/prtime.c pr/tests/Makefile.in pr/tests/runtests.pl pr/tests/runtests.sh Added Files: Tag: NSPR_4_7_BRANCH pr/tests/parsetm.c
* Fix for bug 473413. Build problem with spaces in path names. r=wtcwtc%google.com2009-03-242-7/+8
| | | | | | Modified Files: Tag: NSPR_4_7_BRANCH config/rules.mk pr/src/misc/Makefile.in
* Bug 478687: Define PRUint64/uint64 as unsigned long long to match uint64_twtc%google.com2009-03-241-1/+6
| | | | | on Mac OS X (both 32-bit and 64-bit). r=joshmoz. Tag: NSPR_4_7_BRANCH
* Bug 439144: fix strict aliasing issues for gcc 4.4. r=kaie.wtc%google.com2009-03-201-35/+32
| | | | Tag: NSPR_4_7_BRANCH
* fixup commit for branch 'NSPR_4_7_BRANCH'cvs2hg2008-12-207-46/+113
|
* 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
|