summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-0128-1921/+26
* | fixup commit for tag 'NSPR_HEAD_20090505'NSPR_HEAD_20090505cvs2hg2009-05-056-34/+266
|/
* Bug 481580: Assemble assembly language files with -x assembler-with-cpp.NSPR_HEAD_20090501wtc%google.com2009-05-012-22/+24
* Bug 487537: fixed a possible unintialized variable use in pt_RecvFromwtc%google.com2009-05-011-5/+5
* Bug 489231: The definitions of LL_ constants such as LL_MAXUINT in prlong.hwtc%google.com2009-05-012-1/+3
* Bug 481580: changes some Mac OS X compiler flags. Use -Wall instead ofwtc%google.com2009-03-252-24/+26
* Bug 479978: removed references to MOZ_PROFILE from the build system becausewtc%google.com2009-03-232-32/+22
* Bug 432430: NSPR port to Symbian OS, r=nelsonnelson%bolyard.com2009-03-225-5/+67
* 480730 dlopen on MAC OS X ignores provided path forgot #4 in review r=wan-tehNSPR_HEAD_20090321glen.beasley%sun.com2009-03-201-6/+2
* 480730 dlopen on MAC OS X ignores provided path r=wan-tehglen.beasley%sun.com2009-03-201-1/+15
* Bug 442706: don't clear OS_TARGET if --enable-win32-target orwtc%google.com2009-03-202-105/+99
* Bug 449665: Suppress the parentheses warnings (for GCC 4.2+) and fix thewtc%google.com2009-03-201-0/+12
* Bug 439144: backed out the previous checkin because the workaround is nowtc%google.com2009-03-201-15/+0
* Bug 439144: fix strict aliasing issues for gcc 4.4. r=kaie.wtc%google.com2009-03-201-35/+32
* Bug 478687: Define PRUint64/uint64 as unsigned long long to match uint64_twtc%google.com2009-03-201-1/+6
* Bug 476536: Assertions need to be able to check the state of particular locksnelson%bolyard.com2009-03-189-2/+114
* Bug 432430: Port NSPR unit tests to Symbian OS.nelson%bolyard.com2009-03-1827-32/+191
* Bug 276536: improved the comment about passing PR_INTERVAL_NO_TIMEOUT towtc%google.com2009-03-142-3/+3
* Bug 480740: I verified that the Visual C++ 2005 bug has been fixed inwtc%google.com2009-03-071-1/+1
* 276536 update comment on PR_INTERVAL_NO_TIMEOUT and PR_Connect r=Nelsonglen.beasley%sun.com2009-03-062-1/+8