summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 629653: Fix two cases where PL_ArenaRelease fails to "free" memory itwtc%google.com2011-02-051-2/+2
* Bug 557712: NSPR tests under lib/tests do not compile for Android.wtc%google.com2010-07-301-0/+4
* Bug 581465: A modern and standards compliant implementation. The patchwtc%google.com2010-07-234-481/+487
* Bug 547064: build nsprpub/lib/tests for Windows Mobile. The patch iswtc%google.com2010-07-231-4/+8
* Bug 547677: plgetopt: missing associated value fails to cause PL_OPT_BAD ifnelson%bolyard.com2010-04-252-12/+39
* Bug 347106: Need function to clear out PLArenas in PLArenaPools for securitynelson%bolyard.com2010-03-284-9/+30
* Remove unused header plresolv.h from CVS. r=christophe.wtc%google.com2010-01-271-108/+0
* Remove obsolete MANIFEST files for the Classic Mac build system.wtc%google.com2010-01-233-21/+0
* Bug 506502 - Remove "MOZ_BITS == 16" parts (in dbm and nsprpub); (Cv1) Remove...sgautherie.bz%free.fr2009-08-045-26/+0
* Bug 492779: Added comments to plbase64.h to explain how to avoid PRUint32wtc%google.com2009-05-221-0/+10
* Bug 492779: assert that PL_strlen's return value doesn't overflow PRInt32wtc%google.com2009-05-222-6/+21
* Bug 492779: In PL_Base64Encode and PL_Base64Decode, ensure that allwtc%google.com2009-05-152-3/+11
* 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-066-114/+0
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-013-94/+0
* Bug 433790: removed obsolete Win16 code from mozilla/nsprpub/lib. Thewtc%google.com2009-02-228-364/+0
* Bug 313282: Include <string.h> for strlen.wtc%google.com2008-08-231-0/+1
* Bug 313282: comnined strccmp.c (rev. 3.7) and strcstr.c (rev. 3.8) intowtc%google.com2008-06-073-127/+88
* Bug 313282: we can call strlen instead of PL_strlen after checking theirwtc%google.com2008-06-011-5/+5
* Bug 430684: PL_ArenaFinish should zero the static variablewtc%google.com2008-05-171-0/+2
* Bug 430884: restored the -lpthread linker options (and the associatedwtc%google.com2008-05-033-0/+21
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-033-40/+0
* Bug 330720: white space adjustments.wtc%google.com2008-05-022-2/+2
* [OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and u...mozilla%weilbacher.org2008-05-028-48/+4
* Bug 331043: Add the PR_ROTATE_LEFT32 and PR_ROTATE_RIGHT32 macros forwtc%google.com2008-01-261-1/+1
* Bug 404824: use a look-up table to avoid expensive PR_CeilingLog2wtc%google.com2008-01-191-1/+15
* Bug 346354 - Add test program for new PL_CreateLongOptState function. r=wtcnelson%bolyard.com2007-08-082-2/+43
* Bug 346354 - add capability to parse string command line options, r=wtcnelson%bolyard.com2007-08-043-47/+197
* Bugzilla Bug 385347: change "CompanyName" to "Mozilla Foundation\0" andwtc%google.com2007-07-203-6/+3
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-261-0/+6
* Bug 369467: use a more robust way to ensure the pointer p does not pointwtchang%redhat.com2007-02-151-3/+4
* Bugzilla Bug 360933: removed the 'windows' directory from CVS.wtchang%redhat.com2006-12-191-4/+0
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions, whichwtchang%redhat.com2006-12-193-469/+0
* Fix for bug 356616 . NSPR DLLs should build at default base address. r=wtchangjulien.pierre.bugs%sun.com2006-10-194-16/+0
* Bugzilla Bug 353427: changed PL_FPrintError to use PR_ErrorToName to avoidwtchang%redhat.com2006-09-221-83/+3
* Rename real_install target as install.cls%seawood.org2005-11-232-3/+0
* Bugzilla Bug 156633: replaced the deprecated PR_CurrentThread bywtchang%redhat.com2005-11-071-1/+1
* Use dashes instead of backslashes for program options to avoid msys shell exp...cls%seawood.org2005-06-014-4/+4
* Changed "it's" to "its".wtchang%redhat.com2005-03-171-1/+1
* Removed blank lines in *.def files.wtchang%redhat.com2005-03-082-4/+3
* Bugzilla Bug 281763: fixed a leak of the first arena on the freelist whenwtchang%redhat.com2005-02-111-2/+2
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-023-75/+90
* Bugzilla bug 106386: fixed the spelling errors in NSPR's public headerwchang0222%aol.com2004-11-233-5/+5
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-084-5/+5
* Bugzilla bug 244095: link libplds4.so and libplc4.so with -R $ORIGIN onwchang0222%aol.com2004-05-272-0/+6
* Bugzilla bug 209499: more improvements to PL_str functions. The patch forwchang0222%aol.com2004-05-024-30/+32
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2558-1728/+1914
* Bugzilla bug 209499: backed out the change to strncpy in the previouswchang0222%aol.com2004-04-241-2/+13
* Bugzilla bug 209499: converted some PL_str* implementations to use ANSI Cwchang0222%aol.com2004-04-248-94/+31
* Bugzilla bug 179828: released plarena.h and plarena.c under thewchang0222%aol.com2003-10-192-43/+51