summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NEXTSTEP port. Contributed by Balazs Pataki (balazs.pataki@sztaki.hu).NSPRPUB_RELEASE_3_0_BRANCHwtc%netscape.com1998-11-1817-32/+102
|
* fixup commit for branch 'NSPRPUB_RELEASE_3_0_BRANCH'cvs2hg1998-11-184-0/+837
|
* 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
* fixup commit for branch 'NSPRPUB_RELEASE_3_0_BRANCH'cvs2hg1998-11-110-0/+0
|
* 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
|
* poll() doesn't work on some Linux machines, so we go backwtc%netscape.com1998-09-261-4/+2
| | | | to using select().
* Include <sys/time.h> for the definition of FD_SETSIZE.wtc%netscape.com1998-09-261-0/+1
|
* Define _PR_POLL_AVAILABLE and _PR_USE_POLL only for glibc2.wtc%netscape.com1998-09-261-0/+2
|
* Include <poll.h> instead of <sys/poll.h>. Some machines don'twtc%netscape.com1998-09-255-5/+5
| | | | have <sys/poll.h>.
* removing obsolete project filescyeh%netscape.com1998-09-252-0/+0
|
* Removed unused macro and enum constant definitions.wtc%netscape.com1998-09-251-10/+0
|
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-25228-8630/+20862
|
* Back out accidental checkin.slamm%netscape.com1998-09-241-1/+3
|
* Add a command for editing the toolbars and reformat the commands into a ↵slamm%netscape.com1998-09-241-3/+1
| | | | nicer format.cmd/xfe/src/xfe_commands
* Got rid of references to "OSF1" in this file. Thanks towtc%netscape.com1998-09-241-3/+3
| | | | raff@aromatic.com for the problem report and the patch.
* Bugzilla bug #122: merged NetBSD patch contributed bywtc%netscape.com1998-09-241-0/+7
| | | | Frank van der Linden (frank@wins.uva.nl).
* NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions ofwtc%netscape.com1998-09-221-10/+0
| | | | | | private NSPR headers (prosdep.h and primpl.h) from the Mozilla source. The part of prosdep.h that is actually needed by Mozilla was extracted and put in the new file mozilla/include/xp_path.h.
* Removed the NSPR20 macro definition for XP_MAC.PROGRESS_19980920_BASEwtc%netscape.com1998-09-201-3/+0
|
* Backed out the HAVE_LONG_LONG change temporarily becausewtc%netscape.com1998-09-201-1/+1
| | | | | it breaks binary compatibility. We will put it back in after the v3.0 release is branched off.
* Bug fix: If the envp argument for PR_CreateProcess is NULL,wtc%netscape.com1998-09-201-1/+6
| | | | | call execv (instead of execve) so that the new process inherits the environment of the parent process.
* Renamed the 'index' argument for PR_Get/SetThreadPrivate to 'tpdIndex'.wtc%netscape.com1998-09-201-5/+5
| | | | | | | | This is because BSD systems have a funciton named 'index' in <string.h>, and if you compile with the -Wshadow flag, gcc warns that our declaration of `index' shadows global declaration. Thanks to Ben Laurie <ben@algroup.co.uk> for the problem report and the suggested workaround.
* Added the 'const' qualifier to the 'fmt' argument for PR_FormatTime.wtc%netscape.com1998-09-192-2/+2
| | | | | This patch is contributed by Ben Laurie <ben@algroup.co.uk>. Files changed: prtime.h and prtime.c.
* Moved the obsolete function PR_SetStdioRedirect from probslet.hwtc%netscape.com1998-09-192-7/+9
| | | | | back to prproces.h because we don't want to break source compatibility in this release.
* Added PR_ProcessAttrSetCurrentDirectory to allow setting the currentwtc%netscape.com1998-09-187-9/+62
| | | | | | | | | working directory of the new process. PR_SetStdioRedirect is renamed PR_ProcessAttrSetStdioRedirect. The old name is retained but moved to obsolete/probslet.h. This work is contributed by Ben Laurie <ben@algroup.co.ul>. Files changed: prproces.h, probslet.h, primpl.h, uxproces.c, ntmisc.c, prinit.c, and parent.c.