summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
...
* (yylex): Copy the string value we get from __FUNCTION__.rms1993-03-201-1/+6
* (init_lex): Initialize rid pointers for complex.rms1993-03-041-46/+81
* (init_lex): Set up ridpointers for `iterator'.rms1993-03-021-71/+64
* (init_lex): Maybe turn off `iterator' as keyword.rms1993-03-021-0/+2
* (check_newline): #line updates input_file_stack->name.rms1993-02-271-1/+12
* (yylex): Undo Feb 7 change.rms1993-02-181-7/+0
* (yylex): For wide char constant, use wchar_type_node.rms1993-02-121-5/+12
* (yylex): At eof, if binding levels not popped,rms1993-02-071-0/+7
* (yylex): Change warning msg when decimal const is unsigned.rms1993-01-091-1/+1
* (yylex): Don't allow @ in identifier outside of Objective C.rms1993-01-091-2/+6
* (readescape): Support \e like \E. Warn only if -pedantic.rms1992-11-061-1/+3
* (yylex): For floats, Use REAL_VALUES_LESS to distinguishrms1992-10-081-18/+4
* (readescape): No warning if digits in \x are all 0's.rms1992-10-041-0/+3
* (yylex, case '"'): Initialize arg pased to readescape.kenner1992-09-241-1/+1
* (readescape): New arg ignore_ptr.rms1992-09-241-7/+11
* (yylex): Integer constant is unsigned for purposes ofrms1992-09-151-0/+1
* (yylex): Warn about integers so large that they are unsigned.rms1992-09-141-0/+3
* (yylex): If integer value overflows so highword is negative,rms1992-09-121-0/+2
* (readescape): For \x, don't include leading 0's in count.rms1992-08-271-4/+10
* (readescape): DEL isn't printable.rms1992-08-271-1/+1
* (yylex): When traditional, convert 0x80000000 to -0x80000000.rms1992-08-011-1/+11
* (yylex): Diagnose `1.0fl'. Issue just one diagnostic for `1e1000000f'.rms1992-07-251-39/+25
* add an explicit int to a register declmrs1992-07-231-1/+1
* (yylex): Ensure TOTAL_PARTS is wide enough to store akenner1992-07-141-6/+4
* Changes to support execution on 64-bit machines.kenner1992-07-061-16/+34
* (yylex): For integers, rename shorts to parts.rms1992-07-061-114/+37
* Undo rcs botchwood1992-07-011-28/+27
* (check_newline): Support HANDLE_SYSV_PRAGMA.rms1992-07-011-0/+48
* fix typos in comments.rms1992-06-241-1/+1
* Don't know what changed.rms1992-06-241-1/+1
* entered into RCSrms1992-06-041-1/+1
* *** empty log message ***rms1992-06-031-3/+3
* *** empty log message ***rms1992-05-221-2/+5
* *** empty log message ***rms1992-05-211-4/+9
* *** empty log message ***rms1992-05-171-1/+1
* *** empty log message ***rms1992-05-171-0/+12
* *** empty log message ***rms1992-04-181-49/+16
* *** empty log message ***wilson1992-04-141-1/+2
* *** empty log message ***rms1992-03-141-6/+6
* Initial revisionkenner1992-03-061-0/+1950