aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
1997-08-01* c-lex.c (lang_init): Remove (recently moved here).Per Bothner1-11/+0
1997-07-29Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner1-100/+266
1996-11-15xJason Merrill1-31/+6
1996-10-09(yylex): Treat `$' just like `_', except issue a diagnostic ifRichard Kenner1-8/+9
1996-09-29(yylex): Add new arg, TYPE, to call to build_complex.Richard Kenner1-3/+5
1996-05-05(check_newline): Fix #pragma parsing; issue error message forRichard Kenner1-6/+4
1996-04-17(check_newline): Rewrite to use tokens.Jim Wilson1-16/+39
1996-02-18(yylex...Richard Kenner1-1/+17
1996-02-01(check_newline): HANDLE_PRAGMA returns terminating char as result now.Doug Evans1-1/+1
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1-7/+8
1995-12-28(yylex): Improve error message for bogus numbers.Richard Kenner1-39/+10
1995-12-13Call new dbxout functions when changing source files.Ian Lance Taylor1-0/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-18Move pragma interface support to c-pragma.hMichael Meissner1-0/+1
1995-03-02(yylex, case !NOT_FLOAT): Remove previous change.Richard Kenner1-1/+1
1995-02-21(yylex): Add support for <: :> <% %> digraphs.Richard Kenner1-2/+23
1995-02-21(yylex): For float, build constant in long double.Richard Kenner1-1/+1
1995-02-21(check_newline): Give warning if unrecognized data on #line.Richard Kenner1-2/+18
1994-11-21(yylex): Do warn about floating point out of range if target floating-point f...Jim Wilson1-13/+12
1994-07-02(yylex): Reject imaginary numbers when pedantic.Jim Wilson1-0/+4
1994-04-20(check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMARichard Kenner1-1/+2
1994-04-18(yylex): If FP value is NaN, use value of zero.Richard Kenner1-0/+6
1994-04-16(yylex): Turn off overflow flag when fixing up large traditional hexRichard Kenner1-0/+2
1994-03-04Delete gperf-generated source from here.Richard Kenner1-184/+4
1994-02-27(readescape): Initialize FIRSTDIG.Richard Kenner1-2/+2
1993-12-10(yylex): When reading malformed floating point constant,Jim Wilson1-1/+7
1993-09-29(ignore_escape_flag): Remove var.Paul Eggert1-8/+2
1993-09-28(yylex): Handle i together with f or l in float constant.Richard Stallman1-39/+78
1993-06-26Include ctype.h.Richard Stallman1-2/+2
1993-05-26(readescape): Don't complain for \% unless pedantic.Richard Stallman1-0/+2
1993-05-01(yylex): Avoid invalid shift for erroneous empty char const.Richard Stallman1-2/+5
1993-04-28(yylex): Don't use unsigned comparison to also check for < 0; do itRichard Kenner1-1/+1
1993-04-25(yylex): Don't warn about floating point out of range if targetRichard Kenner1-5/+9
1993-04-24(forget_protocol_qualifiers): Cast enums to int before comparing.Richard Kenner1-1/+2
1993-04-09*** empty log message ***Tom Wood1-120/+208
1993-04-09More of previous change.Richard Stallman1-0/+4
1993-04-09(yylex): Use MAP_CHARACTER if it's defined.Richard Stallman1-0/+4
1993-03-31(yylex): Convert real decimal constants directly to the precision specified b...Richard Stallman1-18/+30
1993-03-28Updated for recent change in c-parse.gperf.Richard Stallman1-58/+67
1993-03-20(yylex): Copy the string value we get from __FUNCTION__.Richard Stallman1-1/+6
1993-03-04(init_lex): Initialize rid pointers for complex.Richard Stallman1-46/+81
1993-03-02(init_lex): Set up ridpointers for `iterator'.Richard Stallman1-71/+64
1993-03-02(init_lex): Maybe turn off `iterator' as keyword.Richard Stallman1-0/+2
1993-02-27(check_newline): #line updates input_file_stack->name.Richard Stallman1-1/+12
1993-02-18(yylex): Undo Feb 7 change.Richard Stallman1-7/+0
1993-02-12(yylex): For wide char constant, use wchar_type_node.Richard Stallman1-5/+12
1993-02-07(yylex): At eof, if binding levels not popped,Richard Stallman1-0/+7
1993-01-09(yylex): Change warning msg when decimal const is unsigned.Richard Stallman1-1/+1
1993-01-09(yylex): Don't allow @ in identifier outside of Objective C.Richard Stallman1-2/+6