| Commit message (Expand) | Author | Age | Files | Lines |
* | x | merrill | 1996-11-15 | 1 | -31/+6 |
* | (yylex): Treat `$' just like `_', except issue a diagnostic if | kenner | 1996-10-09 | 1 | -8/+9 |
* | (yylex): Add new arg, TYPE, to call to build_complex. | kenner | 1996-09-29 | 1 | -3/+5 |
* | (check_newline): Fix #pragma parsing; issue error message for | kenner | 1996-05-06 | 1 | -6/+4 |
* | (check_newline): Rewrite to use tokens. | wilson | 1996-04-17 | 1 | -16/+39 |
* | (yylex, case '0'..'9','.'): For cases '0' and '1', check for single | kenner | 1996-02-19 | 1 | -1/+17 |
* | (check_newline): HANDLE_PRAGMA returns terminating char as result now. | dje | 1996-02-01 | 1 | -1/+1 |
* | * c-lex.c (check_newline): Pass character after `#pragma' to | dje | 1996-01-15 | 1 | -7/+8 |
* | (yylex): Improve error message for bogus numbers. | kenner | 1995-12-28 | 1 | -39/+10 |
* | Call new dbxout functions when changing source files. | ian | 1995-12-13 | 1 | -0/+8 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -1/+1 |
* | Move pragma interface support to c-pragma.h | meissner | 1995-04-18 | 1 | -0/+1 |
* | (yylex, case !NOT_FLOAT): Remove previous change. | kenner | 1995-03-02 | 1 | -1/+1 |
* | (yylex): Add support for <: :> <% %> digraphs. | kenner | 1995-02-21 | 1 | -2/+23 |
* | (yylex): For float, build constant in long double. | kenner | 1995-02-21 | 1 | -1/+1 |
* | (check_newline): Give warning if unrecognized data on #line. | kenner | 1995-02-21 | 1 | -2/+18 |
* | (yylex): Do warn about floating point out of range if | wilson | 1994-11-21 | 1 | -13/+12 |
* | (yylex): Reject imaginary numbers when pedantic. | wilson | 1994-07-02 | 1 | -0/+4 |
* | (check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMA | kenner | 1994-04-20 | 1 | -1/+2 |
* | (yylex): If FP value is NaN, use value of zero. | kenner | 1994-04-18 | 1 | -0/+6 |
* | (yylex): Turn off overflow flag when fixing up large traditional hex | kenner | 1994-04-16 | 1 | -0/+2 |
* | Delete gperf-generated source from here. | kenner | 1994-03-04 | 1 | -184/+4 |
* | (readescape): Initialize FIRSTDIG. | kenner | 1994-02-27 | 1 | -2/+2 |
* | (yylex): When reading malformed floating point constant, | wilson | 1993-12-10 | 1 | -1/+7 |
* | (ignore_escape_flag): Remove var. | eggert | 1993-09-29 | 1 | -8/+2 |
* | (yylex): Handle i together with f or l in float constant. | rms | 1993-09-28 | 1 | -39/+78 |
* | Include ctype.h. | rms | 1993-06-26 | 1 | -2/+2 |
* | (readescape): Don't complain for \% unless pedantic. | rms | 1993-05-26 | 1 | -0/+2 |
* | (yylex): Avoid invalid shift for erroneous empty char const. | rms | 1993-05-01 | 1 | -2/+5 |
* | (yylex): Don't use unsigned comparison to also check for < 0; do it | kenner | 1993-04-28 | 1 | -1/+1 |
* | (yylex): Don't warn about floating point out of range if target | kenner | 1993-04-25 | 1 | -5/+9 |
* | (forget_protocol_qualifiers): Cast enums to int before comparing. | kenner | 1993-04-24 | 1 | -1/+2 |
* | *** empty log message *** | wood | 1993-04-09 | 1 | -120/+208 |
* | More of previous change. | rms | 1993-04-09 | 1 | -0/+4 |
* | (yylex): Use MAP_CHARACTER if it's defined. | rms | 1993-04-09 | 1 | -0/+4 |
* | (yylex): Convert real decimal constants directly | rms | 1993-03-31 | 1 | -18/+30 |
* | Updated for recent change in c-parse.gperf. | rms | 1993-03-28 | 1 | -58/+67 |
* | (yylex): Copy the string value we get from __FUNCTION__. | rms | 1993-03-20 | 1 | -1/+6 |
* | (init_lex): Initialize rid pointers for complex. | rms | 1993-03-04 | 1 | -46/+81 |
* | (init_lex): Set up ridpointers for `iterator'. | rms | 1993-03-02 | 1 | -71/+64 |
* | (init_lex): Maybe turn off `iterator' as keyword. | rms | 1993-03-02 | 1 | -0/+2 |
* | (check_newline): #line updates input_file_stack->name. | rms | 1993-02-27 | 1 | -1/+12 |
* | (yylex): Undo Feb 7 change. | rms | 1993-02-18 | 1 | -7/+0 |
* | (yylex): For wide char constant, use wchar_type_node. | rms | 1993-02-12 | 1 | -5/+12 |
* | (yylex): At eof, if binding levels not popped, | rms | 1993-02-07 | 1 | -0/+7 |
* | (yylex): Change warning msg when decimal const is unsigned. | rms | 1993-01-09 | 1 | -1/+1 |
* | (yylex): Don't allow @ in identifier outside of Objective C. | rms | 1993-01-09 | 1 | -2/+6 |
* | (readescape): Support \e like \E. Warn only if -pedantic. | rms | 1992-11-06 | 1 | -1/+3 |
* | (yylex): For floats, Use REAL_VALUES_LESS to distinguish | rms | 1992-10-08 | 1 | -18/+4 |