| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust variable names, comments, help strings to c99. | drepper | 2000-01-29 | 1 | -1/+1 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 1 | -8/+1 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -13/+13 |
* | Update copyrights for last checkin. | ghazi | 2000-01-11 | 1 | -1/+1 |
* | * Makefile.in (optabs.o): Depend on real.h | ghazi | 2000-01-10 | 1 | -0/+1 |
* | Pass pragma_getc and pragma_ungetc to HANDLE_PRAGMA. | nickc | 1999-12-02 | 1 | -2/+2 |
* | * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an | ghazi | 1999-11-30 | 1 | -1/+5 |
* | * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant. | law | 1999-10-31 | 1 | -1/+3 |
* | * alias.c (nonlocal_reference_p): Add static prototype. | ghazi | 1999-10-03 | 1 | -2/+12 |
* | * toplev.c (documented_lang_options): Add -fshort-wchar. | jason | 1999-09-23 | 1 | -7/+2 |
* | * c-pragma.c (mark_align_stack): New. | rth | 1999-09-18 | 1 | -0/+1 |
* | * c-lex.c (yylex): Initialize warn. | rth | 1999-09-16 | 1 | -1/+1 |
* | * c-lex.c (handle_generic_pragma): Remove unused variable `c'. | ghazi | 1999-09-14 | 1 | -2/+0 |
* | Linas Vepstas <linas@linas.org> | rth | 1999-09-08 | 1 | -2/+2 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -6/+8 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | mmitchel | 1999-09-06 | 1 | -1/+2 |
* | * c-lex.c (yylex): We can have a number with no digits. | jason | 1999-08-07 | 1 | -1/+2 |
* | * c-lex.c: Sync with C++ frontend. | jason | 1999-08-04 | 1 | -433/+456 |
* | * toplev.h (errorcount): Declare. | mmitchel | 1999-08-03 | 1 | -1/+0 |
* | For gcc: | gavin | 1999-07-21 | 1 | -19/+27 |
* | Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-07-06 | 1 | -0/+2 |
* | For gcc: | gavin | 1999-07-02 | 1 | -2/+16 |
* | For gcc: | gavin | 1999-07-01 | 1 | -3/+3 |
* | Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-06-07 | 1 | -21/+67 |
* | Warning fixes: | ghazi | 1999-03-20 | 1 | -1/+1 |
* | * c-lex.c: Don't include setjmp.h. | ghazi | 1999-03-17 | 1 | -102/+137 |
* | * c-lex.c (yylex) : Remove warning for integer literals being | gavin | 1999-03-16 | 1 | -13/+15 |
* | * c-lex.c (yylex): Replace warning about integer constants being | gavin | 1999-02-22 | 1 | -8/+8 |
* | * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | ghazi | 1999-02-18 | 1 | -14/+4 |
* | 1999-02-15 16:59 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu> | zack | 1999-02-15 | 1 | -1/+1 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -16/+27 |
* | Warning fixes: | ghazi | 1998-12-23 | 1 | -1/+1 |
* | Fix indentation from last patch. | drepper | 1998-12-02 | 1 | -19/+19 |
* | * c-common.c (declare_function_name): Declare predefinied variable | rth | 1998-12-01 | 1 | -7/+26 |
* | * gcc.c: Split out Objective-C specs to... | law | 1998-11-25 | 1 | -5/+6 |
* | 1998-10-28 16:10 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> | brolley | 1998-10-29 | 1 | -3/+5 |
* | * invoke.texi: Document -flang-isoc9x. | mmitchel | 1998-10-21 | 1 | -0/+5 |
* | Fri Oct 16 15:26:24 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-10-16 | 1 | -7/+5 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -4/+4 |
* | * c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF. | law | 1998-10-08 | 1 | -0/+3 |
* | Add support for #pragma pack(push,<n>) and #pragma pack(pop). | nickc | 1998-10-01 | 1 | -17/+20 |
* | * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). | law | 1998-09-21 | 1 | -5/+1 |
* | * c-lex.c (real_yylex): Don't warn about long long constants if | law | 1998-09-09 | 1 | -1/+1 |
* | Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB. | nickc | 1998-09-02 | 1 | -23/+47 |
* | Mon Jul 27 14:22:36 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-27 | 1 | -5/+5 |
* | Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-20 | 1 | -85/+179 |
* | * c-decl.c: Add warn_multichar. | law | 1998-07-06 | 1 | -1/+1 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -0/+5 |
* | * c-lex.c (yyprint): Add prototype. | law | 1998-06-19 | 1 | -2/+2 |
* | Integrate cpplib into the C and C++ front ends. | brolley | 1998-06-10 | 1 | -4/+0 |