From owner-cvs-gnu Sun Mar 19 13:20:25 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA27143 for cvs-gnu-outgoing; Sun, 19 Mar 1995 13:20:25 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA27115; Sun, 19 Mar 1995 13:20:17 -0800 Date: Sun, 19 Mar 1995 13:20:17 -0800 From: Nate Williams Message-Id: <199503192120.NAA27115@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld shlib.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/03/19 13:20:13 Modified: gnu/usr.bin/ld shlib.c Log: Removed /usr/local/lib from the standard library search path to be consistant. Programs shouldn't rely on non-standard paths for bringing in default libraries. Suggested by: Andreas Schulz From owner-cvs-gnu Sun Mar 19 16:55:39 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA00236 for cvs-gnu-outgoing; Sun, 19 Mar 1995 16:55:39 -0800 Received: from precipice.Shockwave.COM (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA00224; Sun, 19 Mar 1995 16:55:35 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.Shockwave.COM (8.6.11/8.6.9) with SMTP id QAA00981; Sun, 19 Mar 1995 16:55:01 -0800 Message-Id: <199503200055.QAA00981@precipice.Shockwave.COM> To: Nate Williams cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/ld shlib.c In-reply-to: Your message of "Sun, 19 Mar 1995 13:20:17 PST." <199503192120.NAA27115@freefall.cdrom.com> Date: Sun, 19 Mar 1995 16:55:00 -0800 From: Paul Traina Sender: cvs-gnu-owner@freebsd.org Precedence: bulk Grrr... this is a classic GOOD gcc practice. From: Nate Williams Subject: cvs commit: src/gnu/usr.bin/ld shlib.c nate 95/03/19 13:20:13 Modified: gnu/usr.bin/ld shlib.c Log: Removed /usr/local/lib from the standard library search path to be consistant. Programs shouldn't rely on non-standard paths for bringing in default libraries. Suggested by: Andreas Schulz From owner-cvs-gnu Sun Mar 19 17:32:52 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA04784 for cvs-gnu-outgoing; Sun, 19 Mar 1995 17:32:52 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA04777; Sun, 19 Mar 1995 17:32:46 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id SAA04263; Sun, 19 Mar 1995 18:36:42 -0700 Date: Sun, 19 Mar 1995 18:36:42 -0700 Message-Id: <199503200136.SAA04263@trout.sri.MT.net> To: Paul Traina Cc: Nate Williams , CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/ld shlib.c In-Reply-To: <199503200055.QAA00981@precipice.Shockwave.COM> References: <199503192120.NAA27115@freefall.cdrom.com> <199503200055.QAA00981@precipice.Shockwave.COM> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: cvs-gnu-owner@freebsd.org Precedence: bulk Paul Traina writes: > Grrr... this is a classic GOOD gcc practice. > > From: Nate Williams .. > Removed /usr/local/lib from the standard library search path to be > consistant. Programs shouldn't rely on non-standard paths for bringing > in default libraries. I disagree. Some folks don't install into /usr/local. /opt is common, and I've seen folks use /psoft. By default, /usr/local is *completely* emtpy so if you want to get libraries out of /usr/local it's not that difficult to add the -L/usr/local/lib to various Makefils. It follows with the principal of least suprise. And, you have the source if it *really* bugs you. Nate From owner-cvs-gnu Sun Mar 19 21:24:07 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01825 for cvs-gnu-outgoing; Sun, 19 Mar 1995 21:24:07 -0800 Received: from balboa.eng.uci.edu (balboa.eng.uci.edu [128.200.61.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id VAA01813; Sun, 19 Mar 1995 21:23:44 -0800 Received: from newport.ece.uci.edu by balboa.eng.uci.edu with SMTP id AA23537 (5.65c/IDA-1.4.4 for CVS-commiters@freefall.cdrom.com); Sun, 19 Mar 1995 21:23:39 -0800 Received: from localhost by newport.ece.uci.edu (5.x/SMI-SVR4) id AA07989; Sun, 19 Mar 1995 21:23:38 -0800 Message-Id: <9503200523.AA07989@newport.ece.uci.edu> To: nate@sneezy.sri.com (Nate Williams) Cc: Paul Traina , CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com, freebsd-ports@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/ld shlib.c In-Reply-To: Your message of "Sun, 19 Mar 1995 18:36:42 MST." <199503200136.SAA04263@trout.sri.MT.net> Date: Sun, 19 Mar 1995 21:23:38 -0800 From: Steven Wallace Sender: cvs-gnu-owner@freebsd.org Precedence: bulk Why were /usr/local/lib and /usr/X11/lib removed from the standard search path? Tell me WHY a program should not rely on on a "non-standard" path for brining in libraries. You say it is "non-standard", but most BSD machines use /usr/local and /usr/X11R6. What is the matter with defining this as the default search path, and then if a user wants to use /opt then they can change that if they want to? This means programs written for any previous FreeBSD version will not be able to recompile without modification. Most of the ports will now have to be updated to reflect this change. Are you willing to make all the necessary fixes to make ports work with your change? Come to think of it, this causes a big ports dillema because now a port that relies on an installed library will have to assume it is installed in a specific directory and use an explicit -L/?. Unfortunately, a user may have it installed in a different directory which will make the port fail. This is avoided by having the standard search path. Steven From owner-cvs-gnu Mon Mar 20 01:38:31 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17071 for cvs-gnu-outgoing; Mon, 20 Mar 1995 01:38:31 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17054; Mon, 20 Mar 1995 01:38:25 -0800 Date: Mon, 20 Mar 1995 01:38:25 -0800 From: "Rodney W. Grimes" Message-Id: <199503200938.BAA17054@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++ Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk rgrimes 95/03/20 01:38:24 Modified: gnu/lib/libg++ Makefile Log: Pretty much a complete rewrite of this Makefile. Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell. From owner-cvs-gnu Mon Mar 20 17:06:12 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18569 for cvs-gnu-outgoing; Mon, 20 Mar 1995 17:06:12 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18555; Mon, 20 Mar 1995 17:06:10 -0800 Date: Mon, 20 Mar 1995 17:06:10 -0800 From: "Andrey A. Chernov" Message-Id: <199503210106.RAA18555@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog menubox.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/03/20 17:06:08 Modified: gnu/lib/libdialog menubox.c Log: Saved scroll fixed. From owner-cvs-gnu Tue Mar 21 18:06:17 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA15844 for cvs-gnu-outgoing; Tue, 21 Mar 1995 18:06:17 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA15837; Tue, 21 Mar 1995 18:06:14 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id SAA24808; Tue, 21 Mar 1995 18:06:09 -0800 Date: Tue, 21 Mar 1995 18:06:09 -0800 From: "Jordan K. Hubbard" Message-Id: <199503220206.SAA24808@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/lib/libdialog textbox.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/21 18:06:07 Modified: gnu/lib/libdialog textbox.c Log: This just exited on most errors, some of which were legitimate and I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway. From owner-cvs-gnu Wed Mar 22 11:38:11 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12858 for cvs-gnu-outgoing; Wed, 22 Mar 1995 11:38:11 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12847; Wed, 22 Mar 1995 11:38:09 -0800 Date: Wed, 22 Mar 1995 11:38:09 -0800 From: Nate Williams Message-Id: <199503221938.LAA12847@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld lib.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/03/22 11:38:08 Modified: gnu/usr.bin/ld lib.c Log: Modify the default behavior of the linker to no longer prefer static members over shared library members. This modification causes the linker to use the first definition it sees for a symbol instead of having priorities based on the library type. This modification should allow gdb to compile again. Obtained from: Email conversation with Paul Kranenbury, but implemented completely by me. If it doesn't work, it's my fault not his. From owner-cvs-gnu Wed Mar 22 11:39:49 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12915 for cvs-gnu-outgoing; Wed, 22 Mar 1995 11:39:49 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12903; Wed, 22 Mar 1995 11:39:46 -0800 Date: Wed, 22 Mar 1995 11:39:46 -0800 From: Nate Williams Message-Id: <199503221939.LAA12903@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/03/22 11:39:46 Modified: gnu/usr.bin Makefile Log: Added gdb back in since it can no compile with the ld change. From owner-cvs-gnu Thu Mar 23 20:22:03 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA11194 for cvs-gnu-outgoing; Thu, 23 Mar 1995 20:22:03 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA11188; Thu, 23 Mar 1995 20:22:00 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id UAA20072; Thu, 23 Mar 1995 20:21:45 -0800 Date: Thu, 23 Mar 1995 20:21:45 -0800 From: "Jordan K. Hubbard" Message-Id: <199503240421.UAA20072@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/usr.bin/perl/usub - New directory Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/23 20:21:44 src/gnu/usr.bin/perl/usub - New directory From owner-cvs-gnu Thu Mar 23 20:34:16 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA11337 for cvs-gnu-outgoing; Thu, 23 Mar 1995 20:34:16 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA11325; Thu, 23 Mar 1995 20:34:11 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id UAA20436; Thu, 23 Mar 1995 20:33:56 -0800 Date: Thu, 23 Mar 1995 20:33:56 -0800 From: "Jordan K. Hubbard" Message-Id: <199503240433.UAA20436@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile README curses.mus man2mus mus pager usersub.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/23 20:33:55 Modified: gnu/usr.bin/perl Makefile Added: gnu/usr.bin/perl/usub Makefile README curses.mus man2mus mus pager usersub.c Removed: gnu/usr.bin/perl/perl/usub Makefile README bsdcurses.mus curses.mus man2mus mus pager usersub.c Log: Bring back perl/usub as usub/, this time containing an updated curseperl which is also installed by default (the reason for which should also be plain shortly). From owner-cvs-gnu Thu Mar 23 21:56:59 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA16041 for cvs-gnu-outgoing; Thu, 23 Mar 1995 21:56:59 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA16035; Thu, 23 Mar 1995 21:56:57 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id VAA20950; Thu, 23 Mar 1995 21:56:42 -0800 Date: Thu, 23 Mar 1995 21:56:42 -0800 From: "Jordan K. Hubbard" Message-Id: <199503240556.VAA20950@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/23 21:56:41 Modified: gnu/usr.bin/perl/usub Makefile Log: Adjust include paths. From owner-cvs-gnu Fri Mar 24 09:59:59 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA14561 for cvs-gnu-outgoing; Fri, 24 Mar 1995 09:59:59 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA14550; Fri, 24 Mar 1995 09:59:52 -0800 Date: Fri, 24 Mar 1995 09:59:52 -0800 From: "Andrey A. Chernov" Message-Id: <199503241759.JAA14550@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog kernel.c prgbox.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/03/24 09:59:50 Modified: gnu/lib/libdialog kernel.c prgbox.c Log: Get rid of strtok(), it is depricated inside libs From owner-cvs-gnu Fri Mar 24 10:24:47 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15065 for cvs-gnu-outgoing; Fri, 24 Mar 1995 10:24:47 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA15058; Fri, 24 Mar 1995 10:24:44 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Joerg Wunsch cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/cvs/contrib easy-import.perl In-reply-to: Your message of "Sun, 12 Mar 95 11:18:56 +0100." <199503121018.LAA12327@freefall.cdrom.com> Date: Fri, 24 Mar 1995 10:24:43 -0800 Message-ID: <15057.796069483@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-gnu-owner@freebsd.org Precedence: bulk > joerg 95/03/12 11:18:56 > > Added: gnu/usr.bin/cvs/contrib easy-import.perl > Log: Can we commit perl scripts with the more standard `.pl' extension in the future? It makes them both easier to identify at a glance (though I'll admit that .perl is also pretty obvious :-) and to "classify" as perl scripts for any extension-aware browsers and the like. Thanks! And thanks for the script. Jordan From owner-cvs-gnu Fri Mar 24 11:01:30 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA15952 for cvs-gnu-outgoing; Fri, 24 Mar 1995 11:01:30 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA15942; Fri, 24 Mar 1995 11:01:27 -0800 Date: Fri, 24 Mar 1995 11:01:27 -0800 From: "Andrey A. Chernov" Message-Id: <199503241901.LAA15942@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/tar tar.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/03/24 11:01:27 Modified: gnu/usr.bin/tar tar.c Log: Fix -C arg overriding when -T file used From owner-cvs-gnu Fri Mar 24 11:22:39 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17230 for cvs-gnu-outgoing; Fri, 24 Mar 1995 11:22:39 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA17224; Fri, 24 Mar 1995 11:22:36 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id LAA02279; Fri, 24 Mar 1995 11:22:34 -0800 Date: Fri, 24 Mar 1995 11:22:34 -0800 From: "Jordan K. Hubbard" Message-Id: <199503241922.LAA02279@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/24 11:22:34 Modified: gnu/usr.bin/perl/usub Makefile Log: If mus script not executable, fix. From owner-cvs-gnu Sat Mar 25 07:44:20 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA24972 for cvs-gnu-outgoing; Sat, 25 Mar 1995 07:44:20 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA24950; Sat, 25 Mar 1995 07:44:03 -0800 Date: Sat, 25 Mar 1995 07:44:03 -0800 From: Bruce Evans Message-Id: <199503251544.HAA24950@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk bde 95/03/25 07:44:01 Modified: gnu/usr.bin/perl/usub Makefile Log: Don't attempt to fix the mode of mus - mus might be read-only. Just interpret it. I've preserved the bugs that perl must be installed to build part of perl and that it must be installed in the wrong place (no ${DESTDIR}). From owner-cvs-gnu Sat Mar 25 08:52:48 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA26100 for cvs-gnu-outgoing; Sat, 25 Mar 1995 08:52:48 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA26093; Sat, 25 Mar 1995 08:52:47 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Bruce Evans cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/perl/usub Makefile In-reply-to: Your message of "Sat, 25 Mar 95 07:44:03 PST." <199503251544.HAA24950@freefall.cdrom.com> Date: Sat, 25 Mar 1995 08:52:46 -0800 Message-ID: <26092.796150366@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-gnu-owner@freebsd.org Precedence: bulk > bde 95/03/25 07:44:01 > > Modified: gnu/usr.bin/perl/usub Makefile > Log: > Don't attempt to fix the mode of mus - mus might be read-only. Just > interpret it. I've preserved the bugs that perl must be installed > to build part of perl and that it must be installed in the wrong place > (no ${DESTDIR}). OH ACK!!! I didn't even consider the cyclic dependency there. Foo! Ok, mea stupida.. I'll go look into this. Jordan From owner-cvs-gnu Sat Mar 25 09:14:19 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA26925 for cvs-gnu-outgoing; Sat, 25 Mar 1995 09:14:19 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA26918; Sat, 25 Mar 1995 09:14:16 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id JAA03396; Sat, 25 Mar 1995 09:14:13 -0800 Date: Sat, 25 Mar 1995 09:14:13 -0800 From: "Jordan K. Hubbard" Message-Id: <199503251714.JAA03396@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-gnu@time.cdrom.com Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk jkh 95/03/25 09:14:12 Modified: gnu/usr.bin/perl/usub Makefile Log: Get PERL found in any of its obvious locations. From owner-cvs-gnu Sat Mar 25 18:41:47 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA23987 for cvs-gnu-outgoing; Sat, 25 Mar 1995 18:41:47 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA23977; Sat, 25 Mar 1995 18:41:46 -0800 Date: Sat, 25 Mar 1995 18:41:46 -0800 From: "Andrey A. Chernov" Message-Id: <199503260241.SAA23977@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/03/25 18:41:46 Modified: gnu/usr.bin/perl/usub Makefile Log: Change wrong -ltermcap -ltermlib picked up to -lmytinfo From owner-cvs-gnu Sat Mar 25 19:01:12 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA24370 for cvs-gnu-outgoing; Sat, 25 Mar 1995 19:01:12 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA24360; Sat, 25 Mar 1995 19:01:07 -0800 Date: Sat, 25 Mar 1995 19:01:07 -0800 From: "Andrey A. Chernov" Message-Id: <199503260301.TAA24360@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/perl/usub pager Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/03/25 19:01:06 Modified: gnu/usr.bin/perl/usub pager Log: Comment out all perverted curses optimization