summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 439144: compile prdtoa.c with the gcc -ffloat-store -fno-strict-aliasingwtc%google.com2009-03-051-0/+15
* Bug 481216: Fix specific spelling errors in NSS & NSPR, r=timelessnelson%bolyard.com2009-03-041-1/+1
* bug 442706: backed out an incorrect change from the previous checkin. Itwtc%google.com2009-03-042-2/+2
* bug 442706: a minor fix of the comment.wtc%google.com2009-03-031-1/+1
* bug 442706 - build NSPR for Symbian targets with autoconf and make. Patch by Harwtc%google.com2009-03-031-102/+239
* bug 442706 - build NSPR for Symbian targets with autoconf and make. Patch by ...ted.mielczarek%gmail.com2009-03-034-1/+87
* Bug 433790: Removed obsolete code for Win16 Watcom compiler support.wtc%google.com2009-03-035-46/+5
* Bug 469083: Make all .obj files in pr/tests depend on nst_wince.h. r=nelsonwtc%google.com2009-03-031-0/+2
* Bug 480740: When Visual C++ 2005 is used, don't call mktime when we knowwtc%google.com2009-03-025-10/+154
* bug 480074 - Better dependency resolution for import libraries. Patch by Benj...ted.mielczarek%gmail.com2009-03-021-0/+4
* Bug 469083: WinCE NSPRPUB PR Tests Do Not Run On WinCE/WinMobile6, r=wtcnelson%bolyard.com2009-02-23165-183/+5
* Bug 433790: removed Win16 support. The patch is contributed bywtc%google.com2009-02-231-36/+7
* Bug 433790: removed Win16 support. The patch is contributed bywtc%google.com2009-02-233-47/+29
* Bug 433790: removed obsolete Win16 source files from CVS. The patch iswtc%google.com2009-02-2313-3613/+0
* Bug 433790: removed the obsolete Win16 code from mozilla/nsprpub/pr/include.wtc%google.com2009-02-2211-805/+7
* Bug 433790: removed obsolete Win16 code from mozilla/nsprpub/lib. Thewtc%google.com2009-02-228-364/+0
* Bug 469083: WinCE NSPRPUB PR Tests Do Not Run On WinCE/WinMobile6nelson%bolyard.com2009-02-21166-156/+901
* Bug 461270: removed more redundancies between DSO_LDOPTS and LDFLAGS.NSPR_HEAD_20090210wtc%google.com2009-02-112-34/+28
* Bug 461270: linking NSPR shared libs should use LDFLAGSnelson%bolyard.com2009-02-102-9/+1
* Bug 350: fixed PR_ExplodeTime to work outside the 1901-2099 range ofNSPR_HEAD_20090209wtc%google.com2009-02-091-40/+34
* Bug 456449: The WinCE system header also defines the WIN32_FIND_DATAAwtc%google.com2009-02-091-17/+14
* 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