aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)Author
1998-10-08 * c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.Richard Frith-Macdonald
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton
1998-09-21 * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee
1998-09-09 * c-lex.c (real_yylex): Don't warn about long long constants ifNathan Sidwell
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton
1998-07-27Mon Jul 27 14:22:36 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley
1998-07-20Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley
1998-07-06 * c-decl.c: Add warn_multichar.Jason Merrill
1998-06-29 * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeffrey A Law
1998-06-19 * c-lex.c (yyprint): Add prototype.Jeffrey A Law
1998-06-10 Integrate cpplib into the C and C++ front ends.Dave Brolley
1998-05-21Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley
1998-05-13Warning fixes:Kaveh Ghazi
1998-05-06typo typo fixes fixesJeffrey A Law
1998-05-06 * c-common.c: Convert to using ctype macros defined in system.h.Kaveh Ghazi
1998-05-06Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>Robert Lipe
1998-04-16 * c-lex.c (skip_white_space_on_line): Add prototype.Jeffrey A Law
1998-04-15Wed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley
1998-04-08 * c-lex.c (finput): New global.Dave Brolley
1998-04-07 * c-lex.c (is_class_name): Delete declaration.Bernd Schmidt
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeffrey A Law
1998-04-01 * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-01-28 * rtl.c (read_rtx): Use atol/atoq based upon disposition ofJeffrey A Law
1998-01-27/Jeffrey A Law
1997-12-20 * bitmap.c (bitmap_clear): Ensure `inline' is at the beginningKaveh R. Ghazi
1997-12-07Merge from gcc-2.8Jeffrey A Law
1997-11-12 * glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts.J"orn Rennecke
1997-11-04 * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.Doug Evans
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-08-15 * c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA.Jeffrey A Law
1997-08-01* c-lex.c (lang_init): Remove (recently moved here).Per Bothner
1997-07-29Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner
1996-11-15xJason Merrill
1996-10-09(yylex): Treat `$' just like `_', except issue a diagnostic ifRichard Kenner
1996-09-29(yylex): Add new arg, TYPE, to call to build_complex.Richard Kenner
1996-05-06(check_newline): Fix #pragma parsing; issue error message forRichard Kenner
1996-04-17(check_newline): Rewrite to use tokens.Jim Wilson
1996-02-19(yylex, case '0'..'9','.'): For cases '0' and '1', check for singleRichard Kenner
1996-02-01(check_newline): HANDLE_PRAGMA returns terminating char as result now.Doug Evans
1996-01-15 * c-lex.c (check_newline): Pass character after `#pragma' toDoug Evans
1995-12-28(yylex): Improve error message for bogus numbers.Richard Kenner
1995-12-13Call new dbxout functions when changing source files.Ian Lance Taylor
1995-06-15Update FSF address.Richard Kenner
1995-05-16Fix typos in comments.Richard Kenner
1995-04-18Move pragma interface support to c-pragma.hMichael Meissner
1995-03-02(yylex, case !NOT_FLOAT): Remove previous change.Richard Kenner
1995-02-21(yylex): Add support for <: :> <% %> digraphs.Richard Kenner
1995-02-21(yylex): For float, build constant in long double.Richard Kenner
1995-02-21(check_newline): Give warning if unrecognized data on #line.Richard Kenner