summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'SeaMonkey_M18_BRANCH'SeaMonkey_M18_BRANCHcvs2hg2000-09-3016-43/+76
|
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-235-3/+28
|
* Bugzilla bug #27955: added a dummy header file that all object fileswtc%netscape.com2000-02-191-0/+25
| | | | | in NSPR depend on. Update prdepend.h to force a full rebuild of NSPR in Mozilla's Tinderbox depend builds.
* Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only ↵NSPRPUB_20000208cls%seawood.org2000-02-171-0/+2
| | | | time it actually matters. r,a=wtc
* Adding back rev 3.22 after fixing a typo. Update to OS/2 port; the buildsrinivas%netscape.com2000-01-111-21/+25
| | | | | now uses OS_ARCH=OS2, in place of WINNT. Checkin for sobotka@axess.com. Bugzilla 23544.
* Previous checkin broke Linux build.srinivas%netscape.com2000-01-101-25/+21
|
* Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.srinivas%netscape.com2000-01-104-35/+61
| | | | Checkin for sobotka@axess.com. Bugzilla 23544.
* Cleaned up BeOS autoconf build.cls%seawood.org1999-12-222-1/+9
| | | | | Added RESOLVE_LINK_SYMBOLS for platforms that need to resolve all symbols when linking shared libs. Removed use of EXTRA_LIBS from configure.
* Added THREAD_FLAG to OS_CFLAGS.cls%seawood.org1999-12-051-1/+1
|
* Define HAVE_LOCALTIME_R_POINTER for all new releases (V4.0, V5.0, etc.)wtc%netscape.com1999-12-041-3/+1
|
* Added use of OS_* & LDFLAGS variables to autoconf build.cls%seawood.org1999-12-031-0/+6
|
* OpenBSD appears to need the -pthread flag when using pthreads.cls%seawood.org1999-12-031-0/+1
|
* Bugzilla bug #17040: compile with -ansi -D__POSIX_SOURCE -D_BSD_SOURCEwtc%netscape.com1999-12-031-6/+1
| | | | -D_SVID_SOURCE on all CPU architectures.
* BugZilla: 19247. Add support for VMS, QNX, NTOlarryh%netscape.com1999-11-292-11/+39
|
* Added preliminary autoconf support for solaris. Untested.cls%seawood.org1999-11-291-3/+5
|
* Fixed tabbing problems with emacs caused by the mode header.cls%seawood.org1999-11-291-1/+8
| | | | Added preliminary autoconf support for aix, dgux, freebsd and hpux. All untested.
* Added support for neutrino target to configure.in. Patch submitted by Jerry ↵cls%seawood.org1999-11-232-1/+6
| | | | | | L. Kirk <Jerry.Kirk@Nexwarecorp.com>. Split AR_FLAGS from AR for platforms that don't use the common syntax.
* Made the handling of the debug/optimize flags to match the Mozilla ↵cls%seawood.org1999-11-221-2/+5
| | | | | | | | | | | configure.in setup. Updated the irix target section to contain the exact logic contained in IRIX.mk in an effort to fix bug 18966. Added the following options: --enable-optimize --enable-mdupdate --enable-n32 (IRIX only) --enable-64bit
* Added newline at end of file.wtc%netscape.com1999-11-191-1/+1
|
* OpenVMS updates by colin@theblakes.comsrinivas%netscape.com1999-10-221-1/+12
|
* The "-mno-486" compiler option is no longer relevant and not supportedsrinivas%netscape.com1999-10-201-1/+1
| | | | in new gcc compilers (v2.95). Bug #15975.
* Syncing Makefile.ins with srinivas' previous checkin.cls%seawood.org1999-10-191-4/+2
| | | | r=shaver
* Update with post-3.5 fixes on the tipsrinivas%netscape.com1999-10-191-1/+1
|
* Files not used by build. Attempting to resolve cvs checkin problem. ↵cls%seawood.org1999-10-151-0/+47
| | | | a=srinivas,leaf
* Files not used by build. Attempting to resolve cvs checkin problem. ↵cls%seawood.org1999-10-151-0/+112
| | | | a=srinivas,leaf
* Bugsplat bug #358401: created a separate .rc file for each DLL. Thewtc%netscape.com1999-10-151-5/+2
| | | | | | | | | | | | | product name is "Netscape Portable Runtime" and the file descriptions are "NSPR Library", "PLDS Library", "PLC Library", and "PRSTRMS Library". A debug build is indicated in the file description. The copyright years changed to 1996-1999. Modified files: rules.mk, lib/ds/Makefile, lib/ds/Makefile.in, lib/libc/src/Makefile, lib/libc/src/Makefile.in, lib/prstreams/Makefile, lib/prstreams/Makefile.in, prinit.h, nspr.rc Added files: plds.rc, plc.rc, prstrms.rc Removed file: resource.h
* Backed out the Windows resource file stuff checked in in the autoconfwtc%netscape.com1999-10-151-11/+0
| | | | | | branch merge. It has two problems: 1. RESOBJ is not being used. It has the same meaning as the existing variable RES. 2. $(RES) is added to OBJS twice on Win32.
* Removed the rule for $(PURE_LIBRARY), which was accidentallywtc%netscape.com1999-10-141-8/+0
| | | | resurrected in the autoconf checkin.
* Bugzilla bug #14126: quote $(OS_RELEASE) in the shell command.wtc%netscape.com1999-10-141-1/+1
| | | | | | Thanks to Greg Noel <GregNoel@san.rr.com> for the bug report and the fix. Reviewed by Greg Noel and tested on several flavors of Linux (x86, sparc, alpha, and ppc) and FreeBSD.
* Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893srinivas%netscape.com1999-10-144-8/+115
|
* NSPR 3.5 landinglarryh%netscape.com1999-10-1312-45/+35
|
* Inlcude the assembly language implementation of the stack operations only whensrinivas%netscape.com1999-08-181-0/+1
| | | | _PR_HAVE_ATOMIC_CAS is defined. Bugzilla #11576.
* The "-mno-486" compiler option is no longer relevant and not supportedSeaMonkey_M9_BASEsrinivas%netscape.com1999-08-091-1/+1
| | | | in new gcc compilers (v2.95). Bug #11455. Checkin for jdaly@ixl.com.
* Port to Aplha-NT; checkin for bob meader <bob@guiduck.com>.TEMPLATE_19990726_BASEsrinivas%netscape.com1999-07-231-1/+9
|
* Files created in 1999 should have a 1999 copyright notice.wtc%netscape.com1999-07-191-2/+1
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-07-161-1/+1
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-07-152-8/+18
|
* Merged Neutrino (NTO) changes contributed by Jerry L. Kirkwtc%netscape.com1999-06-281-0/+51
| | | | | | | | <Jerry.Kirk@Nexwarecorp.com>. Modified files: pr/include/md/Makefile, _pth.h, prosdep.h, pr/src/md/unix/Makefile, objs.mk, unix.c, unix_errors.c, ptio.c, ptthread.c. Added files: NTO.mk, _nto.cfg, _nto.h, nto.c.
* Bugzilla bug #4471: specify -mips3 when compiling on IRIX 6.5,wtc%netscape.com1999-05-271-0/+3
| | | | otherwise it defaults to -mips4 if the build machine is mips4.
* More SCO OpenServer updates from Brian Ostrom <briano@netscape.com>.wtc%netscape.com1999-05-191-29/+1
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-05-191-4/+4
|
* Bugzilla bug #4761: define _LARGEFILE64_SOURCE explicitly if we arewtc%netscape.com1999-05-191-0/+10
| | | | | on Solaris 2.6 or 2.7 and using gcc. Thanks to vdemarco@novazen.com and mcafee@netscape.com for reporting this problem.
* Bugzilla bug #1816: handle Cygwin's uname return format on Win95 also.wtc%netscape.com1999-05-171-0/+4
|
* Bugzilla bug #1816: handle the output of the 'uname' command inwtc%netscape.com1999-05-171-0/+17
| | | | | | the latest Cygwin release (Beta 20). Thanks to Tague Griffith <tague@netscape.com> for reporting the bug and zuperdee@penguinpowered.com for pointing out where the bug was.
* Port to OpenVMS.srinivas%netscape.com1999-05-124-3/+21
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* Initial version of the OpenVMS config file.srinivas%netscape.com1999-05-121-0/+40
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-2140-40/+40
|
* Use of lstat, instead of stat, causes nsinstall to miss directories pointed ↵srinivas%netscape.com1999-04-211-1/+1
| | | | | | to by symlinks. Bugzilla #4954.
* Removed unused variables LIBNSPR and PURELIBNSPR.wtc%netscape.com1999-04-151-3/+0
|
* Bugzilla bug #5111: include my_config.mk and my_overrides.mk, if theywtc%netscape.com1999-04-152-0/+34
| | | | | | | exist, to allow for user config and overrides of NSPR build variables. Thanks to Ramiro Estrugo <ramiro@netscape.com> for the design and implementation. Modified files: .cvsignore, config.mk.