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