* config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
[deliverable/binutils-gdb.git] / gdb / values.c
1996-02-17  Stu Grossman * Add native support for long double data type.
1996-02-16  Fred Fish * demangle.c (is_cplus_marker): New function, checks...
1996-01-24  Per Bothner * value.h (COERCE_ARRAY): Don't coerce enums.
1995-11-30  Per Bothner * ch-exp.y: Replaced by ...
1995-10-06  Per Bothner * values.c allocate_repeat_value): Allocate an array...
1995-10-05  Per Bothner * expression.h (enum exp_code): Added OP_NAME.
1995-09-02  Peter Schauer * configure.in: Explicitly `exit 0' for broken shells.
1995-08-26  Peter Schauer * mdebugread.c (parse_symbol): Handle sh.value of...
1995-08-02  Fred FishUpdate FSF address.
1995-08-01  J.T. Conklin* configure.in: Check for working mmap, ansi headers...
1995-04-13  Jim Kingdon* values.c (set_internalvar): Set modifiable flag of...
1995-01-26  Per Bothner * language.h (struct language_defn): New field c_styl...
1994-10-15  Peter Schauer * eval.c (evaluate_subexp): Make fnptr a LONGEST...
1994-10-06  Ian Lance Taylor * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined...
1994-09-25  Stan Shebs * infcmd.c (do_registers_info) [INVALID_FLOAT]: Only...
1994-09-10  Peter Schauer * Update copyright message to include 1993, 1994.
1994-09-10  Peter Schauer * corelow.c (add_solib_stub): Copy to_sections change...
1994-05-05  Per Bothner Add partial support for g++ code compiled with -fvtabl...
1994-04-13  Jeff Law * breakpoint.h (enum bptype): Add bp_hardware_watchpoi...
1994-04-08  Jim Kingdon * values.c (unpack_long): Remove obsolete comment...
1994-04-05  Per Bothner * values.c (unpack_long, value_from_longest),
1994-03-23  Jim Kingdon * values.c (set_internalvar): Don't set var->value...
1994-03-05  Peter SchauerFix typo, value has not been changed to value_ptr in...
1994-03-03  Jim Kingdon * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,
1994-03-01  Jim Kingdon * value.h (struct value): Add modifiable field.
1993-12-30  Jim Kingdon* values.c (unpack_long): Fix garbled error message.
1993-11-10  Jim Kingdon gcc -Wall lint:
1993-11-04  Kung HsuModified Files:
1993-11-01  Thomas LordChange the stream argument to _filtered to GDB_FILE *.
1993-10-29  Jim Kingdon * defs.h, findvar.c (extract_floating, store_floating...
1993-10-19  Kung HsuModified Files:
1993-10-04  Jim KingdonMon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth...
1993-09-08  K. Richard Pixleysome gcc lint
1993-08-18  Jim Kingdon * printcmd.c (print_address), values.c (value_as_point...
1993-07-30  Jim Kingdon * cp-valprint.c (cplus_print_value): Don't dump core...
1993-07-10  Jim Kingdon * values.c, value.h (modify_field), callers: Make...
1993-07-10  Jim Kingdon * findvar.c, defs.h
1993-06-17  Steve Chamberlain * configure.in (alpha-*-osf*), config/alpha/alpha...
1993-04-29  Fred Fish * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_...
1993-04-06  Jim Kingdon* values.c (USE_STRUCT_RETURN): Only use gcc wierdness...
1993-02-01  Michael Tiemann * values.c (value_headof): Fix typo in which VTBL...
1993-01-16  Fred Fish * c-exp.y (exp:STRING): Convert C strings into array...
1992-12-23  Fred Fish * defs.h (STRCMP, STREQ, STREQN): New macros.
1992-12-18  Fred Fish * Makefile.in (VERSION): Bump to 4.7.4.
1992-11-30  Fred Fish * tm-sun4sol2.h: Add CPLUS_MARKER. Solaris 2.0 requi...
1992-11-15  Fred Fish * Makefile.in (SFILES_MAINDIR): Add ch-exp.y.
1992-10-06  John Gilmore A bunch of changes mostly to improve debugging of...
1992-09-10  John GilmoreRemoved a large number of changes inserted by Per Bothner
1992-09-04  Per BothnerA ton of changes to improve C++ debugging. See ChangeLog.
1992-07-09  Fred Fish * dwarfread.c (alloc_utype, decode_subscr_data): ...
1992-07-04  Fred Fish * breakpoint.c, buildsym.c, c-exp.y, coffread.c, comma...
1992-06-29  Fred Fish * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib...
1992-05-13  Steve Chamberlain Changes to support GDB running on DOS using GO32 and...
1992-05-05  Fred Fish * Makefile.in (DEMANGLER): Define and default to...
1992-05-05  John Gilmore* values.c (set_internalvar): Force evaluation of...
1992-05-03  Fred Fish * Makefile.in (VERSION): Bump to 4.5.2.
1992-04-02  Fred FishFix bug in values.c unpacking signed characters on...
1992-04-02  John GilmoreLint.
1992-03-29  John GilmoreLint
1992-03-20  Per BothnerMore C++ improvements (pointers to members, qualified...
1992-03-19  Per Bothner Some improvements to g++ debugging.
1992-03-03  Michael TiemannTue Mar 3 15:11:52 1992 Michael Tiemann (tiemann...
1992-02-22  John Gilmore* Check in Fred Fish's changes in these modules. Fred
1992-02-06  Steve Chamberlain * coffread.c (read_enum_type): Use the size of a targe...
1991-12-30  Per BothnerMainly stuff to improve handling of TYPE_CODE_REF ...
1991-11-27  John GilmoreImprove G++ debugging support.
1991-11-21  John Gilmore* defs.h: Incorporate param.h. All users changed.
1991-11-12  Per BothnerFixes related to handling of C++ methods (handle destru...
1991-11-12  Fred FishRemove internal gdb definition of fixed arg count conca...
1991-11-06  Per BothnerAdd C++ as a separate language.
1991-10-26  Per Bothner Various fixes to improve g++ debugging. See ChangeLog.
1991-10-15  John GilmoreChanges from Fred Fish:
1991-09-19  John Gilmore* values.c (unpack_long, value_from_longest): Handle
1991-09-06  John GilmoreFix some infrastructure to be able to cope with host...
1991-08-22  Stu Grossmanlint
1991-08-03  John GilmoreOnly read the right number of bytes in reading basetype...
1991-07-19  John GilmoreEliminate LOC_EXTERNAL. Improve select_source_symtab...
1991-06-04  John GilmoreChange GDB over to GNU General Public License version 2.
1991-05-03  Jim Kingdon*** empty log message ***
1991-05-02  Jim KingdonThe list of changes is too long to fit in the cvs log...
1991-04-30  Michael TiemannTue Apr 30 13:13:33 1991 Michael Tiemann (tiemann...
1991-04-29  Jim Kingdon * param-no-tm.h: Make BITS_BIG_ENDIAN defined to 0...
1991-04-26  Jim Kingdon * values.c (check_stub_method): Do lookup_method_type...
1991-04-24  Jim Kingdon values.c (value_virtual_fn_field): If there is no...
1991-04-22  Jim Kingdon * breakpoint.c (bpstat_print): Try all elements on...
1991-04-19  Jim Kingdon*** empty log message ***
1991-04-05  John Gilmore*** empty log message ***
1991-04-04  K. Richard PixleyThis commit was generated by cvs2svn to track changes...
1991-03-28  K. Richard PixleyJohns release
1990-09-05  John GilmoreInitial revision
2012-06-03  gdb-3.3gdb-3.3
2012-06-03  gdb-3.1gdb-3.1
2012-06-03  gdb-2.8.1gdb-2.8.1
2012-06-03  gdb-2.8gdb-2.8
2012-06-03  gdb-2.5.2gdb-2.5.2
2012-06-03  gdb-2.5.1gdb-2.5.1
2012-06-03  gdb-2.4+.aux.coffgdb-2.4+.aux.coff
This page took 0.527445 seconds and 103 git commands to generate.