aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-09c-lex.c (real_yylex): Don't warn about long long constants if we're allowing ...Nathan Sidwell1-1/+1
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1-23/+47
1998-07-27c-lex.c (yylex): Fix boundary conditions in character literal and string lite...Dave Brolley1-5/+5
1998-07-20configure.in (enable_c_mbchar): New configure option.Dave Brolley1-85/+179
1998-07-06c-decl.c: Add warn_multichar.Jason Merrill1-1/+1
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-0/+5
1998-06-19c-lex.c (yyprint): Add prototype.H.J. Lu1-2/+2
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-4/+0
1998-05-21configure.in (extra_c_objs): add prefix.o.Dave Brolley1-103/+6
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-9/+9
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-16* c-lex.c (skip_white_space_on_line): Add prototype.Jeffrey A Law1-0/+1
1998-04-15toplev.c (compile_file): Call init_parse using new interface.Dave Brolley1-1/+3
1998-04-08c-lex.c (finput): New global.Dave Brolley1-2/+27
1998-04-07c-lex.c (is_class_name): Delete declaration.Bernd Schmidt1-3/+2
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-14/+14
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-0/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-20/+1
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law1-4/+8