* main.c (source_command): Require an explicit pathname of file
authorFred Fish <fnf@specifix.com>
Thu, 11 Mar 1993 01:56:31 +0000 (01:56 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 11 Mar 1993 01:56:31 +0000 (01:56 +0000)
commitf77ad50597b7c74ce8454346940dcfc65aba1dd5
tree44e7ab514f237e231a7dcd3a64ff33fa7ba071a8
parent6559fbdb527abbf1a64ab4524693bab9daf3e305
* main.c (source_command):  Require an explicit pathname of file
to source, since previous behavior of defaulting to gdb init file
was troublesome and undocumented.
* printcmd.c (disassemble_command):  Add missing '{}' pair to
else with two statements.  Bug reported by Stephane Tsacas
<slt@isoft.fr>.
* symtab.c (find_pc_line):  Don't complain about zero length or
negative length line numbers for the moment, since we may not own
the terminal when called, such as when single stepping.  (FIXME)
* language.h (CAST_IS_CONVERSION):  True if current language is
C++ as well as C.  Fix from Peter Schauer.
* environ.c (get_in_environ, set_in_environ, unset_in_environ):
Use STREQN macro rather than bare '!strncmp()'.
* environ.c (unset_in_environ):  Avoid use of memcpy on
overlapping memory regions, as suggested by Paul Eggert
<eggert@twinsun.com>.
* c-exp.y (%union struct):  Remove unused ulval as suggested
by Paul Eggert <eggert@twinsun.com>.
gdb/ChangeLog
gdb/c-exp.y
gdb/language.h
gdb/printcmd.c
gdb/symtab.c
This page took 0.027121 seconds and 4 git commands to generate.