summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 473413: a minor tweak of comment.NSPR_HEAD_20090207wtc%google.com2009-02-071-1/+1
* Bug 456449: added a comment to note that the WIN32_FIND_DATAA structurewtc%google.com2009-02-071-0/+7
* Bug 456449: checked in the rest of the WinMobile WinCE porting changes fromwtc%google.com2009-02-072-62/+154
* Fix for bug 473413. Build problem with spaces in path names. r=wtcjulien.pierre.boogz%sun.com2009-02-072-7/+8
* Bug 456449: made FlipSlashes and FlipSlashesW static.wtc%google.com2009-02-061-2/+2
* Bug 456449: allows configure to produce useful debug symbols for WinCE.NSPR_HEAD_20090205wtc%google.com2009-02-062-22/+32
* Bug 456449: checked in some WinMobile WinCE porting changes from Bradwtc%google.com2009-02-061-10/+144
* Bug 456449: checked in WinMobile WinCE porting changes from Brad Lasseywtc%google.com2009-02-061-2/+69
* Bug 476996: deleted code that references old XP_MAC files that have beenwtc%google.com2009-02-064-200/+0
* Bug 456449: checked in some more WinMobile WinCE porting changes fromwtc%google.com2009-02-062-0/+6
* Bug 456449: Renamed the OutputDebugString compatibility macro because thewtc%google.com2009-02-051-1/+1
* Bug 476996: removed files that were only used by the obsolete XP_MAC build.wtc%google.com2009-02-0518-8875/+0
* Bug 456449: checked in WinMobile WinCE porting changes from Brad LasseyNSPR_HEAD_20090204wtc%google.com2009-02-041-1/+1
* Bug 456449: pass INVALID_HANDLE_VALUE instead of 0, 1, and 2 to thewtc%google.com2009-02-041-1/+13
* Bug 456449: checked in some more WinMobile WinCE porting changes fromwtc%google.com2009-02-047-5/+85
* Bug 456449: checked in some more WinMobile WinCE porting changes fromwtc%google.com2009-02-042-22/+22
* Bug 476926: Removed LoadLibraryW and CP_UTF8 emulation for Windows 9x.wtc%google.com2009-02-041-163/+3
* Bug 456449: Checked in some more WinMobile WinCE porting changes fromwtc%google.com2009-02-044-4/+18
* Set NSPR version to 4.8 Beta.wtc%google.com2009-01-305-17/+17
|\
| * fixup commit for tag 'NSPR_4_7_BASE'NSPR_4_7_BASEcvs2hg2008-12-207-46/+113
* | Bug 470528: added support for __ARMEL__, __ARMEB__, __sparc_v9__, andwtc%google.com2008-12-201-6/+100
* | Bug 470528: We really don't want to use getproto reentrant functions.wtc%google.com2008-12-201-6/+6
* | Dummy whitespace change to force the Tinderboxes to rebuild.NSPR_HEAD_20081216wtc%google.com2008-12-161-0/+1
* | Bug 469508: made errStrBuf thread-safe by allocating it on the stack.wtc%google.com2008-12-161-13/+3
* | Bug 469744: Implement PR_OpenSemaphore with System V semaphores on Mac OSwtc%google.com2008-12-162-1/+2
* | Bug 456449: First installment of changes needed for compiling WinMobilewtc%google.com2008-12-159-44/+176
|/
* 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
* Bug 467951: Build NSPR on NetBSD with pthreads by default. The patch iswtc%google.com2008-12-052-24/+28
* Bug 461502: Use -Bdirect on Solaris 10 or later. The patch is contributedwtc%google.com2008-11-252-19/+47
* Bug 465435: added a comment to explain the check against FD_SETSIZE inwtc%google.com2008-11-211-0/+6
* Bug 465629: Fixed the comments about PR_EnumerateAddrInfo andwtc%google.com2008-11-211-5/+5
* Bug 463562: load mmtimer.dll and look up timeGetTime at run time becausewtc%google.com2008-11-211-1/+20
* Bug 385583: Fixed incorrect jmp_buf assumptions on ARM EABI systems. Thewtc%google.com2008-11-081-0/+10
* Set NSPR version to 4.7.4 Beta.wtc%google.com2008-11-085-13/+14
* 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
* bug 462178: Need better error handling when running NSPR tests (runtests.pl).christophe.ravel.bugs%sun.com2008-10-301-9/+25
* Bug 462178: fixed typos ("errno" or "error code" should be "exit status").wtc%google.com2008-10-291-3/+3
* Set NSPR version to 4.7.3 Beta.wtc%google.com2008-10-295-13/+13
* Bug 455556: Added a null pointer check of the 'tm' argument toNSPR_4_7_2_RTMwtc%google.com2008-10-222-19/+50
* 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
* Bug 455556: output an empty string when PR_FormatTime fails. The patch isNSPR_4_7_2_BETA4wtc%google.com2008-10-111-1/+11
* Bug 459304: added support for Linux/SPARC64 (64-bit). The patch iswtc%google.com2008-10-112-0/+48
* 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
* Bug 454878: On Mac OS X, the 'count' argument to host_info should bewtc%google.com2008-10-071-1/+1
* Bug 454878: Need to initialize 'count' to the size of the host_basic_infowtc%google.com2008-10-071-2/+2
* Set NSPR version to 4.7.2 Beta 3.NSPR_4_7_2_BETA3wtc%google.com2008-09-021-1/+1