Age | Commit message (Expand) | Author | Files | Lines |
2003-01-02 | 2003-01-02 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -1/+0 |
2002-10-12 | language.h (CAST_IS_CONVERSION): Add language_objc. | Adam Fedor | 1 | -1/+2 |
2002-09-19 | Revert previous change. Not obvious. | Andrew Cagney | 1 | -2/+1 |
2002-09-19 | 2002-09-18 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+2 |
2002-08-01 | 2002-08-01 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2002-05-12 | * language.c (local_hex_string_custom): Simplify. Do not depend | Andrew Cagney | 1 | -6/+2 |
2002-02-02 | * language.h (type_error, range_error): Make string parameter | Andrew Cagney | 1 | -4/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -2/+2 |
2000-08-11 | 2000-08-10 Jimmy Guo <guo@cup.hp.com> | Jimmy Guo | 1 | -0/+23 |
2000-06-19 | * defs.h: define language_pascal in language enumeration.
| Pierre Muller | 1 | -1/+2 |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -5/+5 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -61/+33 |
2000-03-04 | Comment out longest_raw_hex_string. | Andrew Cagney | 1 | -0/+4 |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -11/+13 |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -1/+13 |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -2/+1 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -121/+140 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -4/+4 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+439 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -439/+0 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -3/+3 |
1998-10-05 | * c-lang.c (emit_char c_printchar c_printstr), c-lang.h (c_printstr) | Stu Grossman | 1 | -5/+11 |
1998-09-22 | * defs.h utils.c (fputc_filtered): New function. Does the obvious... | Stu Grossman | 1 | -2/+4 |
1998-06-10 | * c-exp.y: Fix problems with parsing "'foo.bar'::func". Some languages | Stu Grossman | 1 | -1/+1 |
1996-01-23 | Fix typo in comment. | Per Bothner | 1 | -1/+1 |
1995-12-01 | * language.c (lang_bool_type), language.h: New function. | Per Bothner | 1 | -0/+5 |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 |
1995-05-19 | * defs.h (ATTR_FORMAT): New macro, expands to gcc's format | J.T. Conklin | 1 | -2/+4 |
1995-05-18 | * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered, | J.T. Conklin | 1 | -2/+2 |
1995-02-12 | * language.h (struct language_defn): New field evaluate_exp. | Per Bothner | 1 | -0/+5 |
1995-02-02 | * eval.c (evaluate_subexp): Clean up handling of | Per Bothner | 1 | -0/+6 |
1995-01-26 | * language.h (struct language_defn): New field c_style_arrays. | Per Bothner | 1 | -0/+5 |
1994-08-19 | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 1 | -0/+3 |
1994-08-03 | * language.h (struct language_defn): Remove unused field | Stan Shebs | 1 | -8/+0 |
1994-06-05 | Fix value_print, which used to be ostensibly langauge-indepentdent, | Per Bothner | 1 | -0/+7 |
1994-02-03 | * printcmd.c (decode_format): Don't blithely set the size for | Jim Kingdon | 1 | -10/+0 |
1994-02-02 | * gdbtypes.h, ch-typeprint.c, ch-valprint.c: | Jim Kingdon | 1 | -1/+4 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -4/+4 |
1993-09-28 | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -8/+2 |
1993-09-02 | * language.h: Add comment about current_language. | Jim Kingdon | 1 | -1/+13 |
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1 | -2/+0 |
1993-03-11 | * main.c (source_command): Require an explicit pathname of file | Fred Fish | 1 | -1/+2 |
1993-03-01 | * language.h (local_decimal_format_custom): Add prototype. | Fred Fish | 1 | -0/+3 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -29/+92 |
1992-12-09 | * c-exp.y, m2-exp.y: Migrate code that has nothing to do with | Fred Fish | 1 | -0/+1 |
1992-12-03 | * c-exp.y (c_create_fundamental_type): New function to create | Fred Fish | 1 | -0/+7 |
1992-11-23 | * language.h (PRINT_LITERAL_FORM): New macro that takes character | Fred Fish | 1 | -0/+9 |
1992-11-21 | * defs.h (sevenbit_strings): Add declaration. | Fred Fish | 1 | -0/+7 |
1992-11-18 | * language.h (language_format_info): New structure to bundle | Fred Fish | 1 | -15/+103 |