* Makefile.in (VERSION): Bump to 4.9.2.
authorFred Fish <fnf@specifix.com>
Sat, 12 Jun 1993 22:03:27 +0000 (22:03 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 12 Jun 1993 22:03:27 +0000 (22:03 +0000)
commitce13daa7df1ac4343d6597e6e04c87617408a3fe
treee2886e3dc0deffcd4c567f9e70ec57a2e53306a9
parent998f2ef343650f723ead7f0232b40cbe4d8564e8
* Makefile.in (VERSION):  Bump to 4.9.2.
* c-valprint.c (c_val_print):  For array of chars printed with
string syntax, don't print the address of the array.  From
bothner@cygnus.com.
* c-exp.y (yylex): Recognize '.' as indicating a floating point
number regardless of the radix.  From wilson@cygnus.com.
* valprint.c (set_input_radix_1, set_output_radix_1):  New
prototypes and functions that do the actual radix setting work.
* valprint.c (set_radix, set_output_radix, set_input_radix):
Rewrite to use set_input_radix_1 and set_output_radix_1.
* valprint.c (initialize_valprint):  Enable commands to
independently set and show input and output radices.
* valprint.c (show_radix):  New prototype and function that
handles separate input and output radices.
gdb/ChangeLog
gdb/Makefile.in
gdb/c-exp.y
gdb/c-valprint.c
gdb/valprint.c
This page took 0.025042 seconds and 4 git commands to generate.