summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'CONRAD_DYN_PROFILE_BRANCH'CONRAD_DYN_PROFILE_TAGCONRAD_DYN_PROFILE_BRANCHcvs2hg2000-11-020-0/+0
|
* Bugszilla: 49161. OpenVMSlarryh%netscape.com2000-11-021-2/+98
|
* Add gcc check for -pthreads if -pthread check fails. bug #44504 Thanks to ↵cls%seawood.org2000-10-262-12/+54
| | | | madams@janna.com (Mark G. Adams) for the patch.
* Treat irix64 builds as normal irix builds.cls%seawood.org2000-10-252-35/+54
|
* Fix Irix sections to properly handle USE_N32cls%seawood.org2000-10-252-114/+139
|
* Fixed the strip check to work for cross-compile builds. Bug #11893cls%seawood.org2000-10-252-107/+149
|
* Add CROSS_COMPILE variable so cross-compiling works again. Bug #11890cls%seawood.org2000-10-183-39/+55
|
* Sync INCLUDES with pr/src subdirs' INCLUDES so that parallel builds work ↵cls%seawood.org2000-10-182-2/+2
| | | | again. Bug #31365
* Fix for bug 65170 "After mac goes to sleep, getting IMAP mail locks up ↵gordon%netscape.com2000-10-121-3/+1
| | | | | | machine". r=pinkerton, sr=sfraser. rtm+. Moved case for kOTOutStateErr in SendReceiveStream() so it will return an error.
* Fix for bug 49990 "Networking fails after sleep/wake cycle" on Mac. rtm+, ↵XBL_FORMS_20001011_BASEgordon%netscape.com2000-10-101-21/+42
| | | | r=pinkerton, wtc, sr =sfraser. Added support for provide will/has closed OT events.
* Bugzilla: 55271. Beos attach threadlarryh%netscape.com2000-10-103-415/+327
|
* Bugzilla: 55268. BeOSwtc%netscape.com2000-10-101-1/+1
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #53902: a better way to fix a va_list compilation problemwtc%netscape.com2000-10-102-1/+4
| | | | | | | in an older version of NetBSD/macppc. Thanks to Martin Husemann <martin@NetBSD.ORG> for the patch. Modified files: _netbsd.h, prprf.c (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #55740: fixed a typo. Thanks to Martin Husemannwtc%netscape.com2000-10-101-1/+1
| | | | | <martin@NetBSD.ORG> for the patch. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #54195: extended the 'uc' array to 256 elements becausewtc%netscape.com2000-10-061-1/+17
| | | | | | it may be indexed by an 8-bit character. Thanks to Naoki Hotta <nhotta@netscape.com> for the fix. (NSPRPUB_CLIENT_BRANCH)
* Strip NSPR libraries and programs by default (on linux for classic build or ↵cls%seawood.org2000-09-3010-35/+101
| | | | if strip is detected for autoconf build). r=bryner bug 51465
* Bugzilla bug #42714: removed dependency on winmm.dll. Replacedwtc%netscape.com2000-09-213-3/+3
| | | | | | | timeGetTime() with GetTickCount(). Modified files: pr/src/Makefile, pr/src/Makefile.in, ntinrval.c (NSPRPUB_CLIENT_BRANCH) r=larryh@netscape.com. a=rickg@netscape.com, brendan@mozilla.org.
* Bugzilla bug #51655: checked in BeOS load_add_on() workaround contributedjar_restructuring_basewtc%netscape.com2000-09-091-6/+63
| | | | | by Justin Morey <justin@68k.org>. r=wtc@netscape.com,a=brendan@mozilla.org. (NSPRPUB_CLIENT_BRANCH)
* Removed another unnecessary 'const'.wtc%netscape.com2000-08-221-1/+1
|
* Do not use the 'const' qualifier with PL_HashTableLookupConst() andwtc%netscape.com2000-08-222-7/+7
| | | | | | PL_HashTableRawLookupConst() because when compiled with HASHMETER defined they increment some counters in the hash table. r=larryh@netscape.com. (NSPRPUB_CLIENT_BRANCH)
* Only use HOST_CC & friends when actually cross-compiling.cls%seawood.org2000-08-201-0/+2
|
* Bugzilla bug #15906: fixed a typo.wtc%netscape.com2000-08-111-1/+1
| | | | (NSPRPUB_CLIENT_BRANCH)
* Force a rebuild.wtc%netscape.com2000-08-111-0/+1
|
* Force a rebuild.wtc%netscape.com2000-08-111-1/+0
|
* Bugzilla bug #15906: added GC_LEAK_DETECTOR support for Linux.wtc%netscape.com2000-08-119-36/+102
| | | | | | | Modified files: config.mk, primpl.h, pr/src/Makefile, pr/src/Makefile.in, pr/src/memory/Makefile, pr/src/memory/Makefile.in, prthinfo.c, ptthread.c Added file: pr/src/memory/prgcleak.c (NSPRPUB_CLIENT_BRANCH)
* fixup commit for branch 'NSPRPUB_CLIENT_BRANCH'cvs2hg2000-08-111-0/+119
|
* BugZilla: 44630larryh%netscape.com2000-08-081-1/+1
|
* BugZilla: 45623 (NSPRPUB_CLIENT_BRANCH)wtc%netscape.com2000-07-291-1/+1
|
* Changed NSPR version to 4.0.2 Beta.wtc%netscape.com2000-07-291-2/+2
| | | | (NSPRPUB_CLIENT_BRANCH)
* Force a rebuild.wtc%netscape.com2000-07-291-0/+1
|
* Force a rebuild.wtc%netscape.com2000-07-291-1/+0
|
* Bugzilla bug #45732: define align of double and long long for powerpcwtc%netscape.com2000-07-291-7/+8
| | | | | | | | correctly, and define the macros HAVE_ALIGNED_LONGLONGS and HAVE_ALIGNED_DOUBLES if long longs or doubles are 8-byte aligned. Thanks to Kevin B. Hendricks <khendricks@ivey.uwo.ca> and Franz.Sirl-kernel@lauterbach.com for reporting the bug and suggesting a fix. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #45683: define FD_SETSIZE to be 4096. This patch isSeaMonkey_M17_RELEASESeaMonkey_M17_BASEwtc%netscape.com2000-07-171-3/+3
| | | | | contributed by Jerry Kirk <Jerry.Kirk@nexwarecorp.com>. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #45141: checked in an OS/2 patch from Michael Kaplywtc%netscape.com2000-07-121-2/+2
| | | | | <mkaply@us.ibm.com>. a=waterson@mozilla.org. (NSPRPUB_CLIENT_BRANCH)
* Changing default debug & opt flags for qnx Bug #44133. Removed autoconf 2.13 ↵cls%seawood.org2000-07-081-116/+97
| | | | specific macro
* Changing default debug & opt flags for qnx Bug #44133cls%seawood.org2000-07-081-4/+3
|
* Added TINC to GARBAGEcls%seawood.org2000-07-081-0/+2
|
* Fixed a typo in the previous checkin.wtc%netscape.com2000-07-061-1/+1
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #41524: fixed build problems on NetBSD-current with ELFwtc%netscape.com2000-07-063-12/+21
| | | | | | object format. r=taya@sm.sony.co.jp. a=brendan@mozilla.org. Modified files: NetBSD.mk, _netbsd.h, prlink.c (NSPRPUB_CLIENT_BRANCH)
* Add remove generated config files on distclean. Bug #43142cls%seawood.org2000-07-031-0/+1
|
* Adding generated file to GARBAGEcls%seawood.org2000-07-021-0/+2
|
* Bugzilla bug #39712: backed out the workaround for a compiler bug.wtc%netscape.com2000-06-291-7/+0
| | | | | The compiler bug is fixed in Service Pack 4 of MSVC 6.0. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #44133: checked in NTO patches contributed bywtc%netscape.com2000-06-292-8/+9
| | | | | | Jerry Kirk <Jerry.Kirk@nexwarecorp.com>. Modified files: NTO.mk, arch.mk (NSPRPUB_CLIENT_BRANCH. a=brendan@mozilla.org.)
* BugZilla: 43337. Better implementationlarryh%netscape.com2000-06-281-1/+1
|
* Do not explicitly link against -lc_r on OpenBSD. Bug #36467 r=wtccls%seawood.org2000-06-281-2/+0
|
* BugZilla: 43337. PR_GetPeerName() asserts on NTlarryh%netscape.com2000-06-221-1/+1
|
* bug #42100, Carbon compatibility. Changed GENERATINGCFM towtc%netscape.com2000-06-211-1/+1
| | | | TARGET_RT_MAC_CFM.
* Removed commented-out code accidentally added in the previous checkin.wtc%netscape.com2000-06-211-2/+0
| | | | r=beard@netscape.com. (NSPRPUB_CLIENT_BRANCH)
* bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraserbeard%netscape.com2000-06-203-7/+5
|
* bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraserbeard%netscape.com2000-06-203-27/+20
|