aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
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
1992-11-06(readescape): Support \e like \E. Warn only if -pedantic.Richard Stallman1-1/+3
1992-10-08(yylex): For floats, Use REAL_VALUES_LESS to distinguish underflow from overf...Richard Stallman1-18/+4
1992-10-04(readescape): No warning if digits in \x are all 0's.Richard Stallman1-0/+3
1992-09-24(yylex, case '"'): Initialize arg pased to readescape.Richard Kenner1-1/+1
1992-09-24(readescape): New arg ignore_ptr.Richard Stallman1-7/+11
1992-09-15(yylex): Integer constant is unsigned for purposes ofRichard Stallman1-0/+1
1992-09-14(yylex): Warn about integers so large that they are unsigned.Richard Stallman1-0/+3
1992-09-12(yylex): If integer value overflows so highword is negative,Richard Stallman1-0/+2
1992-08-27(readescape): For \x, don't include leading 0's in count.Richard Stallman1-4/+10
1992-08-27(readescape): DEL isn't printable.Richard Stallman1-1/+1
1992-08-01(yylex): When traditional, convert 0x80000000 to -0x80000000.Richard Stallman1-1/+11
1992-07-25(yylex): Diagnose `1.0fl'. Issue just one diagnostic for `1e1000000f'.Richard Stallman1-39/+25
1992-07-23add an explicit int to a register declMike Stump1-1/+1
1992-07-14(yylex): Ensure TOTAL_PARTS is wide enough to store a constant as wide as we ...Richard Kenner1-6/+4
1992-07-06Changes to support execution on 64-bit machines.Richard Kenner1-16/+34
1992-07-06(yylex): For integers, rename shorts to parts.Richard Stallman1-114/+37
1992-07-01Undo rcs botchTom Wood1-28/+27
1992-07-01(check_newline): Support HANDLE_SYSV_PRAGMA.Richard Stallman1-0/+48
1992-06-24fix typos in comments.Richard Stallman1-1/+1
1992-06-24Don't know what changed.Richard Stallman1-1/+1
1992-06-04entered into RCSRichard Stallman1-1/+1
1992-06-03*** empty log message ***Richard Stallman1-3/+3
1992-05-22*** empty log message ***Richard Stallman1-2/+5
1992-05-21*** empty log message ***Richard Stallman1-4/+9
1992-05-17*** empty log message ***Richard Stallman1-1/+1
1992-05-17*** empty log message ***Richard Stallman1-0/+12
1992-04-18*** empty log message ***Richard Stallman1-49/+16
1992-04-14*** empty log message ***Jim Wilson1-1/+2
1992-03-14*** empty log message ***Richard Stallman1-6/+6
1992-03-06Initial revisionRichard Kenner1-0/+1950