summaryrefslogtreecommitdiff
path: root/config/nsinstall.c
Commit message (Collapse)AuthorAgeFilesLines
* Verified that the autoconf build system is equivalent to the classicwtc%netscape.com2001-05-151-11/+0
| | | | | | | | | | build system on AIX, HP-UX, Linux, and Solaris. The 'release' makefile target still doesn't quite work. Modified Files: configure configure.in config/Makefile.in config/autoconf.mk.in config/config.mk config/nsinstall.c config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in pr/include/md/Makefile.in pr/src/misc/Makefile.in
* Only define HAVE_LCHOWN if it is not already defined. Fixes AIXcls%seawood.org2001-01-171-0/+2
|
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-201-1/+1
|
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-131-13/+29
|
* Port to OpenVMS.srinivas%netscape.com1999-05-121-2/+2
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
|
* Use of lstat, instead of stat, causes nsinstall to miss directories pointed ↵srinivas%netscape.com1999-04-211-1/+1
| | | | | | to by symlinks. Bugzilla #4954.
* Merged first batch of BeOS port patches contributed bywtc%netscape.com1999-01-261-1/+12
| | | | Matthew Zahorik <maz@albany.net>.
* Miscellaneous porting changes from Brian Ostrom <briano@netscape.com>.wtc%netscape.com1998-12-051-1/+1
|
* A jumbo checkin, consisting of:RDF_19981124_BASEwtc%netscape.com1998-11-231-1/+7
| | | | | | | | | | | | | | | 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.
* NEXT port. Contributed by Balazs Pataki (balazs.pataki@sztaki.hu).wtc%netscape.com1998-11-181-3/+27
|
* Makes nsinstall not return an error if an intermediate directory already exists.cls%seawood.org1998-09-271-1/+6
|
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-251-12/+200
|
* 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.
* AUTOCONF_1_0 landing.PROGRESS_19980824_BASEColorSync_19980824_BASEcls%seawood.org1998-08-191-2/+8
|
* Checked in (unfinished) Rhapsody port provided by Chris McAfee andwtc1998-05-051-2/+21
| | | | | Chris Toshok (mcafee, toshok@netscape.com). It is classic NSPR, local threads only (based on setjmp/longjmp).
* Free the lizardltabb1998-03-281-0/+317