From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58575 invoked by alias); 8 Jul 2015 20:37:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 50718 invoked by uid 89); 8 Jul 2015 20:37:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mail-wi0-f174.google.com Received: from mail-wi0-f174.google.com (HELO mail-wi0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 08 Jul 2015 20:37:38 +0000 Received: by wiga1 with SMTP id a1so295431906wig.0 for ; Wed, 08 Jul 2015 13:37:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=u8WAMXj0anZO98JVkWF5s4EodztroYvlId1nFDor7/0=; b=hKfBZYS4uRYNGiNXkZOsZU8EBwjlobPOQMbhUEJEHEw+1p19SQODZgFdaLPP9rPEvk tvtMfmgtJi/JSLPX1INtJ0xkZu3sqbZG/CGk3WrZYB+WNUhiat2oJL5CkA5zQsNY4f9C pwU7dfz7FhKlbmeOH6RIrl3nD1iHpJ6Qi44hPklL0HALHzQDeemtbSu40p8KbK1NFa3V Iy6jYSjKHadM/pkNOqsQzICGE7y+l74vPsBImO2YzFi/8XlpsjM8bowqyhiJ+oy6EYGJ zNnY8XPk93D8Mf6Er+0wIS94e16Y9evCIrYuinuDV1/D+GhLU+llie/MHR8JcfHWCBJU A9/A== X-Gm-Message-State: ALoCoQmq6eZxAOq7OkFXUYvccRRZDpmCqYTNO9BY/LDY36IEWzytc2HQm61XfNOuLfYQKQMbH/mF X-Received: by 10.194.58.7 with SMTP id m7mr22629256wjq.109.1436387855746; Wed, 08 Jul 2015 13:37:35 -0700 (PDT) Received: from localhost (host81-158-4-174.range81-158.btcentralplus.com. [81.158.4.174]) by smtp.gmail.com with ESMTPSA id ho10sm5191281wjb.39.2015.07.08.13.37.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 13:37:34 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH 0/3] convert tui window names to lower case Date: Wed, 08 Jul 2015 20:37:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00256.txt.bz2 This patch series converts the tui window names to lower case. The window names are already lower case in the documentation, and the recently added command completer for 'focus' reports window names as lower case. The window names aren't actally shown in that many places, so this change shouldn't be that big of a upset (I hope), plus all the commands that take a window name already accepts both upper and lower case. Patch #1 does the conversion to lower case. Patch #2 is a follow-on clean up. Patch #3 is a small related bug fix, I've left it in this chain as it would other wise conflict with patch #1. Thanks, Andrew -- Andrew Burgess (3): gdb: Convert TUI windows names to lower case. gdb/tui: Define tui window names once. gdb/tui: Use cleanups to free string copies. gdb/ChangeLog | 21 +++++++++++++++++++++ gdb/tui/tui-data.h | 8 ++++---- gdb/tui/tui-win.c | 46 ++++++++++++++++------------------------------ 3 files changed, 41 insertions(+), 34 deletions(-) -- 2.4.0