diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-26 15:15:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-26 15:15:00 +0000 |
commit | 72e35288c7ed9bf4f68a4ba527e688dc10251d7e (patch) | |
tree | 2c47dacc022d5eebb6891bdadc6d63de047b4cf2 /gdb/NEWS | |
parent | 00f5639008d77b60a25d9d9d54f35afda13eb3aa (diff) | |
download | gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.zip gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.tar.gz gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.tar.bz2 |
* command.c (do_setshow_command, case var_string): Never add a
space to the end of the string.
* NEWS: Document this change.
* .gdbinit: Add a space to the "set prompt" command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ What has changed since GDB-3.5? (Organized release by release) +*** Changes in GDB-4.13: + +* New "complete" command for use by emacs. + +* "set prompt" no longer adds a space for you after the prompt you set. This +allows you to set a prompt which ends in a space or one that does not. + *** Changes in GDB-4.12: * Irix 5 is now supported |