Age | Commit message (Expand) | Author | Files | Lines |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 3 | -36/+8 |
2002-01-11 | re PR other/5299 (then -> than fixes) | Craig Rodrigues | 3 | -2/+8 |
2001-12-20 | configure.in (all_diff_excludes, [...]): Remove. | Joseph Myers | 2 | -4/+5 |
2001-12-15 | c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages. | Joseph Myers | 2 | -3/+7 |
2001-12-15 | gcc.c, [...]: Use American spelling in messages. | Joseph Myers | 4 | -4/+8 |
2001-12-10 | cpp.texi: Don't condition menus on @ifinfo. | Joseph Myers | 2 | -3/+4 |
2001-12-04 | build-make, cross-make: Delete file. | Zack Weinberg | 2 | -12/+11 |
2001-12-03 | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 15 | -123/+139 |
2001-11-29 | configure.in (target_list): Add generated-manpages. | Joseph Myers | 2 | -0/+5 |
2001-10-31 | ChangeLog, [...]: Fix spelling errors. | Joseph Myers | 8 | -19/+24 |
2001-10-30 | convert.c, [...]: Use /* */ for all commentary, not #if 0 ... | Zack Weinberg | 8 | -88/+89 |
2001-09-22 | attribs.c: New file, from c-common.c. | Richard Kenner | 2 | -1/+5 |
2001-08-18 | except.c (TYPE_HASH): Delete. | Kaveh R. Ghazi | 2 | -4/+4 |
2001-08-12 | toplev.c (set_float_handler): Make static. | Zack Weinberg | 2 | -1/+4 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 2 | -6/+9 |
2001-08-06 | varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ... | Richard Henderson | 2 | -1/+7 |
2001-07-19 | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 3 | -5/+6 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -38/+42 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -2/+1 |
2001-06-28 | diagnostic.c (default_print_error_function): Tweak. | Gabriel Dos Reis | 3 | -3/+13 |
2001-06-10 | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 4 | -2/+11 |
2001-06-02 | cpp.texi, [...]: Move contents to just after title page. | Joseph Myers | 2 | -1/+5 |
2001-05-27 | Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. | Theodore Papadopoulo | 2 | -5/+11 |
2001-05-26 | * configure: Remove obsolete file. | Zack Weinberg | 2 | -635/+4 |
2001-05-25 | Standardize header guards. | Richard Henderson | 3 | -6/+10 |
2001-05-20 | re PR other/567 ("make dvi" fails) | Joseph Myers | 2 | -6/+10 |
2001-03-02 | remove spurious code | Nick Clifton | 1 | -11/+0 |
2001-02-23 | c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK. | Richard Kenner | 2 | -0/+7 |
2001-02-15 | Fix typos | DJ Delorie | 1 | -2/+2 |
2001-02-15 | Makefile.in (install-common): Don't depend on installdirs here. | Jim Meyering | 2 | -2/+7 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 8 | -50/+56 |
2001-01-29 | stmt.c (estimate_case_costs): Use integer_minus_one_node. | Kaveh R. Ghazi | 3 | -7/+8 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 4 | -8/+13 |
2001-01-05 | lang-options.h: Bring comment in line with reality. | Phil Edwards | 1 | -5/+2 |
2000-12-12 | configure.in: Simplify language enabling/disabling code. | Alexandre Oliva | 1 | -1/+4 |
2000-12-08 | configure.in: Don't define INSTALL_INFO. | Joseph Myers | 2 | -5/+12 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 2 | -586/+591 |
2000-12-06 | actions.h: Standarize copyright statement. | Rodney Brown | 14 | -13/+28 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 3 | -3/+8 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 2 | -13/+5 |
2000-11-03 | In gcc/: | Geoff Keating | 4 | -20/+15 |
2000-10-07 | Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf. | Joseph Myers | 2 | -2/+6 |
2000-10-05 | * decl.c (finish_chill_function): Don't init can_reach_end. | Richard Henderson | 2 | -3/+4 |
2000-09-26 | gcc.c (cpp_options): Add spec for -ftabstop=. | Neil Booth | 1 | -2/+1 |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 4 | -52/+11 |
2000-08-29 | top level: | Zack Weinberg | 3 | -3/+8 |
2000-08-25 | Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | Mark Mitchell | 2 | -2/+6 |
2000-08-21 | lang-specs.h: Do not process -o or run the assembler if -fsyntax-only. | Nix | 2 | -2/+8 |
2000-08-07 | * decl.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2000-08-05 | [multiple changes] | Zack Weinberg | 3 | -8/+10 |