OSDN Git Service

2002-11-19 Klee Dienes <kdienes@apple.com>
authorkdienes <kdienes>
Wed, 20 Nov 2002 08:57:59 +0000 (08:57 +0000)
committerkdienes <kdienes>
Wed, 20 Nov 2002 08:57:59 +0000 (08:57 +0000)
commitcc39f94318926a01773b0f8a60fb984318ed2541
treeff6b3ee3ed6de4dd0dc04e5122ac9769dc2bc1a6
parent84e4f5a9d66fa147ad11ae2fb036b6140b5ba464
2002-11-19  Klee Dienes  <kdienes@apple.com>
            Adam Fedor  <fedor@gnu.org>

        * completer.c (skip_quoted_chars): Renamed from skip_chars.  Add
        the ability to explicitly specify the quote characters and word
        break characters; if NULL is specified for either, use the old
        behavior of using the characters used by the completer.
        (skip_chars): New function.  Convenience wrapper around
        skip_quoted_chars to provide the original skip_chars behavior.
        * completer.h (skip_quoted_chars): Add prototype.
gdb/ChangeLog
gdb/completer.c
gdb/completer.h