* main.c (filename_completer): Don't complete to files ending in ~.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 25 Jun 1993 03:47:12 +0000 (03:47 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 25 Jun 1993 03:47:12 +0000 (03:47 +0000)
commita32ebcfd6be0565b4b2df1386025d415caf0f02a
treea4b44bfc23eefa7ef93d9071d008b44bc4cb22ad
parent6ba7b81886f86428bba2c4a2a14f0b2a4ea1ff60
* main.c (filename_completer): Don't complete to files ending in ~.

* NEWS: Mention filename completion and "info line" enhancements.

* main.c (symbol_completion_function): On "info t foo", return NULL,
don't error().

* main.c (symbol_completion_function): Don't use readline word
breaking.  Use new calling convention for c->completer and
complete_on_cmdlist.
* command.h (struct command): Change arguments; now the text passed
to completer does not have any word breaking done.  New arg word.
* symtab.{c,h} (make_symbol_completion_list): Do word breaking.  Take
word argument.
* {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
* command.{c,h} (complete_on_cmdlist): Take word argument.

* command.c (lookup_cmd_1): Doc fix.
gdb/ChangeLog
gdb/NEWS
gdb/command.c
This page took 0.026481 seconds and 4 git commands to generate.