summaryrefslogtreecommitdiff
path: root/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Bug 1581890 - formatted code with artistic style utility. r=glandiumKai Engert2019-09-244-3037/+3459
* Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandiumKai Engert2019-09-244-447/+447
* Bug 1535665 - Remove IRIX support. r=kaieLudovic Hirlimann2019-06-291-4/+0
* Bug 1535665 - removing OLD unsupported unix Systems part 1 OSF1/Tru64. r=kaieLudovic Hirlimann2019-06-291-4/+0
* Bug 50549: Link to ws2_32.lib instead of wsock32.lib under WindowsWan-Teh Chang2014-03-091-1/+1
* Bug 804806: Remove code related to NCR, NEC, NEXTSTEP, SINIX, SNI, SONY,NSPR_4_9_4_BETA2wtc%google.com2012-11-131-13/+0
* Bug 716564 - update licence to MPL 2. r=gerv.wtc%google.com2012-05-315-140/+16
* bug 681588 - Cleanup wrap malloc and its use on Android. Patch by Mike Hommey...NSPR_4_9_BETA2ted.mielczarek%gmail.com2011-08-291-4/+0
* Bug 557712: NSPR tests under lib/tests do not compile for Android.wtc%google.com2010-07-301-0/+4
* Bug 547064: build nsprpub/lib/tests for Windows Mobile. The patch iswtc%google.com2010-07-231-4/+8
* Bug 433790: removed obsolete Win16 code from mozilla/nsprpub/lib. Thewtc%google.com2009-02-221-29/+0
* Bug 430884: restored the -lpthread linker options (and the associatedwtc%google.com2008-05-031-0/+8
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-031-15/+0
* Bug 330720: white space adjustments.wtc%google.com2008-05-021-1/+1
* [OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and u...mozilla%weilbacher.org2008-05-021-8/+1
* Bug 346354 - Add test program for new PL_CreateLongOptState function. r=wtcnelson%bolyard.com2007-08-082-2/+43
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-261-0/+6
* 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
* Rename real_install target as install.cls%seawood.org2005-11-231-2/+0
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-021-29/+33
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-082-3/+3
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-255-149/+165
* Use PL_strcmp instead of strcmp to avoid having to include <string.h>.wtc%netscape.com2001-11-011-1/+1
* Added lib/tests/Makefile to the list of makefiles to be generated bywtc%netscape.com2001-10-311-0/+54
* Eliminated more differences between the autoconf build system and thewtc%netscape.com2001-05-171-2/+3
* Removed all Makefile's. The new autoconf build system uses Makefile.in's.wtc%netscape.com2001-05-171-250/+0
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-121-28/+28
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-121-0/+1
* bugzilla: 45343. re-implement PL_ArenaAllocate()NSPRPUB_RELEASE_4_1_1_beta4larryh%netscape.com2001-04-032-17/+101
* There is no need to invoke recursive makes for the dummy libs & install phase...cls%seawood.org2001-01-222-2/+0
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(include...cls%seawood.org2001-01-212-46/+46
* Sync'ing long lost changes between Makefile & Makefile.incls%seawood.org2000-12-301-2/+20
* Removed obsolete test event.c.wtc%netscape.com2000-08-083-384/+0
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-208-11/+11
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-138-107/+235
* Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.srinivas%netscape.com2000-01-101-2/+20
* Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893srinivas%netscape.com1999-10-141-0/+222
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-217-7/+7
* Memory leak fixed. Thanks to: David Gardiner <david.gardiner@unisa.edu.aularryh%netscape.com1999-03-311-1/+1
* NSPR library name change (libnspr21 ==> libnspr3) andwtc%netscape.com1999-03-172-7/+13
* Another update from the internal CVS repository /m/src.RDF_19990305_BASEwtc%netscape.com1999-03-052-3/+8
* Landing of miscellaneous changes, including the new error code towtc%netscape.com1999-02-261-0/+11
* Link the tests against $(LIBPLC) $(LIBPLDS) $(LIBPR).wtc%netscape.com1999-02-251-5/+3
* Merged /m/src/ns/nspr20/lib/tests/arena.c, revision 1.2, by larryh.wtc%netscape.com1999-02-251-0/+34
* revert to 3.3, fix my messlarryh%netscape.com1999-02-241-17/+13
* don't do windows on unixlarryh%netscape.com1999-02-241-0/+2
* set old (3.0) library nameslarryh%netscape.com1999-02-232-9/+11
* add test case for pleventlarryh%netscape.com1999-02-232-5/+375
* add windows test case for pleventlarryh%netscape.com1999-02-233-0/+433