summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugzilla bug 218967: do not initialize unsigned chars with characterwtc%netscape.com2003-09-171-16/+16
* Merged the changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH onto the trunk. Mostwtc%netscape.com2003-05-144-18/+120
* Explain how the GOLDEN_RATIO constant was calculated.wtc%netscape.com2003-04-101-1/+1
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-222-0/+8
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-203-5/+16
* Bug 185034: updated the OpenVMS symbol vector tables for NSPR 4.3.wtc%netscape.com2003-01-152-2/+84
* Bug 188976: avoid calculating the difference of two unsigned integer ifwtc%netscape.com2003-01-141-2/+4
* 1. Use $(CC) (the compiler) to build shared libraries on Solaris. Addedwtc%netscape.com2003-01-082-0/+8
* Bug 158704: should use GARBAGE instead of ALL_TRASH to specify thatwtc%netscape.com2003-01-062-2/+2
* Bug 158704: merged the Solaris packaging stuff onto the trunk. The threewtc%netscape.com2003-01-042-0/+14
* I forgot to make version NSPR_4.2 depend on version NSPR_4.0.wtc%netscape.com2003-01-031-2/+2
* Bug 158704: added nspr.def, plds.def, and plc.def to the tip (pre 4.3).wtc%netscape.com2003-01-032-0/+82
* Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMSwtc%netscape.com2002-12-122-0/+8
* Bug 136344: added type casts to allow compilation with a C++ compiler.wtc%netscape.com2002-08-071-3/+3
* Bugzilla bug 135008: fixed the bug that PL_Base64Decode may step beforeNSPR_4_2_RELEASEwtc%netscape.com2002-04-031-1/+1
* Fixed compiler warnings.wtc%netscape.com2002-01-231-1/+1
* Use PL_strcmp instead of strcmp to avoid having to include <string.h>.wtc%netscape.com2001-11-011-1/+1