summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugzilla bug 228899: pass the RTLD_MEMBER flag to dlopen on AIX so that wewchang0222%aol.com2004-01-201-0/+3
* Bugzilla bug 222037: we need to adjust the address family field ofSTRING_20040119_BASEwchang0222%aol.com2004-01-081-0/+9
* Checked in Neutrino (NTO) changes received from Adrian Mardarewchang0222%aol.com2004-01-062-1/+2
* Synched up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the tip.wchang0222%aol.com2003-12-238-16/+34
* Bugzilla bug 228621: regenerated this file with the correct version ofwchang0222%aol.com2003-12-161-171/+69
* Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compilewchang0222%aol.com2003-12-152-79/+175
* fixes bug 222031 "OSX getaddrinfo returns concatenated results from /etc/host...THUNDERBIRD_0_4_BASEMOZILLA_1_6b_RELEASEdarin%meer.net2003-11-272-2/+20
* fixes bug 216021 "chekesp error if i link against a msvcrt that is built with...THUNDERBIRD_M3_BASEdarin%meer.net2003-11-185-17/+26
* fixes bug 226022 "overflow error in PR_Poll means timeout < 1 second returns ...darin%meer.net2003-11-184-8/+4
* Bugzilla bug 219913: define _PR_HAVE_THREADSAFE_GETHOST for OS/2 so thatwchang0222%aol.com2003-11-163-40/+24
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in sync with the tip.wchang0222%aol.com2003-11-166-11/+21
* Bugzilla bug 224707: added Linux HPPA support. The patch came from thewchang0222%aol.com2003-11-162-0/+47
* Bugzilla bug 207803: added 64-bit UltraSPARC FreeBSD support to NSPR. Thewchang0222%aol.com2003-11-154-22/+76
* Bugzilla bug 225260: link NSPR dynamic shared libraries with thewchang0222%aol.com2003-11-132-2/+2