From owner-cvs-gnu Fri Mar 17 13:31:49 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA11320 for cvs-gnu-outgoing; Fri, 17 Mar 1995 13:31:49 -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 NAA11314; Fri, 17 Mar 1995 13:31:32 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id OAA14568; Fri, 17 Mar 1995 14:35:39 -0700 Date: Fri, 17 Mar 1995 14:35:39 -0700 From: Nate Williams Message-Id: <199503172135.OAA14568@trout.sri.MT.net> In-Reply-To: "Andrew A. Chernov" "cvs commit: src/gnu/lib/libreadline readline.c readline.h" (Mar 17, 1:11pm) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: "Andrew A. Chernov" , CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/lib/libreadline readline.c readline.h Sender: cvs-gnu-owner@freebsd.org Precedence: bulk > ache 95/03/17 13:11:55 > > Modified: gnu/lib/libreadline readline.c readline.h > Log: > Fix savestring & gdb conflict > Moreover, this fix not breaks any pgm which uses readline's savestring I would have done this differently, but it works. Chet mentioned in private email that savestring() should not be exported from the library (it's an internal function), so my change would be to delete from readline totally so any program that relies on it is broken. Nate