| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-05-21 | 1 | -103/+6 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -0/+1 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * c-common.c: Convert to using ctype macros defined in system.h. | ghazi | 1998-05-06 | 1 | -9/+9 |
* | Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> | robertl | 1998-05-06 | 1 | -0/+1 |
* | * c-lex.c (skip_white_space_on_line): Add prototype. | law | 1998-04-16 | 1 | -0/+1 |
* | Wed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-04-15 | 1 | -1/+3 |
* | * c-lex.c (finput): New global. | law | 1998-04-08 | 1 | -2/+27 |
* | * c-lex.c (is_class_name): Delete declaration. | law | 1998-04-07 | 1 | -3/+2 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -14/+14 |
* | * c-lex.c (yylex): Initialize traditional_type, ansi_type and type. | law | 1998-04-01 | 1 | -0/+1 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -20/+1 |
* | * rtl.c (read_rtx): Use atol/atoq based upon disposition of | law | 1998-01-28 | 1 | -4/+8 |
* | / | law | 1998-01-27 | 1 | -2/+15 |
* | * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning | law | 1997-12-20 | 1 | -1/+1 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -13/+12 |
* | * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts. | amylaar | 1997-11-12 | 1 | -28/+69 |
* | * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling. | devans | 1997-11-04 | 1 | -7/+8 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -6/+29 |
* | * c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA. | law | 1997-08-15 | 1 | -1/+1 |
* | * c-lex.c (lang_init): Remove (recently moved here). | bothner | 1997-08-01 | 1 | -11/+0 |
* | Patches to use cpplib with cc1 #if USE_CPPLIB. | bothner | 1997-07-29 | 1 | -100/+266 |
* | x | merrill | 1996-11-15 | 1 | -31/+6 |
* | (yylex): Treat `$' just like `_', except issue a diagnostic if | kenner | 1996-10-09 | 1 | -8/+9 |
* | (yylex): Add new arg, TYPE, to call to build_complex. | kenner | 1996-09-29 | 1 | -3/+5 |
* | (check_newline): Fix #pragma parsing; issue error message for | kenner | 1996-05-06 | 1 | -6/+4 |
* | (check_newline): Rewrite to use tokens. | wilson | 1996-04-17 | 1 | -16/+39 |
* | (yylex, case '0'..'9','.'): For cases '0' and '1', check for single | kenner | 1996-02-19 | 1 | -1/+17 |
* | (check_newline): HANDLE_PRAGMA returns terminating char as result now. | dje | 1996-02-01 | 1 | -1/+1 |
* | * c-lex.c (check_newline): Pass character after `#pragma' to | dje | 1996-01-15 | 1 | -7/+8 |
* | (yylex): Improve error message for bogus numbers. | kenner | 1995-12-28 | 1 | -39/+10 |
* | Call new dbxout functions when changing source files. | ian | 1995-12-13 | 1 | -0/+8 |