1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs.git for use in CI/development since the upstream savannah git repo is very flakey.
Go to file
Roland McGrath a223b10d5e (gud-debugger-startup): Replaced with gud-massage-args.
(gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args.
(gdb, sdb, xdb): Argument is command line, not args for it.  Remove
debugger name from prompt and put it in the default input instead.
Overload gud-massage-args instead of gud-debugger-startup.
(gud-chop-words): New function; subr for gud-common-init.
(gud-common-init): Argument is command line, not args for it.
Rewritten to use gud-chop-words instead of temp buffer and kludge involving
read.  Find the program name as the first word of the command line.
Use make-comint and gud-massage-args in place of gud-debugger-startup.
Expand the file name before passing it to gud-massage-args.
1993-07-15 01:55:13 +00:00
etc
lib-src * etags.c (alloca): removed all references to it. 1993-07-09 19:44:58 +00:00
lisp (gud-debugger-startup): Replaced with gud-massage-args. 1993-07-15 01:55:13 +00:00
lispref
src (Vhelp_menu_bar_map): New var. 1993-07-14 16:49:30 +00:00
build-ins.in
config.guess
config.sub * config.sub: Add case for Bull dpx/2. 1993-07-14 04:52:50 +00:00
configure1.in * configure.in: Use the autoconf AC_FIND_X macro to try to find 1993-07-10 05:18:56 +00:00
GETTING.GNU.SOFTWARE
INSTALL
make-dist * make-dist (tempdir): Don't create lisp/forms-mode directory in 1993-07-07 09:58:18 +00:00
Makefile.in * Makefile.in (top_distclean): Use -f switch when cleaning out 1993-06-19 21:05:21 +00:00
PROBLEMS