diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-06 17:13:27 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-06 17:13:27 +0000 |
commit | f3c8a52aceef30de05174ef7232578535a9cb32a (patch) | |
tree | f5562d01451c6f6b0b238902a637fb7ab6aa4a29 /gdb/NEWS | |
parent | 77a9102503a69f208ab08de7ef467701fc3d5268 (diff) | |
download | gdb-f3c8a52aceef30de05174ef7232578535a9cb32a.zip gdb-f3c8a52aceef30de05174ef7232578535a9cb32a.tar.gz gdb-f3c8a52aceef30de05174ef7232578535a9cb32a.tar.bz2 |
gdb/
2012-08-06 Nathaniel Flath <flat0103@gmail.com>
* NEWS: New entry for 'cd' default parameters.
* cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
gdb/doc/
2012-08-06 Nathaniel Flath <flat0103@gmail.com>
* gdb.texinfo (Working Directory): Added information about new
default argument for 'cd' command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 7.5 +* The 'cd' command now defaults to using '~' (the home directory) if not + given an argument. + * New configure options --enable-libmcheck/--disable-libmcheck |