From owner-cvs-usrbin Sun Oct 6 05:43:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14576 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 05:43:27 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14550; Sun, 6 Oct 1996 05:43:17 -0700 (PDT) Date: Sun, 6 Oct 1996 05:43:17 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610061243.FAA14550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/06 05:43:16 Modified: usr.bin/make Makefile Log: Correct merge bogon: You want to descend into PSD.doc for both `all' and `install' cases or there's never anything made to install, and you blow up in the install. :-) Revision Changes Path 1.7 +2 -2 src/usr.bin/make/Makefile From owner-cvs-usrbin Sun Oct 6 06:03:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15376 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 06:03:06 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15335; Sun, 6 Oct 1996 06:02:52 -0700 (PDT) Date: Sun, 6 Oct 1996 06:02:52 -0700 (PDT) From: Steve Price Message-Id: <199610061302.GAA15335@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/06 06:02:50 Modified: usr.bin/make Makefile Log: Correct problem with traversing into PSD.doc directory, these files are actually installed/built as part of src/share/doc/psd/12.make. Oops. :) Pointed out by: Peter Wemm and Bruce Evans Revision Changes Path 1.8 +1 -5 src/usr.bin/make/Makefile From owner-cvs-usrbin Sun Oct 6 06:06:04 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15530 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 06:06:04 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15522; Sun, 6 Oct 1996 06:06:00 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id GAA14601; Sun, 6 Oct 1996 06:05:59 -0700 (PDT) To: Steve Price cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-reply-to: Your message of "Sun, 06 Oct 1996 06:02:52 PDT." <199610061302.GAA15335@freefall.freebsd.org> Date: Sun, 06 Oct 1996 06:05:59 -0700 Message-ID: <14590.844607159@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hmmm. Looks like we both committed the same fix. ;-) Didn't you get a warning from your CVS checkin? I didn't, which leads me to believe that my fix must have gotten in first. I don't care either way, just so long as we don't spam things. ;-) Jordan > steve 96/10/06 06:02:50 > > Modified: usr.bin/make Makefile > Log: > Correct problem with traversing into PSD.doc directory, > these files are actually installed/built as part of > src/share/doc/psd/12.make. Oops. :) > > Pointed out by: Peter Wemm and Bruce Evans > > Revision Changes Path > 1.8 +1 -5 src/usr.bin/make/Makefile From owner-cvs-usrbin Sun Oct 6 06:14:22 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15705 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 06:14:22 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15700; Sun, 6 Oct 1996 06:14:12 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.0/8.8.0) with ESMTP id VAA07740; Sun, 6 Oct 1996 21:13:17 +0800 (WST) Message-Id: <199610061313.VAA07740@spinner.DIALix.COM> To: "Jordan K. Hubbard" cc: Steve Price , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-reply-to: Your message of "Sun, 06 Oct 1996 06:05:59 MST." <14590.844607159@time.cdrom.com> Date: Sun, 06 Oct 1996 21:13:16 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > Hmmm. Looks like we both committed the same fix. ;-) Didn't you get a > warning from your CVS checkin? I didn't, which leads me to believe > that my fix must have gotten in first. I don't care either way, just > so long as we don't spam things. ;-) > > Jordan No.. He fixed your fix.. At exactly the same time I was trying to do it too, so we had three commit attempts (two successful) here within a few minutes of each other. (The SUBDIR didn't belong there at all, your change was to make it descend during "all", but you forgot about clean, obj, cleandir, etc. And the install directory was not set either. NetBSD must be different in this area.) > > steve 96/10/06 06:02:50 > > > > Modified: usr.bin/make Makefile > > Log: > > Correct problem with traversing into PSD.doc directory, > > these files are actually installed/built as part of > > src/share/doc/psd/12.make. Oops. :) > > > > Pointed out by: Peter Wemm and Bruce Evans > > > > Revision Changes Path > > 1.8 +1 -5 src/usr.bin/make/Makefile Cheers, -Peter From owner-cvs-usrbin Sun Oct 6 06:16:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15766 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 06:16:40 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15761; Sun, 6 Oct 1996 06:16:37 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id GAA21486; Sun, 6 Oct 1996 06:16:29 -0700 (PDT) To: Peter Wemm cc: Steve Price , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-reply-to: Your message of "Sun, 06 Oct 1996 21:13:16 +0800." <199610061313.VAA07740@spinner.DIALix.COM> Date: Sun, 06 Oct 1996 06:16:29 -0700 Message-ID: <21482.844607789@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > (The SUBDIR didn't belong there at all, your change was to make it descend > during "all", but you forgot about clean, obj, cleandir, etc. And the Erm, yes, that's true.. :-) Jordan From owner-cvs-usrbin Sun Oct 6 07:14:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA17705 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 07:14:05 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA17697; Sun, 6 Oct 1996 07:14:00 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id QAA12287; Sun, 6 Oct 1996 16:01:42 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by klemm.gtn.com (8.7.6/8.7.3) with SMTP id OAA18085; Sun, 6 Oct 1996 14:56:56 +0200 (MET DST) Date: Sun, 6 Oct 1996 14:56:56 +0200 (MET DST) From: Andreas Klemm To: Steve Price cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make/lst.lib lstForEachFrom.c lstInt.h src/usr.bin/make util.c Makefile arch.c buf.c buf.h compat.c cond.c config.h dir.c dir.h hash.h job.c job.h list.h lst.h main.c make.1 make.c make.h nonints.h parse.c pathnames.h sprite.h str.c suff.c targ.c var.c bit.h src/usr.bin/make/PSD.doc tutorial.ms In-Reply-To: <199610060235.TAA00629@freefall.freebsd.org> Message-ID: X-try-apsfilter: ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz X-Fax: +49 2137 2018 X-Phone: +49 2137 2020 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 5 Oct 1996, Steve Price wrote: > steve 96/10/05 19:35:40 > > Modified: usr.bin/make Makefile arch.c buf.c buf.h compat.c cond.c > config.h dir.c dir.h hash.h job.c job.h list.h > lst.h main.c make.1 make.c make.h nonints.h > parse.c pathnames.h sprite.h str.c suff.c targ.c > var.c > usr.bin/make/PSD.doc tutorial.ms > usr.bin/make/lst.lib lstForEachFrom.c lstInt.h > Added: usr.bin/make util.c > Removed: usr.bin/make bit.h > Log: > Merge in NetBSD's changes to make(1). Changes include: root{483} /usr/src/usr.bin/make make install install -c -s -o bin -g bin -m 555 make /usr/bin install -c -o bin -g bin -m 444 make.1.gz /usr/share/man/man1 ===> PSD.doc install -c -o bin -g bin -m 444 paper.ascii.gz /usr/share/doc/ install: paper.ascii.gz: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. Got that error... andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< From owner-cvs-usrbin Sun Oct 6 08:06:16 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23394 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 08:06:16 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA23379; Sun, 6 Oct 1996 08:06:10 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.7.5/8.7.3) id IAA01658; Sun, 6 Oct 1996 08:06:07 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199610061506.IAA01658@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.bin/make/lst.lib lstForEachFrom.c lstInt.h src/usr.bin/make util.c Makefile arch.c buf.c buf.h compat.c con In-Reply-To: <199610060235.TAA00629@freefall.freebsd.org> from Steve Price at "Oct 5, 96 07:35:40 pm" To: steve@freefall.freebsd.org (Steve Price) Date: Sun, 6 Oct 1996 08:06:07 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > steve 96/10/05 19:35:40 > > Modified: usr.bin/make Makefile arch.c buf.c buf.h compat.c cond.c > config.h dir.c dir.h hash.h job.c job.h list.h ... > Special thanks to Christos Zoulas > for help in the merge. A 'diff -ur' between Net and > FreeBSD now only contains sccsid-related diffs. :) Hummm... I would feel okay if that was rcs related diffs, but the sccsid's are not used by either the NetBSD or FreeBSD project, so they should be identical, as you have in effect imported the code that they did from some place to change the sccs-id's. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrbin Sun Oct 6 08:17:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23973 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 08:17:39 -0700 (PDT) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [204.214.4.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA23919; Sun, 6 Oct 1996 08:17:20 -0700 (PDT) Received: from bonsai.hiwaay.net by fly.HiWAAY.net; (8.7.5/1.1.8.2/21Sep95-1003PM) id KAA06196; Sun, 6 Oct 1996 10:16:57 -0500 (CDT) Message-ID: <3257CD5B.5DC51F25@hiwaay.net> Date: Sun, 06 Oct 1996 10:16:43 -0500 From: Steve Price X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: "Rodney W. Grimes" CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make/lst.lib lstForEachFrom.c lstInt.h src/usr.bin/make util.c Makefile arch.c buf.c buf.h compat.c con References: <199610061506.IAA01658@GndRsh.aac.dev.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Rodney W. Grimes wrote: > > Hummm... I would feel okay if that was rcs related diffs, but the sccsid's > are not used by either the NetBSD or FreeBSD project, so they should be > identical, as you have in effect imported the code that they did from some > place to change the sccs-id's. > > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com > Accurate Automation Company Reliable computers for FreeBSD You are right. I should have said that the diffs are rcsid-related. Here is an example diff: steve[/tmp/src/usr.bin/make]$ diff -u cond.c ../Nmake/cond.c --- cond.c Sat Oct 5 21:34:00 1996 +++ ../Nmake/cond.c Tue Oct 1 13:39:46 1996 @@ -1,3 +1,5 @@ +/* $NetBSD: cond.c,v 1.6 1995/06/14 15:18:58 christos Exp $ */ + /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; +#else +static char rcsid[] = "$NetBSD: cond.c,v 1.6 1995/06/14 15:18:58 christos Exp $"; +#endif #endif /* not lint */ /*- steve[/tmp/src/usr.bin/make]$ Steve From owner-cvs-usrbin Sun Oct 6 08:43:07 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25300 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 08:43:07 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA25286; Sun, 6 Oct 1996 08:42:58 -0700 (PDT) Received: from campa.panke.de (anonymous234.ppp.cs.tu-berlin.de [130.149.17.234]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id RAA19047; Sun, 6 Oct 1996 17:38:14 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id RAA02342; Sun, 6 Oct 1996 17:26:09 +0200 Date: Sun, 6 Oct 1996 17:26:09 +0200 From: Wolfram Schneider Message-Id: <199610061526.RAA02342@campa.panke.de> To: Peter Wemm Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c In-Reply-To: <199610041254.FAA16501@freefall.freebsd.org> References: <199610041254.FAA16501@freefall.freebsd.org> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Peter Wemm writes: >peter 96/10/04 05:54:09 > > Modified: usr.bin/find extern.h find.1 find.h function.c option.c BTW, find(1) use fts_open(3), but does not call fts_close(3). Same problem for chown(8)/chgrp(1) and du(1). Wolfram From owner-cvs-usrbin Sun Oct 6 08:57:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26268 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 08:57:36 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26238; Sun, 6 Oct 1996 08:57:23 -0700 (PDT) Date: Sun, 6 Oct 1996 08:57:23 -0700 (PDT) From: Peter Wemm Message-Id: <199610061557.IAA26238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/06 08:57:22 src/usr.bin/make - Imported sources Update of /home/ncvs/src/usr.bin/make In directory freefall.freebsd.org:/f/peter/work/make Revision/Branch: 1.1.1 Log Message: Import the 4.4BSD-Lite2 version of make onto the vendor branch "for reference". This doesn't change anything since all files have been touched. Status: Vendor Tag: CSRG Release Tags: bsd_44_lite_2 C src/usr.bin/make/arch.c C src/usr.bin/make/bit.h C src/usr.bin/make/buf.c C src/usr.bin/make/buf.h C src/usr.bin/make/compat.c C src/usr.bin/make/cond.c C src/usr.bin/make/config.h C src/usr.bin/make/dir.c C src/usr.bin/make/dir.h C src/usr.bin/make/for.c C src/usr.bin/make/hash.c C src/usr.bin/make/hash.h C src/usr.bin/make/job.c C src/usr.bin/make/job.h C src/usr.bin/make/list.h C src/usr.bin/make/lst.h C src/usr.bin/make/main.c C src/usr.bin/make/make.1 C src/usr.bin/make/make.c C src/usr.bin/make/make.h C src/usr.bin/make/Makefile U src/usr.bin/make/Makefile.dist C src/usr.bin/make/nonints.h C src/usr.bin/make/parse.c C src/usr.bin/make/pathnames.h C src/usr.bin/make/sprite.h C src/usr.bin/make/str.c C src/usr.bin/make/suff.c C src/usr.bin/make/targ.c C src/usr.bin/make/var.c C src/usr.bin/make/lst.lib/lstAppend.c C src/usr.bin/make/lst.lib/lstAtEnd.c C src/usr.bin/make/lst.lib/lstAtFront.c C src/usr.bin/make/lst.lib/lstClose.c C src/usr.bin/make/lst.lib/lstConcat.c U src/usr.bin/make/lst.lib/lstDatum.c C src/usr.bin/make/lst.lib/lstDeQueue.c C src/usr.bin/make/lst.lib/lstDestroy.c C src/usr.bin/make/lst.lib/lstDupl.c C src/usr.bin/make/lst.lib/lstEnQueue.c C src/usr.bin/make/lst.lib/lstFind.c C src/usr.bin/make/lst.lib/lstFindFrom.c U src/usr.bin/make/lst.lib/lstFirst.c C src/usr.bin/make/lst.lib/lstForEachFrom.c C src/usr.bin/make/lst.lib/lstForEach.c C src/usr.bin/make/lst.lib/lstInit.c C src/usr.bin/make/lst.lib/lstInsert.c C src/usr.bin/make/lst.lib/lstInt.h U src/usr.bin/make/lst.lib/lstIsAtEnd.c U src/usr.bin/make/lst.lib/lstIsEmpty.c U src/usr.bin/make/lst.lib/lstLast.c C src/usr.bin/make/lst.lib/lstMember.c C src/usr.bin/make/lst.lib/lstNext.c U src/usr.bin/make/lst.lib/lstOpen.c C src/usr.bin/make/lst.lib/lstRemove.c U src/usr.bin/make/lst.lib/lstReplace.c U src/usr.bin/make/lst.lib/lstSucc.c U src/usr.bin/make/PSD.doc/Makefile C src/usr.bin/make/PSD.doc/tutorial.ms 49 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCSRG:yesterday -jCSRG src/usr.bin/make From owner-cvs-usrbin Sun Oct 6 09:19:22 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA27242 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 09:19:22 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA27225; Sun, 6 Oct 1996 09:19:11 -0700 (PDT) Date: Sun, 6 Oct 1996 09:19:11 -0700 (PDT) From: Steve Price Message-Id: <199610061619.JAA27225@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/06 09:19:10 Modified: usr.bin/make main.c Log: Clarify the rule used to determine the object directory location. Revision Changes Path 1.11 +9 -5 src/usr.bin/make/main.c From owner-cvs-usrbin Sun Oct 6 09:45:51 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA29374 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 09:45:51 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA29356; Sun, 6 Oct 1996 09:45:36 -0700 (PDT) Date: Sun, 6 Oct 1996 09:45:36 -0700 (PDT) From: Steve Price Message-Id: <199610061645.JAA29356@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/06 09:45:34 src/usr.bin/make - Imported sources Update of /home/ncvs/src/usr.bin/make In directory freefall.freebsd.org:/a/steve/make Revision/Branch: 1.1.1 Log Message: Import Christos Zoulas' version of NetBSD's make onto the vendor branch for reference. Obtained from: Christos Zoulas Status: Vendor Tag: CHRISTOS Release Tags: v961006 C src/usr.bin/make/Makefile N src/usr.bin/make/Makefile.boot C src/usr.bin/make/arch.c C src/usr.bin/make/job.c C src/usr.bin/make/buf.c C src/usr.bin/make/buf.h C src/usr.bin/make/compat.c C src/usr.bin/make/cond.c C src/usr.bin/make/config.h C src/usr.bin/make/dir.c C src/usr.bin/make/dir.h C src/usr.bin/make/for.c C src/usr.bin/make/hash.c C src/usr.bin/make/hash.h C src/usr.bin/make/job.h C src/usr.bin/make/list.h C src/usr.bin/make/lst.h C src/usr.bin/make/main.c C src/usr.bin/make/make.1 C src/usr.bin/make/make.c C src/usr.bin/make/make.h C src/usr.bin/make/nonints.h C src/usr.bin/make/parse.c C src/usr.bin/make/pathnames.h C src/usr.bin/make/sprite.h C src/usr.bin/make/str.c C src/usr.bin/make/suff.c C src/usr.bin/make/targ.c C src/usr.bin/make/util.c C src/usr.bin/make/var.c C src/usr.bin/make/PSD.doc/tutorial.ms U src/usr.bin/make/PSD.doc/Makefile N src/usr.bin/make/lst.lib/Makefile C src/usr.bin/make/lst.lib/lstAppend.c C src/usr.bin/make/lst.lib/lstAtEnd.c C src/usr.bin/make/lst.lib/lstAtFront.c C src/usr.bin/make/lst.lib/lstClose.c C src/usr.bin/make/lst.lib/lstConcat.c U src/usr.bin/make/lst.lib/lstDatum.c C src/usr.bin/make/lst.lib/lstDeQueue.c C src/usr.bin/make/lst.lib/lstDestroy.c C src/usr.bin/make/lst.lib/lstDupl.c C src/usr.bin/make/lst.lib/lstEnQueue.c C src/usr.bin/make/lst.lib/lstFind.c C src/usr.bin/make/lst.lib/lstFindFrom.c U src/usr.bin/make/lst.lib/lstFirst.c C src/usr.bin/make/lst.lib/lstForEach.c C src/usr.bin/make/lst.lib/lstForEachFrom.c C src/usr.bin/make/lst.lib/lstInit.c C src/usr.bin/make/lst.lib/lstInsert.c C src/usr.bin/make/lst.lib/lstInt.h U src/usr.bin/make/lst.lib/lstIsAtEnd.c U src/usr.bin/make/lst.lib/lstIsEmpty.c U src/usr.bin/make/lst.lib/lstLast.c C src/usr.bin/make/lst.lib/lstMember.c C src/usr.bin/make/lst.lib/lstNext.c U src/usr.bin/make/lst.lib/lstOpen.c C src/usr.bin/make/lst.lib/lstRemove.c U src/usr.bin/make/lst.lib/lstReplace.c U src/usr.bin/make/lst.lib/lstSucc.c 49 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCHRISTOS:yesterday -jCHRISTOS src/usr.bin/make From owner-cvs-usrbin Mon Oct 7 03:01:20 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29648 for cvs-usrbin-outgoing; Mon, 7 Oct 1996 03:01:20 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29587; Mon, 7 Oct 1996 03:01:02 -0700 (PDT) Date: Mon, 7 Oct 1996 03:01:02 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610071001.DAA29587@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/07 03:01:01 Modified: usr.bin/su su.c Log: Export $TERM only if it has been set in our environment. Detected by: Amancio Hasty Revision Changes Path 1.14 +3 -2 src/usr.bin/su/su.c From owner-cvs-usrbin Mon Oct 7 03:03:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29901 for cvs-usrbin-outgoing; Mon, 7 Oct 1996 03:03:05 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29863; Mon, 7 Oct 1996 03:02:53 -0700 (PDT) Date: Mon, 7 Oct 1996 03:02:53 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610071002.DAA29863@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/07 03:02:51 Branch: usr.bin/su RELENG_2_1_0 Modified: usr.bin/su su.c Log: Pull the fix from rev 1.14: export $TERM only if it does exist. Revision Changes Path 1.6.4.5 +3 -2 src/usr.bin/su/su.c From owner-cvs-usrbin Mon Oct 7 04:28:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13942 for cvs-usrbin-outgoing; Mon, 7 Oct 1996 04:28:10 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA10591; Mon, 7 Oct 1996 04:19:27 -0700 (PDT) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id NAA28542; Mon, 7 Oct 1996 13:18:51 +0200 From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.7.6/8.7.3) id NAA11594; Mon, 7 Oct 1996 13:18:44 +0200 (MET DST) Date: Mon, 7 Oct 1996 13:18:44 +0200 (MET DST) Message-Id: <199610071118.NAA11594@caramba.cs.tu-berlin.de> To: Joerg Wunsch Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: cvs commit: src/usr.bin/su su.c In-Reply-To: <199610071001.DAA29587@freefall.freebsd.org> References: <199610071001.DAA29587@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joerg Wunsch writes: >joerg 96/10/07 03:01:01 > > Modified: usr.bin/su su.c > Log: > Export $TERM only if it has been set in our environment. BTW, setenv(3) should not core if the second argument is a NULL pointer. It should print a warning ("silly programmer error, cannot set variable XYZ in function setenv(3)") and return. Wolfram From owner-cvs-usrbin Mon Oct 7 10:52:55 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14143 for cvs-usrbin-outgoing; Mon, 7 Oct 1996 10:52:55 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA14065; Mon, 7 Oct 1996 10:52:29 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id TAA04469; Mon, 7 Oct 1996 19:52:22 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id TAA13183; Mon, 7 Oct 1996 19:52:17 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id TAA14992; Mon, 7 Oct 1996 19:42:23 +0200 (MET DST) From: J Wunsch Message-Id: <199610071742.TAA14992@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.bin/su su.c To: wosch@cs.tu-berlin.de (Wolfram Schneider) Date: Mon, 7 Oct 1996 19:42:23 +0200 (MET DST) Cc: joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199610071118.NAA11594@caramba.cs.tu-berlin.de> from Wolfram Schneider at "Oct 7, 96 01:18:44 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Wolfram Schneider wrote: > > Export $TERM only if it has been set in our environment. > > BTW, setenv(3) should not core if the second argument is a NULL > pointer. It should print a warning ("silly programmer error, cannot > set variable XYZ in function setenv(3)") and return. A coredump is a perfectly valid complaint at a stupid programmer. We already decided to prefer this method over wasting time at other occurences, e.g. by not allowing ``strcmp(foobar, NULL)'' etc. I don't see where the setenv() case is different. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrbin Mon Oct 7 21:08:34 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02613 for cvs-usrbin-outgoing; Mon, 7 Oct 1996 21:08:34 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02576; Mon, 7 Oct 1996 21:08:13 -0700 (PDT) Date: Mon, 7 Oct 1996 21:08:13 -0700 (PDT) From: Steve Price Message-Id: <199610080408.VAA02576@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make arch.c buf.c buf.h compat.c cond.c config.h dir.c dir.h for.c hash.c hash.h job.c job.h list.h lst.h main.c make.c make.h nonints.h parse.c sprite.h str.c suff.c targ.c util.c var.c Makefile.boot src/usr.bin/make/PSD.doc Makefile tutorial.ms src/usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstInt.h lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/07 21:08:12 Modified: usr.bin/make arch.c buf.c buf.h compat.c cond.c config.h dir.c dir.h for.c hash.c hash.h job.c job.h list.h lst.h main.c make.c make.h nonints.h parse.c sprite.h str.c suff.c targ.c util.c var.c usr.bin/make/PSD.doc Makefile tutorial.ms usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstInt.h lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Removed: usr.bin/make Makefile.boot usr.bin/make/lst.lib Makefile Log: O' to be bitten by CVS. Cleanup after import of Christos' version of make(1) and add Id's. Set straight by: Bruce Evans and Peter Wemm :) Revision Changes Path 1.6 +2 -0 src/usr.bin/make/arch.c 1.6 +2 -0 src/usr.bin/make/buf.c 1.5 +1 -0 src/usr.bin/make/buf.h 1.6 +2 -0 src/usr.bin/make/compat.c 1.5 +2 -0 src/usr.bin/make/cond.c 1.4 +1 -1 src/usr.bin/make/config.h 1.5 +2 -0 src/usr.bin/make/dir.c 1.4 +1 -0 src/usr.bin/make/dir.h 1.5 +2 -0 src/usr.bin/make/for.c 1.4 +2 -0 src/usr.bin/make/hash.c 1.5 +1 -0 src/usr.bin/make/hash.h 1.5 +2 -0 src/usr.bin/make/job.c 1.5 +1 -0 src/usr.bin/make/job.h 1.5 +1 -0 src/usr.bin/make/list.h 1.5 +1 -0 src/usr.bin/make/lst.h 1.12 +2 -0 src/usr.bin/make/main.c 1.6 +2 -0 src/usr.bin/make/make.c 1.5 +1 -0 src/usr.bin/make/make.h 1.4 +1 -0 src/usr.bin/make/nonints.h 1.14 +2 -0 src/usr.bin/make/parse.c 1.5 +1 -0 src/usr.bin/make/sprite.h 1.7 +4 -3 src/usr.bin/make/str.c 1.6 +2 -0 src/usr.bin/make/suff.c 1.5 +2 -0 src/usr.bin/make/targ.c 1.2 +1 -1 src/usr.bin/make/util.c 1.7 +2 -0 src/usr.bin/make/var.c 1.2 +1 -0 src/usr.bin/make/PSD.doc/Makefile 1.3 +2 -1 src/usr.bin/make/PSD.doc/tutorial.ms 1.3 +2 -0 src/usr.bin/make/lst.lib/lstAppend.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstAtEnd.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstAtFront.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstClose.c 1.4 +2 -0 src/usr.bin/make/lst.lib/lstConcat.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstDatum.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstDeQueue.c 1.4 +2 -0 src/usr.bin/make/lst.lib/lstDestroy.c 1.4 +2 -0 src/usr.bin/make/lst.lib/lstDupl.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstEnQueue.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstFind.c 1.4 +2 -0 src/usr.bin/make/lst.lib/lstFindFrom.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstFirst.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstForEach.c 1.4 +2 -0 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstInit.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstInsert.c 1.3 +1 -0 src/usr.bin/make/lst.lib/lstInt.h 1.2 +2 -0 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstIsEmpty.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstLast.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstMember.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstNext.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstOpen.c 1.3 +2 -0 src/usr.bin/make/lst.lib/lstRemove.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstReplace.c 1.2 +2 -0 src/usr.bin/make/lst.lib/lstSucc.c From owner-cvs-usrbin Tue Oct 8 17:33:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19555 for cvs-usrbin-outgoing; Tue, 8 Oct 1996 17:33:46 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19537; Tue, 8 Oct 1996 17:33:36 -0700 (PDT) Date: Tue, 8 Oct 1996 17:33:36 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610090033.RAA19537@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c locate.h util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/08 17:33:35 Modified: usr.bin/locate/locate fastfind.c locate.h util.c Log: Fix searching for shell quoting characters. I guess it was broken since locate exists. This works now $ locate '*\[' $ locate '*i386-\**' $ locate '*[C\[]' Revision Changes Path 1.2 +10 -2 src/usr.bin/locate/locate/fastfind.c 1.3 +2 -0 src/usr.bin/locate/locate/locate.h 1.2 +31 -19 src/usr.bin/locate/locate/util.c From owner-cvs-usrbin Wed Oct 9 11:19:14 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA17711 for cvs-usrbin-outgoing; Wed, 9 Oct 1996 11:19:14 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA17694; Wed, 9 Oct 1996 11:19:08 -0700 (PDT) Date: Wed, 9 Oct 1996 11:19:08 -0700 (PDT) From: Garrett Wollman Message-Id: <199610091819.LAA17694@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat route.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/10/09 11:19:08 Modified: usr.bin/netstat route.c Log: Remove reference to oobsolete RTF_MASK flag (soon to be removed). Revision Changes Path 1.20 +1 -2 src/usr.bin/netstat/route.c From owner-cvs-usrbin Thu Oct 10 20:56:17 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12613 for cvs-usrbin-outgoing; Thu, 10 Oct 1996 20:56:17 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12564; Thu, 10 Oct 1996 20:55:44 -0700 (PDT) Date: Thu, 10 Oct 1996 20:55:44 -0700 (PDT) From: Steve Price Message-Id: <199610110355.UAA12564@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/10 20:55:41 Modified: usr.bin/make main.c Log: Reinstate '!=' fix by Bruce Evans. The original commit message from parse.c(1.9) was: revision 1.9 date: 1996/09/12 03:03:25; author: bde; state: Exp; lines: +7 -6 Fixed handling of `!=' assignment. Don't warn if the shell's output is null, but warn if there was an error reading it. Suggested by: Bruce Evans Revision Changes Path 1.13 +7 -6 src/usr.bin/make/main.c From owner-cvs-usrbin Thu Oct 10 21:16:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14149 for cvs-usrbin-outgoing; Thu, 10 Oct 1996 21:16:36 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14100; Thu, 10 Oct 1996 21:16:07 -0700 (PDT) Date: Thu, 10 Oct 1996 21:16:07 -0700 (PDT) From: Steve Price Message-Id: <199610110416.VAA14100@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make/PSD.doc tutorial.ms Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/10 21:16:06 Modified: usr.bin/make/PSD.doc tutorial.ms Log: Removed extra $Id$ string. Revision Changes Path 1.4 +1 -3 src/usr.bin/make/PSD.doc/tutorial.ms From owner-cvs-usrbin Fri Oct 11 19:17:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA15265 for cvs-usrbin-outgoing; Fri, 11 Oct 1996 19:17:25 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA15104; Fri, 11 Oct 1996 19:15:34 -0700 (PDT) Date: Fri, 11 Oct 1996 19:15:34 -0700 (PDT) From: Steve Price Message-Id: <199610120215.TAA15104@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/11 19:15:34 Modified: usr.bin/make main.c Log: Remove extraneous comment, fix second-level tabs (one tab and four spaces), and return error message in *err instead of calling Parse_Error. Suggested by: Bruce Evans Revision Changes Path 1.14 +3 -9 src/usr.bin/make/main.c From owner-cvs-usrbin Sat Oct 12 11:42:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18477 for cvs-usrbin-outgoing; Sat, 12 Oct 1996 11:42:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18334; Sat, 12 Oct 1996 11:41:27 -0700 (PDT) Date: Sat, 12 Oct 1996 11:41:27 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610121841.LAA18334@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/time time.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/12 11:41:27 Modified: usr.bin/time time.c Log: Close PR#1781 - time returns with EXIT_SUCCESS on some failures Submitted-By: Tor Egge Revision Changes Path 1.4 +3 -1 src/usr.bin/time/time.c From owner-cvs-usrbin Sat Oct 12 13:31:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28994 for cvs-usrbin-outgoing; Sat, 12 Oct 1996 13:31:02 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28777; Sat, 12 Oct 1996 13:29:29 -0700 (PDT) Date: Sat, 12 Oct 1996 13:29:29 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610122029.NAA28777@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate updatedb.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/12 13:29:28 Modified: usr.bin/locate/locate updatedb.sh Log: export variable TMPDIR (which maybe set, but not exported in /etc/locate.rc) Revision Changes Path 1.5 +3 -2 src/usr.bin/locate/locate/updatedb.sh From owner-cvs-usrbin Sat Oct 12 18:44:59 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22007 for cvs-usrbin-outgoing; Sat, 12 Oct 1996 18:44:59 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21985; Sat, 12 Oct 1996 18:44:47 -0700 (PDT) Date: Sat, 12 Oct 1996 18:44:47 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610130144.SAA21985@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c locate.1 locate.c locate.h src/usr.bin/locate/bigram locate.bigram.c src/usr.bin/locate/code locate.code.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/12 18:44:46 Modified: usr.bin/locate/bigram locate.bigram.c usr.bin/locate/code locate.code.c usr.bin/locate/locate fastfind.c locate.1 locate.c locate.h Log: 8-Bit character support. Old locate(1) programs still works with the new database format, print some garbage for 8 bit characters, but don't core (maybe except char 30). 7-Bit Puritan should not notice any difference. Same speed, Same database size if the database contain only ASCII characters. Reviewed by: ache Revision Changes Path 1.8 +4 -3 src/usr.bin/locate/bigram/locate.bigram.c 1.6 +56 -26 src/usr.bin/locate/code/locate.code.c 1.3 +64 -30 src/usr.bin/locate/locate/fastfind.c 1.5 +9 -2 src/usr.bin/locate/locate/locate.1 1.6 +11 -6 src/usr.bin/locate/locate/locate.c 1.4 +3 -0 src/usr.bin/locate/locate/locate.h