The list of changes is too long to fit in the cvs log (since it truncates!).
Look at the ChangeLog for Apr 30 and May 1.
This commit is contained in:
parent
04a0511c0a
commit
e1ce8aa5ed
30 changed files with 393 additions and 145 deletions
|
@ -756,6 +756,7 @@ print_frame_label_vars (frame, this_level_only, stream)
|
|||
return values_printed;
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
locals_info (args, from_tty)
|
||||
char *args;
|
||||
|
@ -972,6 +973,7 @@ frame_command (level_exp, from_tty)
|
|||
/* Select the frame up one or COUNT stack levels
|
||||
from the previously selected frame, and print it briefly. */
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
up_silently_command (count_exp, from_tty)
|
||||
char *count_exp;
|
||||
|
@ -1004,6 +1006,7 @@ up_command (count_exp, from_tty)
|
|||
/* Select the frame down one or COUNT stack levels
|
||||
from the previously selected frame, and print it briefly. */
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
down_silently_command (count_exp, from_tty)
|
||||
char *count_exp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue