Age | Commit message (Expand) | Author | Files | Lines |
1998-06-03 | c-common.c (check_format_info): Put back check for C9x `hh' length modifier. | Andreas Schwab | 1 | -13/+13 |
1998-05-21 | configure.in (extra_c_objs): add prefix.o. | Dave Brolley | 1 | -0/+107 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -1/+1 |
1998-05-06 | c-common.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 1 | -5/+5 |
1998-05-06 | toplev.h: New file. | Robert Lipe | 1 | -0/+1 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -17/+9 |
1998-05-05 | Fix old -pedantic error I noticed while reviewing patch from Ulrich. | Jim Wilson | 1 | -2/+15 |
1998-05-04 | (format_char_info): Add new field hhlen. | Ulrich Drepper | 1 | -49/+62 |
1998-04-24 | Fix a typo: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-04-21 | c-common.c (type_for_mode): Handle TI types. | Jeffrey A Law | 1 | -0/+3 |
1998-04-16 | c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get the length of ... | Mark Mitchell | 1 | -1/+1 |
1998-04-13 | fix merge breakage | Jason Merrill | 1 | -6/+2 |
1998-04-12 | This change is from an idea suggested by Arthur David Olson. | Paul Eggert | 1 | -148/+210 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -24/+33 |
1998-03-25 | Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format. | Jim Wilson | 1 | -8/+10 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -15/+1 |
1998-02-18 | tree.h (merge_machine_{type,decl}_attributes): Declare. | Brendan Kehoe | 1 | -0/+24 |
1998-02-17 | c-common.c (c_expand_start_cond, [...]): Don't warn about non-ambiguous else ... | Bernd Schmidt | 1 | -12/+46 |
1998-02-07 | c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | Robert Lipe | 1 | -0/+13 |
1998-02-05 | c-common.c (decl_attributes): Flag unrecognized attribute functions as warnin... | Mumit Khan | 1 | -15/+118 |
1997-06-09 | (c_build_type_variant): Don't futz with main type variant of array since C... | Richard Kenner | 1 | -22/+3 |
1997-06-09 | (check_format_info): Correct handling of the 'a' flag which adds | Richard Kenner | 1 | -4/+7 |
1997-02-16 | x | Jason Merrill | 1 | -4/+1 |
1996-12-07 | (skip_evaluation): Likewise. | Richard Kenner | 1 | -6/+14 |
1996-11-15 | (decl_attributes, case A_ALIAS): Add missing parens. | Richard Kenner | 1 | -1/+1 |
1996-10-09 | (split_specs_attrs): New function. | Richard Kenner | 1 | -0/+70 |
1996-09-22 | (decl_attribtes, case A_SECTION): Allow for static local variable. | Richard Kenner | 1 | -1/+2 |
1996-07-03 | (record_function_format): Define as static. | Richard Kenner | 1 | -1/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -4/+4 |
1996-06-11 | (check_format_info): Change text of message about use of `0' with | Richard Kenner | 1 | -1/+1 |
1996-06-10 | (decl_attributes, case A_T_UNION): Don't look at fields of union if | Richard Kenner | 1 | -1/+2 |
1996-06-08 | (enum attrs): Add A_FORMAT_ARG. | Richard Kenner | 1 | -6/+167 |
1996-05-06 | (decl_attributes): Chain multiple attributes correctly. | Stan Cox | 1 | -0/+2 |
1996-05-06 | (truthvalue_conversion, case ADDR_EXPR): Don't treat address of | Richard Kenner | 1 | -0/+6 |
1996-05-06 | -fno-common change | Jason Merrill | 1 | -1/+9 |
1996-02-18 | Install latest version of last patch. | Richard Kenner | 1 | -3/+5 |
1996-02-18 | (check_format_info): Warn about `L' if -pedantic. | Richard Kenner | 1 | -2/+10 |
1996-02-13 | (overflow_warning): Fix typo in warning message. | Richard Kenner | 1 | -1/+1 |
1996-02-11 | (check_format_info): Handle missing type in format when terminated by | Richard Kenner | 1 | -1/+1 |
1996-01-15 | c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA. | Doug Evans | 1 | -2/+6 |
1996-01-01 | (decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is a | Richard Kenner | 1 | -2/+3 |
1995-12-18 | (WCHAR_TYPE_SIZE): Add a default definition. | Jim Wilson | 1 | -0/+8 |
1995-11-29 | (combine_strings): Add support for WCHAR_TYPE as short. | Jim Wilson | 1 | -1/+6 |
1995-10-19 | (check_format_info): Make test for null pointer more general. | Richard Kenner | 1 | -1/+1 |
1995-09-26 | (check_format_info): Don't warn about format type mismatch if the | Richard Kenner | 1 | -5/+9 |
1995-08-29 | (decl_attribute, case A_PACKED): Check is_type first. | Richard Kenner | 1 | -6/+7 |
1995-07-18 | (decl_attributes, case A_ALIGNED): Handle is_type case properly. | Richard Kenner | 1 | -1/+1 |
1995-06-27 | (decl_attributes, case A_CONSTRUCTOR, A_DESTRUCTOR): Set TREE_USED. | Richard Kenner | 1 | -2/+8 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |