summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla bug 247896 and bug 331216: fixed the bug that 'end' was moved onewtchang%redhat.com2006-04-111-5/+1
* Bugzilla Bug 307527: implement NSPR interval timer with timeGetTime insteadwtchang%redhat.com2006-04-052-68/+4
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2006-04-056-181/+200
* fixes bug 326168 "Add a UTF-16 API to load a library" patch bywtchang%redhat.com2006-04-056-54/+268
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2006-04-051-118/+61
* Bugzilla Bug 322578: Support ppc<->x86 cross builds for Mac OS X. Thewtchang%redhat.com2006-02-225-93/+171
* Bugzilla Bug 111428: more file pathname internationalization bug fixes.wtchang%redhat.com2006-02-202-10/+38
* Fixed the MPL/GPL/LGPL license header.wtchang%redhat.com2006-02-072-30/+34
* Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,wtchang%redhat.com2006-02-075-89/+64
* Bugzilla bug 326110: use PR_IMPLEMENT with two exported functions.wtchang%redhat.com2006-02-072-4/+4
* Bugzilla bug 326110: declare PR_SetSysfdTableSize and PR_GetSysfdTableMaxwtchang%redhat.com2006-02-061-0/+9
* Bugzilla Bug 322287: Implement NSPR atomic routines in x86 assembly codewtchang%redhat.com2006-01-111-0/+105
* Bugzilla bug 302212: enable Mac OS X x86 builds to target SDKs.wtchang%redhat.com2006-01-115-192/+284
* Bugzilla bug 312199 and bug 195219: ported the HP-UX IPF (Itanium) changeswtchang%redhat.com2006-01-034-33/+173
* Determine if the visibility(default) attribute can be used by using onlywtchang%redhat.com2006-01-031-1/+3
* current version is NSPR 4.6.2 Beta.christophe.ravel.bugs%sun.com2005-12-141-3/+3
* 238319: Sun packages changes.NSPR_4_6_1_RTMNSPR_4_6_1_RC1christophe.ravel.bugs%sun.com2005-11-181-2/+4
* Set NSPR version to 4.6.1.wtchang%redhat.com2005-10-231-2/+2
* fixes bug 308587 "PR_GetPhysicalMemorySize returns garbage on systems with mo...darin%meer.net2005-09-191-11/+9
* fixup commit for branch 'NSPR_4_6_BRANCH'cvs2hg2005-09-090-0/+0
* 238319: Sun packages changes.NSPR_4_6_BASEchristophe.ravel.bugs%sun.com2005-09-092-74/+22
* 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-09-081-1/+4
* Skip libpthread check in Darwin buildscls%seawood.org2005-09-022-21/+35
* Bugzilla Bug 266123: support 64-bit PowerPC builds on Linux distributionswtchang%redhat.com2005-08-182-22/+34
* Bugzilla Bug 304526: cleaned up the "configure --help" message: put defaultwtchang%redhat.com2005-08-182-109/+115
* Bugzilla bug 294122: made the changes I suggested and Howard Chu agreedwtchang%redhat.com2005-08-162-44/+30
* Set NSPR version to 4.6.1 Beta.wtchang%redhat.com2005-08-155-13/+13
* Bugzilla Bug 303345: added comments for obsolete XP_MAC only enum constantswtchang%redhat.com2005-08-131-4/+4
* Bugzilla Bug 266123: added ppc64 support. The patch is contributed bywtchang%redhat.com2005-08-092-2/+50
* Bugzilla bug 303345: restored the SYM_OFFSET macro to make the code easierwtchang%redhat.com2005-08-081-5/+8
* Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX).wtchang%redhat.com2005-08-061-7/+7
* Bugzilla Bug 303345: just use c2pstrcpy directly. This patch iswtchang%redhat.com2005-08-061-3/+1
* Bugzilla Bug 303345: removed support for XP_MAC (Mac OS Classic). Thewtchang%redhat.com2005-08-051-363/+47
* Bugzilla Bug 298612: ensure that the return value of StringGetChar, whichwtchang%redhat.com2005-08-051-1/+1
* Bugzilla Bug 303169: worked around a link error with gcc on Solaris SPARCwtchang%redhat.com2005-08-042-4/+8
* 238319: Sun packages changeschristophe.ravel.bugs%sun.com2005-07-221-3/+9
* Bugzilla Bug 298674: checked in the remaining changes for the RISC OS port.wtchang%redhat.com2005-07-215-7/+15
* Bugzilla Bug 290725: implement USE_64 for x86_64. Now we do a 32-bit x86wtchang%redhat.com2005-07-052-24/+41
* Bugzilla Bug 298674: initial checkin of the RISC OS port contributed bywtchang%redhat.com2005-07-0113-32/+544
* Fixed spelling errors in comments.wtchang%redhat.com2005-07-011-2/+2
* Fixed spelling errors in comments.wtchang%redhat.com2005-07-011-2/+2
* Fixed a spelling error (loosly => loosely).wtchang%redhat.com2005-07-011-1/+1
* Bugzilla Bug 298543: eliminated MACOS_DEPLOYMENT_TARGET. Replaced thewtchang%redhat.com2005-07-015-149/+148
* Bugzilla Bug 289052: added braces around nested if statements to ensurewtchang%redhat.com2005-06-295-20/+25
* Bugzilla Bug 298531: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-283-205/+99
* Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_twtchang%redhat.com2005-06-231-11/+0
* Bugzilla Bug 294017: make PR_NETADDR_SIZE return the correct value onwtchang%redhat.com2005-06-203-1/+33
* Path translation fixes for msys.cls%seawood.org2005-06-022-33/+39
|\
| * fixup commit for tag 'NSPR_4_6_RTM'NSPR_4_6_RTMcvs2hg2005-06-011-1/+1
* | 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-06-011-1/+1