src/gdb ChangeLog completer.c completer.h
kdienes@sources.redhat.com
kdienes@sources.redhat.com
Wed Nov 20 08:34:00 GMT 2002
CVSROOT: /cvs/src
Module name: src
Changes by: kdienes@sourceware.org 2002-11-20 00:58:02
Modified files:
gdb : ChangeLog completer.c completer.h
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3478&r2=1.3479
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/completer.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/completer.h.diff?cvsroot=src&r1=1.6&r2=1.7
More information about the Gdb-cvs
mailing list