Age | Commit message (Expand) | Author | Files | Lines |
2000-12-01 | gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and .FPP. | Joseph Myers | 1 | -5/+6 |
2000-11-28 | system.h (IS_DIR_SEPARATOR): Use uppercase macro name. | Richard Kenner | 1 | -18/+8 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -8/+1 |
2000-11-24 | * gcc.c (process_command): Use F_OK, not R_OK. | Richard Kenner | 1 | -1/+1 |
2000-11-22 | gcc.c (validate_switches): Validate multiple switches named in '|' (or) expre... | Neil Booth | 1 | -9/+19 |
2000-11-19 | gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined. | Zack Weinberg | 1 | -0/+1 |
2000-11-14 | New option --target-help. | Chandra Chavva | 1 | -0/+45 |
2000-11-07 | * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed. | Richard Henderson | 1 | -1/+1 |
2000-11-03 | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 1 | -1/+0 |
2000-11-03 | Use memset/memcmp instead of bzero/bcmp. | Joseph Myers | 1 | -3/+3 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 1 | -9/+9 |
2000-10-20 | cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT. | Tom Tromey | 1 | -1/+2 |
2000-10-20 | * Use "because" instead of since in error messages. | David Edelsohn | 1 | -3/+3 |
2000-10-05 | configure: Save configure arguments to gcc/configargs.h. | Phil Edwards | 1 | -0/+5 |
2000-10-05 | gcc.c: Move data on prefixes forward in file and reorganize. | Richard Kenner | 1 | -107/+114 |
2000-09-26 | gcc.c (cpp_options): Add spec for -ftabstop=. | Neil Booth | 1 | -11/+23 |
2000-09-20 | gcc.c (modify_target): New variable and struct. | Richard Kenner | 1 | -0/+71 |
2000-09-18 | * gcc.c (cpp_options): Add specs for __STDC_HOSTED__. | Joseph Myers | 1 | -0/+2 |
2000-09-16 | gcc.c: In description for %{<S}, say the option removed is -S. | Hans-Peter Nilsson | 1 | -2/+2 |
2000-09-15 | gcc.c: Fix formatting. | Kazu Hirata | 1 | -275/+284 |
2000-09-11 | gcc.c (main): Don't warn about unused -B prefixes | DJ Delorie | 1 | -31/+0 |
2000-09-07 | Integrated preprocessor. | Zack Weinberg | 1 | -2/+2 |
2000-09-04 | * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it. | Craig Newell | 1 | -1/+1 |
2000-08-29 | * gcc.c: Fix formatting. | Kazu Hirata | 1 | -81/+73 |
2000-08-24 | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 1 | -14/+8 |
2000-08-21 | gcc.c (do_spec_1): Implement %j spec flag. | Jeff Law | 1 | -44/+40 |
2000-08-04 | x-djgpp: Delete code that conditionally modifies target_alias. | Mark Elbrecht | 1 | -0/+5 |
2000-08-02 | gcc.h (lang_specific_driver): Constify second argument. | Zack Weinberg | 1 | -10/+12 |
2000-07-31 | Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through... | Zack Weinberg | 1 | -3/+3 |
2000-07-28 | gcc.c (struct prefix_list): Add member priority. | Andrew Cagney | 1 | -54/+67 |
2000-07-19 | * gcc.c (.h spec): Fix typo. | Zack Weinberg | 1 | -1/+1 |
2000-07-13 | gcc.c (do_spec_1): Add new %B operator. | Zack Weinberg | 1 | -237/+133 |
2000-07-13 | gcc.c (execute): If a subprocess gets a fatal signal... | Zack Weinberg | 1 | -15/+28 |
2000-07-12 | gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi... | Zack Weinberg | 1 | -13/+9 |
2000-06-29 | rtl.c: Revert NLS changes. | Philipp Thomas | 1 | -3/+4 |
2000-06-28 | c-decl.c: Mark strings for translation. | Philipp Thomas | 1 | -46/+49 |
2000-06-18 | Fix spec %v3 | Michael Meissner | 1 | -1/+1 |
2000-06-14 | Thinko in last change. | Jeff Law | 1 | -1/+1 |
2000-06-14 | gcc.c (main): Quiet compiler warnings. | David O'Brien | 1 | -1/+1 |
2000-05-23 | getopt.h (getopt): Also check HAVE_DECL_* when prototyping. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-05-20 | top level: | Zack Weinberg | 1 | -24/+30 |
2000-05-09 | gcc.c (used_arg): Skip over a semicolon at the end of the split-up loop; don'... | Zack Weinberg | 1 | -2/+2 |
2000-05-09 | top level: | Zack Weinberg | 1 | -57/+55 |
2000-05-05 | * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name. | Mark Elbrecht | 1 | -1/+6 |
2000-05-04 | gcc.c (free_split_directories): Correct typo in explanation of make_relative_... | Mark Elbrecht | 1 | -1/+1 |
2000-04-24 | gcc.c (load_specs): New static function. | Mumit Khan | 1 | -14/+53 |
2000-04-24 | gcc.c (lookup_compiler): Make multiple passes for case insensitive filesystems. | Mumit Khan | 1 | -27/+42 |
2000-04-03 | gcc.c (C specs): Pass -f(no-)show-column to the preprocessor. | Zack Weinberg | 1 | -0/+5 |
2000-03-28 | gcc.c (handle_braces): In {x*...} case, break out of loop if switch is found. | Tom Tromey | 1 | -0/+1 |
2000-03-26 | gcc.c (handle_braces): Recognize `%{<S}' construct. | Tom Tromey | 1 | -16/+58 |