summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'FORMS_20040722_BRANCH'FORMS_20040722_BRANCHcvs2hg2004-05-270-0/+0
* fixup commit for branch 'FORMS_20040611_BRANCH'XULRUNNER_20040804_BASEMOZILLA_1_8a_RELEASEMOZILLA_1_8a3_RELEASEMOZILLA_1_8a2_RELEASEFORMS_20040722_XTF_MERGEFORMS_20040722_BASEFORMS_20040621_BASEFORMS_20040611_BASEFORMS_20040611_BRANCHcvs2hg2004-05-270-0/+0
* Bugzilla bug 244095: link libplds4.so and libplc4.so with -R $ORIGIN onwchang0222%aol.com2004-05-272-0/+6
* Bugzilla bug 235381: use the -features=tmplife flag for Sun compilers towchang0222%aol.com2004-05-212-2/+2
* Use the proper flags when building with --enable-debug --enable-optimize.seawood%netscape.com2004-05-202-64/+56
* Bugzilla bug 244010: support NetBSD/sparc64. Accept more variants of theMOZILLA_1_8a1_RELEASEwchang0222%aol.com2004-05-191-4/+24
* Regenerated using a better version of autoconf 2.13.wchang0222%aol.com2004-05-071-78/+199
* Bugzilla bug 242741: MSVC .NET 2003 does not support the /PDB:NONE linkerwchang0222%aol.com2004-05-064-201/+111
* Bugzilla bug 242741: use $(RES) (the .res file) only when building awchang0222%aol.com2004-05-061-12/+4
* Bugzilla bug 209499: more improvements to PL_str functions. The patch forwchang0222%aol.com2004-05-024-30/+32
* Dummy whitespace change to force the Mozilla trunk Tinderboxes to rebuild.wchang0222%aol.com2004-04-291-1/+0
* The return type of PR_GetMonitorEntryCount should be PRIntn.wchang0222%aol.com2004-04-291-1/+1
* Bugzilla bug 123403: LL_INIT should use PR_UINT32 because the hi and lowchang0222%aol.com2004-04-291-2/+2
* Dummy whitespace change to force Mozilla trunk tinderboxes to rebuild.wchang0222%aol.com2004-04-281-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.wchang0222%aol.com2004-04-28606-18093/+20010
* Allow nspr to accept multiple --{enable,disable}-{debug,optimize} args.seawood%netscape.com2004-04-262-103/+119
* 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 236228: fixed the remaining problems with logFile == WinDebugwchang0222%aol.com2004-04-241-11/+16
* Bugzilla bug 162786: fixed a bug where PR_snprintf returns wrong stringwchang0222%aol.com2004-04-221-1/+1
* #239663mkaply%us.ibm.com2004-04-1912-16/+60
* Bugzilla bug 108305: upgraded to the Mon Apr 12 00:44:22 MDT 2004 versionwchang0222%aol.com2004-04-171-847/+1726
* It is not necessary to define _THREAD_SAFE when using pthreads on OpenBSD.wchang0222%aol.com2004-04-132-5/+0
* Bugzilla bug 238842: avoid the copying of va_list (the VARARGS_ASSIGNwchang0222%aol.com2004-04-121-53/+64
* Set NSPR version to 4.6 Beta.wchang0222%aol.com2004-04-121-2/+2
* Bugzilla bug 238563: fixed errors reported by an IBM internal tool.wchang0222%aol.com2004-04-124-9/+10
* Bugzilla bug 232958: checked in a new condition variable implementationwchang0222%aol.com2004-04-122-51/+128
* Add support for cross-compiling to i386-mingw32.seawood%netscape.com2004-04-124-189/+176
* #126928mkaply%us.ibm.com2004-04-011-16/+33
* #231934mkaply%us.ibm.com2004-03-301-1/+2
* #237183mkaply%us.ibm.com2004-03-253-2/+132
* Bugzilla bug 238578: memory allocated with PR_MALLOC() should not be freedwchang0222%aol.com2004-03-251-2/+2
* Bugzilla bug 237870: we figured out how to link the MinGW build againstwchang0222%aol.com2004-03-233-7/+12
* fixes bug 209814 "PR_dtoa blows up when executed on an ARM platform" patch by...MOZILLA_1_7b_RELEASEdarin%meer.net2004-03-121-5/+14
* Update openbsd support for openbsd >= 3.4seawood%netscape.com2004-03-102-13/+64
* landing patch for bug 236879 "PR_LocalTimeParameters should also check for va...darin%meer.net2004-03-091-3/+5
* landing patch for bug 231849 "[BEOS] Network optimizations from UNIX" patch b...darin%meer.net2004-03-091-0/+29
* Update openbsd support for openbsd >= 3.4seawood%netscape.com2004-03-092-92/+225
* Bugzilla bug 232742: added Linux/amd64 support. The patch came from Gentoowchang0222%aol.com2004-03-095-29/+108
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2004-03-091-0/+95
* Bugzilla bug 200162: pass 0 as the third and fourth arguments to sem_openwchang0222%aol.com2004-03-091-0/+5
* Bugzilla bug 186547: fixed compiler warnings. r=darin.wchang0222%aol.com2004-03-051-2/+2
* Bugzilla bug 224161: fixed a regression that was introduced in the fixMOZILLA_1_7a_RELEASEwchang0222%aol.com2004-02-072-6/+6
* Bugzilla bug 231195: fixed the crash in PR_LogCleanup if NSPR_LOG_FILE iswchang0222%aol.com2004-02-051-10/+25
* Bugzilla bug 232120: added support for NetBSD's pthread library. Thewchang0222%aol.com2004-02-043-3/+13
* Bugzilla bug 231504: made --disable-strip work. r=bryner.wchang0222%aol.com2004-01-292-10/+14
* Bugzilla bug 224161: added support for Mac OS X Panther SDK. We assumewchang0222%aol.com2004-01-283-23/+35
* Bugzilla bug 232226: use the -bnortllib linker flag when building AIXwchang0222%aol.com2004-01-272-2/+2
* Bugzilla bug 231786: extended PR_GetAddrInfoByName to support PR_AF_INET.wchang0222%aol.com2004-01-221-2/+2
* Bugzilla bug 230837: define the _MD_INIT_CONTEXT macro correctly -- itwchang0222%aol.com2004-01-203-3/+12