| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 1998-04-15 Mark Mitchell <mmitchell@usa.net> | mmitchel | 1998-04-16 | 1 | -1/+1 |
* | fix merge breakage | jason | 1998-04-13 | 1 | -6/+2 |
* | This change is from an idea suggested by Arthur David Olson. | law | 1998-04-12 | 1 | -148/+210 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -24/+33 |
* | Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format. | wilson | 1998-03-25 | 1 | -8/+10 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -15/+1 |
* | ./ChangeLog: | brendan | 1998-02-18 | 1 | -0/+24 |
* | * c-common.c (c_expand_start_cond, c_expand_end_cond, | law | 1998-02-17 | 1 | -12/+46 |
* | * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | law | 1998-02-07 | 1 | -0/+13 |
* | * c-common.c (decl_attributes): Flag unrecognized attribute | law | 1998-02-05 | 1 | -15/+118 |
* | (c_build_type_variant): Don't futz with main type variant of array | kenner | 1997-06-09 | 1 | -22/+3 |
* | (check_format_info): Correct handling of the 'a' flag which adds | kenner | 1997-06-09 | 1 | -4/+7 |
* | x | merrill | 1997-02-16 | 1 | -4/+1 |
* | (skip_evaluation): Likewise. | kenner | 1996-12-07 | 1 | -6/+14 |
* | (decl_attributes, case A_ALIAS): Add missing parens. | kenner | 1996-11-15 | 1 | -1/+1 |
* | (split_specs_attrs): New function. | kenner | 1996-10-09 | 1 | -0/+70 |
* | (decl_attribtes, case A_SECTION): Allow for static local variable. | kenner | 1996-09-23 | 1 | -1/+2 |
* | (record_function_format): Define as static. | kenner | 1996-07-03 | 1 | -1/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -4/+4 |
* | (check_format_info): Change text of message about use of `0' with | kenner | 1996-06-11 | 1 | -1/+1 |
* | (decl_attributes, case A_T_UNION): Don't look at fields of union if | kenner | 1996-06-10 | 1 | -1/+2 |
* | (enum attrs): Add A_FORMAT_ARG. | kenner | 1996-06-08 | 1 | -6/+167 |
* | (decl_attributes): Chain multiple attributes correctly. | coxs | 1996-05-06 | 1 | -0/+2 |
* | (truthvalue_conversion, case ADDR_EXPR): Don't treat address of | kenner | 1996-05-06 | 1 | -0/+6 |
* | -fno-common change | merrill | 1996-05-06 | 1 | -1/+9 |
* | Install latest version of last patch. | kenner | 1996-02-19 | 1 | -3/+5 |
* | (check_format_info): Warn about `L' if -pedantic. | kenner | 1996-02-18 | 1 | -2/+10 |
* | (overflow_warning): Fix typo in warning message. | kenner | 1996-02-13 | 1 | -1/+1 |
* | (check_format_info): Handle missing type in format when terminated by | kenner | 1996-02-11 | 1 | -1/+1 |
* | * c-lex.c (check_newline): Pass character after `#pragma' to | dje | 1996-01-15 | 1 | -2/+6 |
* | (decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is a | kenner | 1996-01-01 | 1 | -2/+3 |
* | (WCHAR_TYPE_SIZE): Add a default definition. | wilson | 1995-12-19 | 1 | -0/+8 |
* | (combine_strings): Add support for WCHAR_TYPE as short. | wilson | 1995-11-29 | 1 | -1/+6 |
* | (check_format_info): Make test for null pointer more general. | kenner | 1995-10-19 | 1 | -1/+1 |
* | (check_format_info): Don't warn about format type mismatch if the | kenner | 1995-09-26 | 1 | -5/+9 |
* | (decl_attribute, case A_PACKED): Check is_type first. | kenner | 1995-08-29 | 1 | -6/+7 |
* | (decl_attributes, case A_ALIGNED): Handle is_type case properly. | kenner | 1995-07-18 | 1 | -1/+1 |
* | (decl_attributes, case A_CONSTRUCTOR, A_DESTRUCTOR): Set TREE_USED. | kenner | 1995-06-27 | 1 | -2/+8 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (format_char_info, case 'm'): Set type to void. | kenner | 1995-06-14 | 1 | -1/+4 |
* | (decl_attributes): Fix typo in size passed to alloca. | kenner | 1995-06-05 | 1 | -1/+1 |
* | (truthvalue_conversion, BIT_AND_EXPR): Make sure that the result has | kenner | 1995-05-31 | 1 | -2/+5 |
* | *** empty log message *** | merrill | 1995-05-24 | 1 | -0/+1 |
* | (convert_and_check): Don't diagnose overflow in constant expression | kenner | 1995-05-11 | 1 | -0/+4 |
* | (declare_hidden_char_array): Mark decl artificial. | merrill | 1995-05-09 | 1 | -0/+1 |
* | (enum attrs): Add A_UNUSED. | kenner | 1995-04-30 | 1 | -1/+10 |
* | (decl_attributes): Always continue if attribute not found. | dje | 1995-04-28 | 1 | -4/+4 |
* | (init_attributes): Don't require decl for A_PACKED. | kenner | 1995-04-26 | 1 | -2/+4 |
* | attributes weak and alias | merrill | 1995-04-16 | 1 | -1/+26 |
* | (enum attrs): New attribute, A_NOCOMMON. | kenner | 1995-04-10 | 1 | -2/+11 |