summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set NSPR version to 4.8.2.NSPR_4_8_2_RTMwtc%google.com2009-10-051-2/+2
* Dummy whitespace change to force a rebuild.wtc%google.com2009-10-051-1/+0
* Bug 516396: Back out the input length check for PR_strtod. We need morewtc%google.com2009-10-051-3/+0
* Bug 516396: Remove the incorrect input string length check because thewtc%google.com2009-10-041-7/+3
* Set NSPR version to 4.8.2 Beta 1.wtc%google.com2009-10-045-14/+15
* A dummy change to force a rebuild.NSPR_4_8_1_RTMwtc%google.com2009-09-291-0/+1
* Set NSPR version to 4.8.1.wtc%google.com2009-09-291-2/+2
* Set NSPR version to 4.8.1 Beta 2.NSPR_4_8_1_BETA2wtc%google.com2009-09-261-1/+1
* Bug 516396: Limit the input string for PR_strtod to at most 64 * 1024wtc%google.com2009-09-261-0/+7
* Bug 414772: Add a regression test.wtc%google.com2009-09-261-0/+7
* Bug 414772: Remove a buggy test that causes a debug build to exit withwtc%google.com2009-09-261-4/+0
* Bug 482002: Add dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2009-09-251-0/+4207
* Set NSPR version to 4.8.1 Beta 1.NSPR_4_8_1_BETA1wtc%google.com2009-09-221-1/+1
* Bug 516396: Backported a change from dtoa.c upstream made on 2009-03-01.wtc%google.com2009-09-161-9/+23
* Bug 515064: Check if _MSC_VER is defined before using it in a Cwtc%google.com2009-09-131-1/+2
* Bug 512806: don't link with -lsocket -ldl on OS/2. The patch isNSPR_HEAD_20090828wtc%google.com2009-08-262-32/+31
* Bug 508165: Miscellaneous cleanups of the previous checkin. Use morewtc%google.com2009-08-261-13/+18
* Bug 508165: Use the Windows CE 6 API GetSystemTimeAsFileTime if available.wtc%google.com2009-08-263-14/+44
* Bug 510705: Simulate memory-mapped files by reading the entire mappedwtc%google.com2009-08-262-19/+86
* Fix for bug 511315. Add support for LOAD_WITH_ALTERED_SEARCH_PATH flag to PR_...julien.pierre.boogz%sun.com2009-08-252-1/+5
* Bug 366194: RISC OS nspr support refinementnelson%bolyard.com2009-08-114-7/+15
* Bug 509243: MOZ_DEBUG_SYMBOLS=1 fails under WinCEnelson%bolyard.com2009-08-082-6/+6
* Bug 433790 - Win16 support should be deleted from NSPR; (Jv2a) prlink.c: a s/...sgautherie.bz%free.fr2009-08-071-11/+5
* Bug 506502 - Remove "MOZ_BITS == 16" parts (in dbm and nsprpub); (Cv1) Remove...sgautherie.bz%free.fr2009-08-046-32/+0
* Bug 507506: ntmisc.c _MD_WindowsGetSysInfo needs to handle Windows CENSPR_HEAD_20090801nelson%bolyard.com2009-08-011-0/+2
* bug 507506 - ntmisc.c _MD_WindowsGetSysInfo needs to handle Windows CE. Patch...ted.mielczarek%gmail.com2009-07-311-0/+7
* Bug 505889: PR_SetTraceOption PRTraceUnLockHandles should call PR_Unlockwtc%google.com2009-07-291-1/+1
* Bug 504379: Build NSPR with optimization flag -O2 instead of -O for Windowswtc%google.com2009-07-292-22/+24
* Bug 501864: Symbian emulator should defines as i386, not ARMnelson%bolyard.com2009-07-022-6/+48
* Bug 492779: Added comments to plbase64.h to explain how to avoid PRUint32wtc%google.com2009-05-221-0/+10
* Bug 492779: assert that PL_strlen's return value doesn't overflow PRInt32wtc%google.com2009-05-222-6/+21
* Set NSPR version to 4.8.1 Beta.wtc%google.com2009-05-225-13/+14
* Bug 493378: include <sys/types.h> on OS/2 for the uint typedef. The patchNSPR_4_8_RTMwtc%google.com2009-05-191-1/+3
* Set NSPR version to 4.8 (RTM).wtc%google.com2009-05-191-2/+2
* Bug 493378: reordered the ifdef test for uint so that !defined(XP_UNIX) iswtc%google.com2009-05-191-1/+1
* Fix for bug 493378 . Fix warning on OS/2. Patch contributed by Peter Weilbach...julien.pierre.boogz%sun.com2009-05-191-1/+1
* Bug 492779: In PL_Base64Encode and PL_Base64Decode, ensure that allwtc%google.com2009-05-152-3/+11
* Dummy whitespace change to force the Tinderboxes to rebuild.NSPR_4_8_BETA2wtc%google.com2009-05-121-1/+0
* Bug 86396: Changed the special log module name "__timestamp" to "timestamp".wtc%google.com2009-05-121-1/+1
* Bug 492303: fixed build errors on WINCE, which doesn't have _tzset andwtc%google.com2009-05-111-1/+1
* Bug 492305: declare DllMain with the correct prototype. The patch iswtc%google.com2009-05-111-3/+3
* Bug 491441: fixed copyright notice.wtc%google.com2009-05-111-2/+2
* Bug 86396: changed the timestamp format from local time to UTC and includewtc%google.com2009-05-101-3/+6
* Bug 492170: fixed a bug in pt_hpux_sendfile_cont caused by a typowtc%google.com2009-05-101-1/+1
* Bug 491441: Documented why _md_iovector._open64 needs to be initializedwtc%google.com2009-05-095-1/+80
* Bug 491045: Remove the remaining VMS (OpenVMS) code. r=nelson.wtc%google.com2009-05-091-16/+0
* Set NSPR version to 4.8 Beta 2.wtc%google.com2009-05-091-1/+1
* 492117 allow pthread_condattr_init on Mac OS X patch from jHuddleston r=wan-tehglen.beasley%sun.com2009-05-091-4/+0
* Set NSPR version to 4.8 Beta 1.NSPR_4_8_BETA1wtc%google.com2009-05-081-1/+1
* Bug 491045: regenerated from configure.in using autoconf (2.13).wtc%google.com2009-05-081-97/+97