| Commit message (Expand) | Author | Age | Files | Lines |
* | Change GPLv2 files (which do not have exceptions or additions) over to GPLv3. | Nick Clifton | 2007-09-01 | 1 | -5/+4 |
* | * protoize.c (edit_fn_definition): Add volatile to clean_text_p. | Mike Stump | 2006-07-12 | 1 | -1/+2 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form... | Jakub Jelinek | 2005-06-06 | 1 | -3/+3 |
* | * protoize.c (version_flag, quiet_flag, nochange_flag, nosave_flag) | Richard Sandiford | 2005-05-04 | 1 | -9/+11 |
* | attribs.c, [...]: Update copyright. | Kazu Hirata | 2005-04-28 | 1 | -1/+1 |
* | collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. | Kaveh R. Ghazi | 2005-04-26 | 1 | -3/+1 |
* | collect2.c (main): Unlock the stdio streams. | Kaveh R. Ghazi | 2005-04-24 | 1 | -0/+5 |
* | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 2005-04-03 | 1 | -22/+15 |
* | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 2004-11-09 | 1 | -45/+45 |
* | bitmap.c, [...]: Update copyright. | Kazu Hirata | 2004-10-15 | 1 | -1/+1 |
* | * protoize.c, tree-cfg.c: Fix comment typos. | Kazu Hirata | 2004-09-30 | 1 | -1/+1 |
* | Makefile.in (PROTO_OBJS): Add errors.o. | Nathan Sidwell | 2004-08-24 | 1 | -10/+0 |
* | * protoize.c (substr): Delete, callers changed to `strstr'. | Kaveh R. Ghazi | 2003-08-14 | 1 | -26/+3 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -42/+37 |
* | fp-test.c (main): Use ISO C90 prototype. | Andreas Jaeger | 2003-07-12 | 1 | -203/+125 |
* | system.h: Include filenames.h. | Zack Weinberg | 2003-07-03 | 1 | -23/+4 |
* | * protoize.c: Fix breakage from last patch. | Andreas Jaeger | 2003-06-19 | 1 | -4/+2 |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -6/+6 |
* | builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I... | Kaveh R. Ghazi | 2003-06-16 | 1 | -1/+1 |
* | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 2003-05-17 | 1 | -5/+5 |
* | dbxout.c (lastfile, cwd): Fix `unused' warning. | Kaveh Ghazi | 2003-01-16 | 1 | -2/+2 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | c-common.h: Follow spelling conventions. | Kazu Hirata | 2002-09-26 | 1 | -5/+5 |
* | c-lex.c (GET_ENVIRONMENT): Remove. | Neil Booth | 2002-07-21 | 1 | -5/+1 |
* | * protoize.c: Fix formatting. | Kazu Hirata | 2002-05-20 | 1 | -766/+766 |
* | Makefile.in (PROTO_OBJS): Add cppdefault.o. | Zack Weinberg | 2002-04-17 | 1 | -55/+2 |
* | protoize.c: Match include directory usage with cppdefault.c. | David O'Brien | 2002-04-03 | 1 | -8/+14 |
* | predict.c: Fix formatting. | Kazu Hirata | 2002-01-22 | 1 | -9/+9 |
* | gcc.c (default_compilers): Const-ify. | Kaveh R. Ghazi | 2002-01-02 | 1 | -1/+1 |
* | collect2.c (is_ctor_dtor): Const-ify. | Kaveh R. Ghazi | 2001-12-27 | 1 | -1/+1 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -2/+2 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -3/+2 |
* | aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w... | Zack Weinberg | 2001-10-19 | 1 | -12/+1 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -2/+2 |
* | c-common.c: Fix comment typos. | Kazu Hirata | 2001-10-09 | 1 | -1/+1 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -2/+2 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -3/+3 |
* | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 2001-09-12 | 1 | -2/+2 |
* | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 2001-08-27 | 1 | -12/+4 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -4/+4 |
* | system.h: Include symcat.h. | Kaveh R. Ghazi | 2001-03-27 | 1 | -1/+1 |
* | more rigorous SIGCHLD guarding | Bruce Korb | 2001-03-16 | 1 | -0/+9 |
* | protoize.c (main): Correctly set locale categories. | Philipp Thomas | 2000-12-17 | 1 | -0/+7 |
* | Warning fixes: | Kaveh R. Ghazi | 2000-11-19 | 1 | -1/+1 |
* | * protoize.c (munge_compile_params): Fix typo and formatting buglets. | Jeffrey A Law | 2000-08-22 | 1 | -2/+3 |
* | gcc.c (do_spec_1): Implement %j spec flag. | Jeff Law | 2000-08-21 | 1 | -5/+10 |
* | cccp.c, [...]: Removed. | Zack Weinberg | 2000-04-18 | 1 | -1/+1 |
* | Fix copyrights. | Jeff Law | 2000-02-26 | 1 | -1/+2 |