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:
Jim Kingdon
1991-05-02 04:28:42 +00:00
parent 04a0511c0a
commit e1ce8aa5ed
30 changed files with 393 additions and 145 deletions

View File

@@ -15,11 +15,11 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "defs.h"
#include "command.h"
#include "symtab.h"
#include "value.h"
#include <stdio.h>
#include <ctype.h>
#include <string.h>
@@ -160,6 +160,7 @@ add_abbrev_prefix_cmd (name, class, fun, doc, prefixlist, prefixname,
return c;
}
/* ARGSUSED */
void
not_just_help_class_command (args, from_tty, c)
char *args;
@@ -254,8 +255,6 @@ delete_cmd (name, list)
}
}
void help_cmd (), help_list (), help_cmd_list ();
/* This command really has to deal with two things:
* 1) I want documentation on *this string* (usually called by
* "help commandname").
@@ -1083,6 +1082,7 @@ cmd_show_list (list, from_tty, prefix)
}
}
/* ARGSUSED */
static void
shell_escape (arg, from_tty)
char *arg;