summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 758837: Rename PR_SetThreadName to PR_SetCurrentThreadName and changeNSPR_4_9_2_BETA1wtc%google.com2012-06-064-16/+10
* Dummy white space change to force the Tinderboxes to rebuild.wtc%google.com2012-06-051-1/+0
* Bug 758837: target the PR_SetThreadName and PR_GetThreadName functions atwtc%google.com2012-05-311-1/+1
* Set NSPR version to 4.9.2 Beta.wtc%google.com2012-05-315-13/+14
|\
| * fixup commit for tag 'NSPR_4_9_1_RTM'NSPR_4_9_1_RTMcvs2hg2012-05-3110-202/+0
|/
* Set NSPR version to 4.9.1.wtc%google.com2012-05-311-2/+2
* Bug 716564 - update licence to MPL 2. r=gerv.wtc%google.com2012-05-3146-1579/+139
* Bug 758837: add the PR_SetThreadName and PR_GetThreadName functions forwtc%google.com2012-05-2610-0/+202
* bug 729019 - Add Android/mips support. Patch by Mike Hommey <mh@glandium.org>...NSPR_4_9_1_BETA2ted.mielczarek%gmail.com2012-05-192-111/+129
* bug 756575 - android-platform detection is broken for android-x86. Patch by M...ted.mielczarek%gmail.com2012-05-192-111/+129
* bug 735223 - Drop support for ancient Android NDKs. Patch by Mike Hommey <mh@...ted.mielczarek%gmail.com2012-05-192-144/+134
* Bug 290726: Ship a nspr.pc file when doing make install. The patch iswtc%google.com2012-05-184-1/+17
* Bug 754649: Add support for Hurd. The patch is contributed by Mike Hommeywtc%google.com2012-05-183-5/+3
* Bug 699567: fix bugs pointed out by compiler warnings. r=bbondy.NSPR_4_9_1_BETA1wtc%google.com2012-05-081-2/+2
* Bug 693329: fix a bug in the previous checkin. The patch is contributed bywtc%google.com2012-05-072-6/+6
* Bug 693329: Share Android and Linux definitions to avoid anythingwtc%google.com2012-05-042-115/+42
* Bug 482002: Update dtoa.c from http://www.netlib.org/fp/dtoa.c datedwtc%google.com2012-04-191-39/+45
* Bug 739469: fix an off-by-one error in PR_GetUniqueIdentity() when morewtc%google.com2012-04-031-6/+13
* Bug 736962: Don't wrap PR_Malloc and other NSPR allocation functions.wtc%google.com2012-03-232-2/+0
* Bug 716564 - add copy of MPL 2 as LICENSE file. r=wtc.gerv%gerv.net2012-03-061-0/+373
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-06569-19618/+1716
* Bug 274013: map EHOSTDOWN to PR_HOST_UNREACHABLE_ERROR. The patch iswtc%google.com2012-02-271-0/+1
* bug 693329 - Update Android/x86 port. Patch by Makoto Kato <m_kato@ga2.so-net...ted.mielczarek%gmail.com2012-02-212-45/+65
* bug 722125 - NSPR always builds as armv5te on Android. Patch by Makoto Kato <...ted.mielczarek%gmail.com2012-02-172-6/+6
* bug 331299 - op_noacc.c: In function main: 94: warning: control reaches end o...ted.mielczarek%gmail.com2012-02-161-13/+14
* Set NSPR version to 4.9.1 Beta.wtc%google.com2012-02-165-13/+13
* Set NSPR version to 4.9.NSPR_4_9_RTMwtc%google.com2012-02-151-2/+2
* Bug 724243: change LIBS instead of LDFLAGS before the AC_CHECK_FUNCS test.NSPR_4_9_BETA7wtc%google.com2012-02-142-6/+6
* Bug 653737: Use the new PR_INT64 macro.wtc%google.com2012-02-141-1/+12
* Bug 674277: document the PR_INT64_MAX, PR_INT64_MIN, and PR_UINT64_MAXwtc%google.com2012-02-141-2/+7
* bug 712281 - Check for dladdr during configure. Patch by Mike Hommey <mh+mozi...NSPR_4_9_BETA6ted.mielczarek%gmail.com2012-01-183-17/+20
* Bug 712275: Separate vendor and os by a '-' for Android. The patch iswtc%google.com2011-12-211-3/+3
* Bug 712262: Add support for --with-android-version. Align the variouswtc%google.com2011-12-212-129/+150
* bug 687380 - Do not generate NSPR pgk/linux and pkg/solaris Makefiles on plat...NSPR_4_9_BETA5ted.mielczarek%gmail.com2011-12-132-77/+106
* bug 700376 - Support for building NSPR on Gonk. Patch by Michael Wu <mwu@mozi...ted.mielczarek%gmail.com2011-12-132-115/+178
* Bug 702997: Fix Mac OS X CPU_ARCH on x86_64. Add a x86_64 case sowtc%google.com2011-12-132-26/+32
* Bug 689188: cast char to unsigned char before passing it to isalpha towtc%google.com2011-11-051-2/+3
* bug 481815 - Support %S for wide character formatting in printf functions. Pa...NSPR_4_9_BETA4ted.mielczarek%gmail.com2011-11-031-3/+53
* Bug 674277 - Add PR_UINT64_MAX and PR_INT64_MAX macros for convenience on 64-...ted.mielczarek%gmail.com2011-10-251-0/+10
* bug 675593 - Add LTCG to AR_FLAGS when linking PGO with MSVC. Patch by ABE Hi...ted.mielczarek%gmail.com2011-10-131-0/+8
* bug 681558 - NSPR support for Android-x86. Patch by Makoto Kato <m_kato@ga2.s...ted.mielczarek%gmail.com2011-09-223-111/+122
* Bug 684758: pt_ConnectContinue should also check for PR_POLL_HUP. The bugNSPR_4_9_BETA3wtc%google.com2011-09-071-1/+2
* Bug 331316: add missing return statements to the main() function. Thewtc%google.com2011-09-072-0/+3
* Bug 684254: include sys/endian.h on Android to include htonl and friends.wtc%google.com2011-09-071-0/+5
* bug 681588 - Cleanup wrap malloc and its use on Android. Patch by Mike Hommey...NSPR_4_9_BETA2ted.mielczarek%gmail.com2011-08-296-141/+134
* bug 677191 - Use a different object file extension for the first phase of a G...ted.mielczarek%gmail.com2011-08-293-1/+30
* Bug 666376: Add the "append" module to allow appending to an existing NSPRwtc%google.com2011-08-291-2/+12
* bug 679334 - don't rm pgd files during Windows PGO builds, but clear them wit...ted.mielczarek%gmail.com2011-08-241-1/+7
* Bug 676584: change the other instance of XP_MACOSX to __APPLE__ forwtc%google.com2011-08-181-2/+2
* Bug 676584: Use atomic instructions for iOS. Minor cleanip.wtc%google.com2011-08-182-0/+20