From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14354 invoked by alias); 30 Nov 2001 23:05:58 -0000 Mailing-List: contact insight-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 14332 invoked from network); 30 Nov 2001 23:05:57 -0000 Message-ID: <3C0810D4.2030807@cygnus.com> Date: Fri, 05 Oct 2001 17:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: insight@sources.redhat.com Subject: [patch] Missing newline Content-Type: multipart/mixed; boundary="------------020708010207040700050201" X-SW-Source: 2001-q4/txt/msg00069.txt.bz2 This is a multi-part message in MIME format. --------------020708010207040700050201 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 59 FYI, I checked in the attached as obvious. enjoy, Andrew --------------020708010207040700050201 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 689 Fri Nov 30 17:57:55 2001 Andrew Cagney * library/interface.tcl: Add missing newline. Index: library/interface.tcl =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/interface.tcl,v retrieving revision 1.33 diff -p -r1.33 interface.tcl *** interface.tcl 2001/11/22 00:26:12 1.33 --- interface.tcl 2001/11/30 22:59:29 *************** proc gdbtk_eval {exp} { *** 1784,1787 **** set val [string trimright $val "\n"] debug "returning \"$val\"" return $val ! } \ No newline at end of file --- 1784,1787 ---- set val [string trimright $val "\n"] debug "returning \"$val\"" return $val ! } --------------020708010207040700050201-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: insight@sources.redhat.com Subject: [patch] Missing newline Date: Fri, 30 Nov 2001 15:05:00 -0000 Message-ID: <3C0810D4.2030807@cygnus.com> X-SW-Source: 2001-q4/msg00370.html Message-ID: <20011130150500.lKYbsbHFrcA5ooywXmAaFqnPQtw5PSbqjiqYfZ6Ej8g@z> FYI, I checked in the attached as obvious. enjoy, Andrew