summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 485318: added a test program to verify we can clean up and reinitializewtc%google.com2009-05-084-0/+71
* Bug 485374: ensure that the buffer passed to GetTokenInformation is alignedwtc%google.com2009-05-081-1/+2
* Bug 485318: PR_Cleanup should decrement the user or system thread countwtc%google.com2009-05-082-0/+9
* Bug 485318: set logFile to NULL in _PR_LogCleanup because PR_LogPrintwtc%google.com2009-05-071-2/+1
* Bug 427136: added super-H(sh3,4) architecture support. The patch iswtc%google.com2009-05-072-0/+59
* Bug 86396: added timestamps to PR_LOG. Timestamps are enabled by thewtc%google.com2009-05-072-12/+20
* Bug 476996: Updated comments so that either they don't mention "Mac" (whichwtc%google.com2009-05-063-9/+8
* Bug 476996: removed obsolete XP_MAC code for Mac OS Classic.wtc%google.com2009-05-061-75/+0
* Bug 476996: removed the remaining XP_MAC code. The patch is contributed bywtc%google.com2009-05-0689-1089/+15
* Bug 491205: provide correct endianness macro definitions for big-endianwtc%google.com2009-05-0528-1920/+32
|\
| * Effectively revert revision 3.54's change to the definition of _md_iovectornelson%bolyard.com2009-05-051-0/+4
| * Bug 488621: PR_Now() resolution on Windows Mobile is 1 second.nelson%bolyard.com2009-05-025-33/+261