aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-09top level:Zack Weinberg1-2/+2
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts1-1/+1
2000-03-14c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.Greg McGary1-0/+2
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-0/+1
2000-02-27* c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.Zack Weinberg1-1/+1
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-16* c-lex.c (readescape): Warn about 'x', but do not reject it.Alexandre Oliva1-1/+4
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-1/+1
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-8/+1
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-13/+13
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+1
1999-12-02Pass pragma_getc and pragma_ungetc to HANDLE_PRAGMA.Nick Clifton1-2/+2
1999-11-30c-lex.c (yylex): With -Wtraditional...Kaveh R. Ghazi1-1/+5
1999-10-30* c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.Stephen L Moshier1-1/+3
1999-10-03alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1-2/+12
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1-7/+2
1999-09-18c-pragma.c (mark_align_stack): New.Richard Henderson1-0/+1
1999-09-15* c-lex.c (yylex): Initialize warn.Richard Henderson1-1/+1
1999-09-14c-lex.c (handle_generic_pragma): Remove unused variable `c'.Kaveh R. Ghazi1-2/+0
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-2/+2
1999-09-06Merge in gcc2-ss-010999Jeff Law1-6/+8
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+2
1999-08-06* c-lex.c (yylex): We can have a number with no digits.Jason Merrill1-1/+2
1999-08-04c-lex.c: Sync with C++ frontend.Jason Merrill1-433/+456
1999-08-03toplev.h (errorcount): Declare.Mark Mitchell1-1/+0
1999-07-21For gcc:Gavin Romig-Koch1-19/+27
1999-07-06c-lex.c (errorcount): Declare it.Dave Brolley1-0/+2
1999-07-02For gcc:Gavin Romig-Koch1-2/+16
1999-07-01For gcc:Gavin Romig-Koch1-3/+3
1999-06-07c-lex.c (GETC): Redefine to call getch.Dave Brolley1-21/+67
1999-03-20Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-17c-lex.c: Don't include setjmp.h.Kaveh R. Ghazi1-102/+137
1999-03-16c-lex.c (yylex): Remove warning for integer literals being larger than the la...Gavin Romig-Koch1-13/+15
1999-02-22c-lex.c (yylex): Replace warning about integer constants being larger than lo...Gavin Romig-Koch1-8/+8
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-14/+4
1999-02-15c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1-1/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-16/+27
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-02Fix indentation from last patch.Ulrich Drepper1-19/+19
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-7/+26
1998-11-25gcc.c: Split out Objective-C specs to...Zack Weinberg1-5/+6
1998-10-29[multiple changes]Zack Weinberg1-3/+5
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-0/+5
1998-10-16c-lex.c (yylex): Fix unaligned access of wchar_t.Dave Brolley1-7/+5
1998-10-13Warning fixes:Kaveh R. Ghazi1-4/+4
1998-10-08c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.Richard Frith-Macdonald1-0/+3
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1-17/+20
1998-09-20c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1-5/+1