aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)Author
1995-03-02(yylex, case !NOT_FLOAT): Remove previous change.kenner
1995-02-21(yylex): Add support for <: :> <% %> digraphs.kenner
1995-02-21(yylex): For float, build constant in long double.kenner
1995-02-21(check_newline): Give warning if unrecognized data on #line.kenner
1994-11-21(yylex): Do warn about floating point out of range ifwilson
1994-07-02(yylex): Reject imaginary numbers when pedantic.wilson
1994-04-20(check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMAkenner
1994-04-18(yylex): If FP value is NaN, use value of zero.kenner
1994-04-16(yylex): Turn off overflow flag when fixing up large traditional hexkenner
1994-03-04Delete gperf-generated source from here.kenner
1994-02-27(readescape): Initialize FIRSTDIG.kenner
1993-12-10(yylex): When reading malformed floating point constant,wilson
1993-09-29(ignore_escape_flag): Remove var.eggert
1993-09-28(yylex): Handle i together with f or l in float constant.rms
1993-06-26Include ctype.h.rms
1993-05-26(readescape): Don't complain for \% unless pedantic.rms
1993-05-01(yylex): Avoid invalid shift for erroneous empty char const.rms
1993-04-28(yylex): Don't use unsigned comparison to also check for < 0; do itkenner
1993-04-25(yylex): Don't warn about floating point out of range if targetkenner
1993-04-24(forget_protocol_qualifiers): Cast enums to int before comparing.kenner
1993-04-09*** empty log message ***wood
1993-04-09More of previous change.rms
1993-04-09(yylex): Use MAP_CHARACTER if it's defined.rms
1993-03-31(yylex): Convert real decimal constants directlyrms
1993-03-28Updated for recent change in c-parse.gperf.rms
1993-03-20(yylex): Copy the string value we get from __FUNCTION__.rms
1993-03-04(init_lex): Initialize rid pointers for complex.rms
1993-03-02(init_lex): Set up ridpointers for `iterator'.rms
1993-03-02(init_lex): Maybe turn off `iterator' as keyword.rms
1993-02-27(check_newline): #line updates input_file_stack->name.rms
1993-02-18(yylex): Undo Feb 7 change.rms
1993-02-12(yylex): For wide char constant, use wchar_type_node.rms
1993-02-07(yylex): At eof, if binding levels not popped,rms
1993-01-09(yylex): Change warning msg when decimal const is unsigned.rms
1993-01-09(yylex): Don't allow @ in identifier outside of Objective C.rms
1992-11-06(readescape): Support \e like \E. Warn only if -pedantic.rms
1992-10-08(yylex): For floats, Use REAL_VALUES_LESS to distinguishrms
1992-10-04(readescape): No warning if digits in \x are all 0's.rms
1992-09-24(yylex, case '"'): Initialize arg pased to readescape.kenner
1992-09-24(readescape): New arg ignore_ptr.rms
1992-09-15(yylex): Integer constant is unsigned for purposes ofrms
1992-09-14(yylex): Warn about integers so large that they are unsigned.rms
1992-09-12(yylex): If integer value overflows so highword is negative,rms
1992-08-27(readescape): For \x, don't include leading 0's in count.rms
1992-08-27(readescape): DEL isn't printable.rms
1992-08-01(yylex): When traditional, convert 0x80000000 to -0x80000000.rms
1992-07-25(yylex): Diagnose `1.0fl'. Issue just one diagnostic for `1e1000000f'.rms
1992-07-23add an explicit int to a register declmrs
1992-07-14(yylex): Ensure TOTAL_PARTS is wide enough to store akenner
1992-07-06Changes to support execution on 64-bit machines.kenner