summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'NGT_TECHDEMO_19981125_BRANCH'NGT_TECHDEMO_19981125_BRANCHcvs2hg1998-11-250-0/+0
|
* Bugzilla bug #1664: removed an unnecessary strdup call inNGT_TECHDEMO_19981125_BASEwtc%netscape.com1998-11-251-1/+1
| | | | | NSGetSharedLibrary. Thanks to Patrick Beard <beard@netscape.com> for the bug report.
* Removed -D_PR_NEED_FAKE_POLL from FreeBSD.mk and NEXTSTEP.mk. Thiswtc%netscape.com1998-11-253-2/+3
| | | | | | macro is defined internally. In _freebsd.h, include poll.h if poll is available. Thanks to Jeremy Lea <reg@shale.csir.co.za> for suggesting the patches.
* _MD_FreeSegment should call free (instead of DisposePtr) to deallocatewtc%netscape.com1998-11-241-1/+1
| | | | | the memory allocated by _MD_AllocSegment using malloc. Thanks to Simon Fraser <sfraser@netscape.com> for the bug report and fix.
* Fixed a bug in Mac's PR_IntervalNow() and PR_TicksPerSecond(). Awtc%netscape.com1998-11-243-12/+4
| | | | | | tick is one millisecond on the Mac. Files changed: _macos.h, mactime.c. Also removed a temporary comment-out in prinrval.c.
* BugSplat 335862larryh%netscape.com1998-11-242-30/+77
|
* Temporarily ifdef out assertions for the Mac while I debug thewtc%netscape.com1998-11-241-0/+8
| | | | problem.
* Handle the sa_len field of struct sockaddr correctly on platformswtc%netscape.com1998-11-231-23/+57
| | | | | whose struct sockaddr has that field. Thanks to Bert Driehuis <driehuis@playbeing.org> for suggesting this fix.
* Added 'else true;" to the if statement in our shell scripts becausewtc%netscape.com1998-11-232-0/+4
| | | | QNX's shell doesn't work correctly without it.
* A jumbo checkin, consisting of:RDF_19981124_BASEwtc%netscape.com1998-11-2353-229/+713
| | | | | | | | | | | | | | | 1. Ports to older revisions of some Unix variants, e.g., BSD/OS 1.1, OSF1 V2.0, etc., contributed by Brian Ostrom <briano@netscape.com>. 2. QNX port, also contributed by Brian Ostrom. 3. New macro USE_MACH_DYLD to represent the dynamic library loading API of NEXTSTEP and Rhapsody. 4. On platforms whose socket address has the sa_len field, make a copy of the PRNetAddr argument for PR_Bind, PR_Connect, and PR_SendTo and set its sa_len before passing it to the system calls. This fix is suggested by Bert Driehuis <driehuis@playbeing.org>. 5. Removed the unused field _lockf64 of struct _MD_IOVector. Not every Unix platform has lockf, and the POSIX file locking API uses fcntl.
* BugZilla #1473larryh%netscape.com1998-11-212-2/+2
|
* fix compile error introduced with OS/2 portlarryh%netscape.com1998-11-201-0/+2
|
* Fixed breakage of C++ build rule in previous checkin.srinivas%netscape.com1998-11-201-0/+2
|
* Enable OS/2 builds with IBM's compiler (Visualage) and gcc port of OS/2 (emx).srinivas%netscape.com1998-11-203-1/+9
| | | | Checkin for Eric Olson <Eric.Olson@Sympatico.CA> and Henry <sobotka@axess.com>.
* Fixed a typo in previous checkin.STATIC_MAKEFILESsrinivas%netscape.com1998-11-191-1/+0
|
* Enable OS/2 builds with IBM's compiler (Visualage) and gcc port of OS/2 (emx).srinivas%netscape.com1998-11-1945-215/+632
| | | | Checkin for Eric Olson <Eric.Olson@Sympatico.CA> and Henry <sobotka@axess.com>.
* NEXT port. Contributed by Balazs Pataki (balazs.pataki@sztaki.hu).wtc%netscape.com1998-11-1821-30/+936
|
* Conditionally compile pthread priority call;srinivas%netscape.com1998-11-181-0/+2
| | | | checkin for Jeremy Lea <reg@shale.csir.co.za>.
* Enable use of poll system call for FreeBSD 3.0.0-RELEASE;srinivas%netscape.com1998-11-181-2/+4
| | | | checkin for Jeremy Lea <reg@shale.csir.co.za>.
* Implement poll for those platforms that don't support the system call.srinivas%netscape.com1998-11-181-1/+1
|
* Enable ELF builds and use of poll system call for FreeBSD 3.0.0-RELEASE;srinivas%netscape.com1998-11-181-1/+13
| | | | checkin for Jeremy Lea <reg@shale.csir.co.za>.
* Enable ELF builds FreeBSD 3.0.0-RELEASE; checkin forsrinivas%netscape.com1998-11-181-0/+6
| | | | Jeremy Lea <reg@shale.csir.co.za>.
* Added Alec Flett's comments on the version of glibc2/sparc whosewtc%netscape.com1998-11-161-8/+2
| | | | setjmp/longjmp works.
* Specify -R <path> if LIBRUNPATH is defined in the environment.wtc%netscape.com1998-11-131-0/+4
| | | | Contributed by Frank van der Linden (frank@wins.uva.nl).
* Merged the NetBSD patch contributed by Frank van der Lindenwtc%netscape.com1998-11-132-0/+4
| | | | | (frank@wins.uva.nl). ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
* Removed the temporary "depend: clean" hack.XTech99StableRDF_122898_BASENSPRPUB_RELEASE_3_0_BASENSPRPUB_RELEASE_3_0NGT_TECHDEMO_RELEASEwtc%netscape.com1998-11-111-1/+1
|
* Have "make depend" invoke "make clean" as a hack to ensurewtc%netscape.com1998-11-091-1/+1
| | | | | | that the "depend" continuous builds still work after I removed plvector.c and plvector.h from mozilla/nsprpub/lib/ds. This temporary hack will be removed later.
* Moved plvector.c and plvector.h from mozilla/nsprpub/lib/dswtc%netscape.com1998-11-094-421/+0
| | | | | to mozilla/xpcom. Modified files: MANIFEST, Makefile
* Moved plvector.c and plvector.h from mozilla/nsprpub/lib/dswtc%netscape.com1998-11-091-0/+0
| | | | to mozilla/xpcom.
* Linux/m68k porting change (define _MD_SP_TYPE), contributed bywtc%netscape.com1998-10-29457-0/+148888
|\ | | | | | | Jes Sorensen <Jes.Sorensen@cern.ch>.
* | fixup commit for tag 'JS14_981030'JS14_981030cvs2hg1998-10-08457-148886/+0
|/
* Ports to many Unix variants. Added the OMIT_LIB_BUILD_TIME workaroundMozillaSourceClassic_19981026_BASEMozillaClassicLayout_19981021INCLUDE_SPRINGCLEANING_BASEwtc%netscape.com1998-10-0813-25/+109
| | | | | | | for platforms that don't have 'long long'. In pr/src/Makefile and lib/libc/src/Makefile, use single quotes so that we can avoid using backslashes in double quotes (that doesn't work under MKS shell).
* Do not use the -x assembler-with-cpp for gcc in ASFLAGS. This flagwtc%netscape.com1998-10-071-1/+0
| | | | | doesn't seem to work on Solaris x86. At least, gcc can't assemble pr/src/md/unix/os_SunOS_x86.s with this flag.
* Restored libultrasparc.so. Our prior attempt to eliminate thiswtc%netscape.com1998-10-074-91/+38
| | | | | library doesn't work. Modified files: Makefile, objs.mk, os_SunOS_ultrasparc.s, solaris.c.
* Removed the "make depend = make clean" hack.PROGRESS_19981006_BASEwtc%netscape.com1998-10-061-1/+1
|
* Fixed HP-UX classic NSPR build breakage.wtc%netscape.com1998-10-061-0/+2
|
* Backed out the previous change. We are trying not to introduceWINCE_PORT_BASEwtc%netscape.com1998-10-051-2/+4
| | | | new dependencies on Mozilla into NSPR.
* Removed all the autoconf *.in files in mozilla/nsprpub.wtc%netscape.com1998-10-0535-3782/+0
|
* More mozilla/nsprpub updates, including:wtc%netscape.com1998-10-0544-179/+888
| | | | | | | - Patch for MkLinux and glibc 2.1. Removed the MKLINUX macro. This patch is contributed by Tom Rini <trini@kernel.crashing.org>. - Patch to make the emulated threads work on ARM/Linux. Contributed by raff@netwinder.org.
* removing obsolete files. use MANIFEST instead.cyeh%netscape.com1998-10-055-73/+0
|
* carbon fixes.pinkerton%netscape.com1998-09-291-3/+3
|
* pull in relevant headers instead of defining things here.pinkerton%netscape.com1998-09-291-4/+2
|
* Updated projects for Pro4. Turned off mod-date caching for depend builds. ↵pinkerton%netscape.com1998-09-291-0/+0
| | | | Using InterfacesStubs wrapper where appropriate for Carbon.
* Fixed Linux pthreads build breakage. Define _PR_POLL_AVAILABLE onwtc%netscape.com1998-09-291-3/+5
| | | | glibc systems.
* Make 'gmake depend' do a 'gmake clean' temporarily, because I amwtc%netscape.com1998-09-281-1/+1
| | | | | | | going to check in a change to the header file _linux.h and NSPR makefiles don't implement 'gmake depend'. I must force the Tinderbox 'gmake depend' continuous builds to rebuild the files after the header file change. I really hate to do this hack but...
* Fixed DG/UX build problems in NSPR20 v3.0 beta. The patch iswtc%netscape.com1998-09-281-1/+39
| | | | contributed by Marc J. Fraioli (fraioli@dg-rtp.dg.com).
* Makes nsinstall not return an error if an intermediate directory already exists.cls%seawood.org1998-09-271-1/+6
|
* Temporary fix: comment out the exit() wrapper so that at leastwtc%netscape.com1998-09-261-3/+3
| | | | | Mozilla client builds and runs. We will fix the wrong exit status bug or zombie sproc bug later (which the exit() wrapper is for).
* Temporarily comment out the symbol __exit, which is not foundwtc%netscape.com1998-09-261-0/+2
| | | | on all versions of IRIX.
* Removed reference to nonexisting test file.wtc%netscape.com1998-09-261-1/+0
|