aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)Author
1999-09-04Import final gcc2 snapshot (990109)gcc3Jeffrey A Law
1998-12-17Import gcc2 ss-980929Jeffrey A Law
1998-06-29import gcc2 980609 snapshotJeffrey A Law
1998-04-04gcc2 snapshot 980401 importJeffrey A Law
1997-12-06import of gcc-2.8Jeffrey A Law
1997-11-02import gcc2 971021 snapshotJeffrey 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
1994-11-21(yylex): Do warn about floating point out of range ifJim Wilson
1994-07-02(yylex): Reject imaginary numbers when pedantic.Jim Wilson
1994-04-20(check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMARichard Kenner
1994-04-18(yylex): If FP value is NaN, use value of zero.Richard Kenner
1994-04-16(yylex): Turn off overflow flag when fixing up large traditional hexRichard Kenner
1994-03-04Delete gperf-generated source from here.Richard Kenner
1994-02-27(readescape): Initialize FIRSTDIG.Richard Kenner
1993-12-10(yylex): When reading malformed floating point constant,Jim Wilson
1993-09-29(ignore_escape_flag): Remove var.Paul Eggert
1993-09-28(yylex): Handle i together with f or l in float constant.Richard Stallman
1993-06-26Include ctype.h.Richard Stallman
1993-05-26(readescape): Don't complain for \% unless pedantic.Richard Stallman
1993-05-01(yylex): Avoid invalid shift for erroneous empty char const.Richard Stallman
1993-04-28(yylex): Don't use unsigned comparison to also check for < 0; do itRichard Kenner
1993-04-25(yylex): Don't warn about floating point out of range if targetRichard Kenner
1993-04-24(forget_protocol_qualifiers): Cast enums to int before comparing.Richard Kenner
1993-04-09*** empty log message ***Tom Wood
1993-04-09More of previous change.Richard Stallman
1993-04-09(yylex): Use MAP_CHARACTER if it's defined.Richard Stallman
1993-03-31(yylex): Convert real decimal constants directlyRichard Stallman
1993-03-28Updated for recent change in c-parse.gperf.Richard Stallman
1993-03-20(yylex): Copy the string value we get from __FUNCTION__.Richard Stallman
1993-03-04(init_lex): Initialize rid pointers for complex.Richard Stallman
1993-03-02(init_lex): Set up ridpointers for `iterator'.Richard Stallman
1993-03-02(init_lex): Maybe turn off `iterator' as keyword.Richard Stallman