From owner-cvs-gnu Wed Nov 20 07:06:30 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA09718 for cvs-gnu-outgoing; Wed, 20 Nov 1996 07:06:30 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA09692; Wed, 20 Nov 1996 07:06:01 -0800 (PST) Date: Wed, 20 Nov 1996 07:06:01 -0800 (PST) From: Joerg Wunsch Message-Id: <199611201506.HAA09692@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libregex Makefile regex.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/20 07:05:57 Branch: gnu/lib/libregex RELENG_2_2 Modified: gnu/lib/libregex Makefile regex.c Log: Merge from HEAD: don't duplicate the Posix regex stuff in libregex, it's already in libc (and both implementations clash when linking both libs simultaneously). Revision Changes Path 1.18.2.1 +2 -2 src/gnu/lib/libregex/Makefile 1.8.2.1 +2 -0 src/gnu/lib/libregex/regex.c From owner-cvs-gnu Wed Nov 20 23:31:48 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10736 for cvs-gnu-outgoing; Wed, 20 Nov 1996 23:31:48 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA10731; Wed, 20 Nov 1996 23:31:16 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id IAA16339; Thu, 21 Nov 1996 08:24:26 +0100 From: Thomas Gellekum Message-Id: <199611210724.IAA16339@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: src/gnu/lib/libregex Makefile regex.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Thu, 21 Nov 1996 08:24:25 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org In-Reply-To: <199611201506.HAA09692@freefall.freebsd.org> from Joerg Wunsch at "Nov 20, 96 07:06:01 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joerg Wunsch wrote: > joerg 96/11/20 07:05:57 > > Branch: gnu/lib/libregex RELENG_2_2 > Modified: gnu/lib/libregex Makefile regex.c > Log: > Merge from HEAD: don't duplicate the Posix regex stuff in libregex, > it's already in libc (and both implementations clash when linking both > libs simultaneously). While you're at it: when testing a new port I found that there are multiple definitions of regerror in libcompat: regerror.o: 00000000 T _regerror regex.o: U _free 00000020 T _re_comp 000000a0 T _re_exec U _regcomp 000000e0 T _regerror U _regexec U _strdup Which one of those do we really need there? A second thing: /usr/include/regex.h doesn't `#define REG_NOERROR 0' which was expected by this port. I don't know if this one comes from POSIX or if it was just some ``vendor extension''. tg From owner-cvs-gnu Fri Nov 22 00:28:50 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA05635 for cvs-gnu-outgoing; Fri, 22 Nov 1996 00:28:50 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA05595; Fri, 22 Nov 1996 00:28:35 -0800 (PST) Date: Fri, 22 Nov 1996 00:28:35 -0800 (PST) From: "David E. O'Brien" Message-Id: <199611220828.AAA05595@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/contrib easy-import.pl Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 96/11/22 00:28:34 Modified: gnu/usr.bin/cvs/contrib easy-import.pl Log: Added reminder to edit the parent Makefile to add what you just imported. Revision Changes Path 1.10 +5 -2 src/gnu/usr.bin/cvs/contrib/easy-import.pl From owner-cvs-gnu Fri Nov 22 05:58:26 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA19725 for cvs-gnu-outgoing; Fri, 22 Nov 1996 05:58:26 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA19709; Fri, 22 Nov 1996 05:58:05 -0800 (PST) Date: Fri, 22 Nov 1996 05:58:05 -0800 (PST) From: Peter Wemm Message-Id: <199611221358.FAA19709@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldd ldd.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/22 05:58:04 Modified: gnu/usr.bin/ld/ldd ldd.c Log: make the Usage string match reality Submitted by: faried nawaz , PR#2075 Revision Changes Path 1.9 +4 -2 src/gnu/usr.bin/ld/ldd/ldd.c From owner-cvs-gnu Sat Nov 23 00:21:47 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15032 for cvs-gnu-outgoing; Sat, 23 Nov 1996 00:21:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15017; Sat, 23 Nov 1996 00:21:36 -0800 (PST) Date: Sat, 23 Nov 1996 00:21:36 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611230821.AAA15017@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/contrib easy-import.pl Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/23 00:21:35 Branch: gnu/usr.bin/cvs/contrib RELENG_2_2 Modified: gnu/usr.bin/cvs/contrib easy-import.pl Log: YAMFC Revision Changes Path 1.9.2.1 +5 -2 src/gnu/usr.bin/cvs/contrib/easy-import.pl From owner-cvs-gnu Sat Nov 23 00:22:16 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15095 for cvs-gnu-outgoing; Sat, 23 Nov 1996 00:22:16 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15074; Sat, 23 Nov 1996 00:22:06 -0800 (PST) Date: Sat, 23 Nov 1996 00:22:06 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611230822.AAA15074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldd ldd.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/23 00:22:06 Branch: gnu/usr.bin/ld/ldd RELENG_2_2 Modified: gnu/usr.bin/ld/ldd ldd.c Log: YAMFC Revision Changes Path 1.8.2.1 +4 -2 src/gnu/usr.bin/ld/ldd/ldd.c From owner-cvs-gnu Sat Nov 23 03:54:10 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA21149 for cvs-gnu-outgoing; Sat, 23 Nov 1996 03:54:10 -0800 (PST) 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 DAA21066; Sat, 23 Nov 1996 03:52:01 -0800 (PST) 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 MAA22854; Sat, 23 Nov 1996 12:51:50 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id MAA13061; Sat, 23 Nov 1996 12:51:50 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id MAA03502; Sat, 23 Nov 1996 12:40:49 +0100 (MET) From: J Wunsch Message-Id: <199611231140.MAA03502@uriah.heep.sax.de> Subject: Re: cvs commit: src/gnu/usr.bin/cvs/contrib easy-import.pl To: obrien@freefall.freebsd.org (David E. O'Brien) Date: Sat, 23 Nov 1996 12:40:49 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199611220828.AAA05595@freefall.freebsd.org> from "David E. O'Brien" at "Nov 22, 96 00:28:35 am" 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-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As David E. O'Brien wrote: > obrien 96/11/22 00:28:34 > > Modified: gnu/usr.bin/cvs/contrib easy-import.pl > Log: > Added reminder to edit the parent Makefile to add what you just imported. This must also be installed on freefall. Don't forget to remove the xPERL_PATHx by /usr/bin/perl though, in case somebody's going to do this before i'll get round. -- 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. ;-)