Age | Commit message (Expand) | Author | Files | Lines |
1993-07-02 | * c-exp.y (yylex): Give error if unmatched single quote. | Jim Kingdon | 1 | -0/+2 |
1993-06-12 | * Makefile.in (VERSION): Bump to 4.9.2. | Fred Fish | 1 | -1/+6 |
1993-04-02 | * stabsread.c (patch_block_stabs): If stab & no symbol, make | Jim Kingdon | 1 | -0/+1 |
1993-03-20 | Lint: * c-exp.y (parse_number): Avoid shift warning. | John Gilmore | 1 | -3/+12 |
1993-03-11 | * main.c (source_command): Require an explicit pathname of file | Fred Fish | 1 | -1/+0 |
1993-03-03 | * c-exp.y (parse_number): Change high_bit to unsigned. | Fred Fish | 1 | -3/+3 |
1993-02-03 | * c-exp.y (lcurly, rcurly): New nonterminals. | Fred Fish | 1 | -8/+12 |
1993-01-19 | * c-exp.y (exp): Add production to support direct creation | Fred Fish | 1 | -0/+11 |
1993-01-16 | * c-exp.y (exp:STRING): Convert C strings into array-of-char | Fred Fish | 1 | -3/+21 |
1993-01-05 | * c-exp.y (yylex): Make static, to match prototype and other | Fred Fish | 1 | -1/+1 |
1992-12-31 | * Makefile.in (BISON): Add comment that when bison is used, it | Fred Fish | 1 | -14/+12 |
1992-12-31 | * c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names | Fred Fish | 1 | -0/+2 |
1992-12-31 | * c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names. | Fred Fish | 1 | -19/+23 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -3/+3 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -6/+12 |
1992-12-15 | * gdbtypes.c (create_array_type): Complete rewrite. Now requires | Fred Fish | 1 | -2/+4 |
1992-12-09 | * c-exp.y, m2-exp.y: Migrate code that has nothing to do with | Fred Fish | 1 | -510/+1 |
1992-12-03 | * c-exp.y (c_create_fundamental_type): New function to create | Fred Fish | 1 | -1/+145 |
1992-11-24 | * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize, | Fred Fish | 1 | -16/+54 |
1992-11-23 | * language.h (PRINT_LITERAL_FORM): New macro that takes character | Fred Fish | 1 | -37/+38 |
1992-11-21 | * defs.h (sevenbit_strings): Add declaration. | Fred Fish | 1 | -0/+161 |
1992-11-18 | * language.h (language_format_info): New structure to bundle | Fred Fish | 1 | -4/+8 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -17/+18 |
1992-11-06 | * c-exp.y: separated host/target idea of integer type size, | Steve Chamberlain | 1 | -69/+57 |
1992-10-31 | * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add sed patterns to | Fred Fish | 1 | -15/+11 |
1992-10-19 | * c-exp.y: Moved handling of 'const' and 'volatile' from | Per Bothner | 1 | -4/+4 |
1992-09-10 | Removed a large number of changes inserted by Per Bothner | John Gilmore | 1 | -57/+23 |
1992-09-04 | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -23/+57 |
1992-07-10 | * gdbtypes.c, gdbtypes.h: New function lookup_signed_typename. | Per Bothner | 1 | -2/+9 |
1992-07-09 | Minor changes to make these work with bison again. | Michael Tiemann | 1 | -3/+3 |
1992-07-09 | Only treat "class" as a token if the current language is C++. | Fred Fish | 1 | -1/+2 |
1992-07-09 | * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type | Fred Fish | 1 | -1/+6 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -1/+1 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -1/+1 |
1992-06-10 | * c-exp.y, m2-exp.y: Move remapping defines for malloc and | Fred Fish | 1 | -8/+20 |
1992-06-09 | * c-exp.y (yylex): Recognize single-quoted strings that specify | Fred Fish | 1 | -1/+15 |
1992-05-17 | * inflow.c (new_tty): Temporarily ignore SIGTTOU when | Fred Fish | 1 | -4/+4 |
1992-04-18 | Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by | Fred Fish | 1 | -17/+17 |
1992-04-15 | Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure, | Fred Fish | 1 | -17/+17 |
1992-04-02 | Lint. | John Gilmore | 1 | -0/+3 |
1992-03-30 | c-exp.y: Add missing return type to yyparse() prototype. | Per Bothner | 1 | -0/+1 |
1992-03-29 | Lint | John Gilmore | 1 | -6/+2 |
1992-03-26 | * c-exp.y, gdbtypes.h: Add builtin_type_signed_char. | Per Bothner | 1 | -0/+6 |
1992-03-20 | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1 | -4/+27 |
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -0/+6 |
1992-02-22 | * Check in Fred Fish's changes in these modules. Fred | John Gilmore | 1 | -68/+85 |
1992-02-20 | * defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS | John Gilmore | 1 | -10/+10 |
1992-01-27 | * buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug. | John Gilmore | 1 | -2/+4 |
1991-12-05 | Fix things pointed up by Fred Fish's test suite; see ChangeLog. | John Gilmore | 1 | -3/+4 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -1/+0 |