summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'CLEANUP_DEFS_19981012_BRANCH'CLEANUP_DEFS_19981012_BRANCHcvs2hg1998-10-080-0/+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.
* Define HAVE_LONG_LONG on BSDI. (Acknowledgements: Bert Driehuiswtc%netscape.com1998-09-171-1/+1
| | | | <driehuis@playbeing.org>.)
* For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".wtc%netscape.com1998-09-136-4/+7
| | | | dgux.mk is also renamed DGUX.mk.
* Port to Linux/Strong Arm 110. Only the pthreads version works.wtc%netscape.com1998-09-133-0/+50
| | | | Files changed: Linux.mk, _linux.cfg, _linux.h.
* In CreateMacPathFromUnixPath, return paramErr if unixPath is nil.wtc%netscape.com1998-09-101-0/+12
|
* In CreateMacPathFromUnixPath, the length of the macPath bufferwtc%netscape.com1998-09-101-10/+12
| | | | | | | | should be (strlen(unixPath) + 2) instead of (strlen(unixPath) * 2). This is because for a zero-length unixPath, the macPath is ":", which needs two bytes. Thanks to Patrick Beard <beard@netscape.com> and Steve Dagley <sdagley@netscape.com> for reporting the bug and suggesting a fix.
* Fixed dprintf as suggested by Patrick Beard (beard@netscape.com).PROGRESS_19980909_BASEwtc%netscape.com1998-09-091-5/+3
| | | | | | | Now dprintf calls PR_vsnprintf instead of PR_vsmprintf, so that dprintf does not allocate memory. This is because PR_Assert (which calls dprintf) can get called at interrupt time, and it is unsafe to allocate memory at interrupt time on the Mac.
* Backed out an accidental change of the setting of OBJDIR_NAME in thewtc%netscape.com1998-09-081-1/+1
| | | | previous revision.
* Changed checks for LINUX to linux as linux is defined by the compiler and ↵cls%seawood.org1998-09-041-2/+2
| | | | fixes autoconf breakage under libc5.
* On Unix, include <sys/types.h> for 'uint'.wtc%netscape.com1998-09-041-1/+3
|
* Added PR_DestroyLogModule.warren%netscape.com1998-09-012-1/+27
|
* Made counts be unsigned.warren%netscape.com1998-09-012-3/+3
|