index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
c-lex.c
Age
Commit message (
Expand
)
Author
Files
Lines
1996-02-18
(yylex...
Richard Kenner
1
-1
/
+17
1996-02-01
(check_newline): HANDLE_PRAGMA returns terminating char as result now.
Doug Evans
1
-1
/
+1
1996-01-15
c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.
Doug Evans
1
-7
/
+8
1995-12-28
(yylex): Improve error message for bogus numbers.
Richard Kenner
1
-39
/
+10
1995-12-13
Call new dbxout functions when changing source files.
Ian Lance Taylor
1
-0
/
+8
1995-06-15
Update FSF address.
Richard Kenner
1
-1
/
+2
1995-05-16
Fix typos in comments.
Richard Kenner
1
-1
/
+1
1995-04-18
Move pragma interface support to c-pragma.h
Michael Meissner
1
-0
/
+1
1995-03-02
(yylex, case !NOT_FLOAT): Remove previous change.
Richard Kenner
1
-1
/
+1
1995-02-21
(yylex): Add support for <: :> <% %> digraphs.
Richard Kenner
1
-2
/
+23
1995-02-21
(yylex): For float, build constant in long double.
Richard Kenner
1
-1
/
+1
1995-02-21
(check_newline): Give warning if unrecognized data on #line.
Richard Kenner
1
-2
/
+18
1994-11-21
(yylex): Do warn about floating point out of range if target floating-point f...
Jim Wilson
1
-13
/
+12
1994-07-02
(yylex): Reject imaginary numbers when pedantic.
Jim Wilson
1
-0
/
+4
1994-04-20
(check_newline): Avoid unreachable statement when HANDLE_SYSV_PRAGMA
Richard Kenner
1
-1
/
+2
1994-04-18
(yylex): If FP value is NaN, use value of zero.
Richard Kenner
1
-0
/
+6
1994-04-16
(yylex): Turn off overflow flag when fixing up large traditional hex
Richard Kenner
1
-0
/
+2
1994-03-04
Delete gperf-generated source from here.
Richard Kenner
1
-184
/
+4
1994-02-27
(readescape): Initialize FIRSTDIG.
Richard Kenner
1
-2
/
+2
1993-12-10
(yylex): When reading malformed floating point constant,
Jim Wilson
1
-1
/
+7
1993-09-29
(ignore_escape_flag): Remove var.
Paul Eggert
1
-8
/
+2
1993-09-28
(yylex): Handle i together with f or l in float constant.
Richard Stallman
1
-39
/
+78
1993-06-26
Include ctype.h.
Richard Stallman
1
-2
/
+2
1993-05-26
(readescape): Don't complain for \% unless pedantic.
Richard Stallman
1
-0
/
+2
1993-05-01
(yylex): Avoid invalid shift for erroneous empty char const.
Richard Stallman
1
-2
/
+5
1993-04-28
(yylex): Don't use unsigned comparison to also check for < 0; do it
Richard Kenner
1
-1
/
+1
1993-04-25
(yylex): Don't warn about floating point out of range if target
Richard Kenner
1
-5
/
+9
1993-04-24
(forget_protocol_qualifiers): Cast enums to int before comparing.
Richard Kenner
1
-1
/
+2
1993-04-09
*** empty log message ***
Tom Wood
1
-120
/
+208
1993-04-09
More of previous change.
Richard Stallman
1
-0
/
+4
1993-04-09
(yylex): Use MAP_CHARACTER if it's defined.
Richard Stallman
1
-0
/
+4
1993-03-31
(yylex): Convert real decimal constants directly to the precision specified b...
Richard Stallman
1
-18
/
+30
1993-03-28
Updated for recent change in c-parse.gperf.
Richard Stallman
1
-58
/
+67
1993-03-20
(yylex): Copy the string value we get from __FUNCTION__.
Richard Stallman
1
-1
/
+6
1993-03-04
(init_lex): Initialize rid pointers for complex.
Richard Stallman
1
-46
/
+81
1993-03-02
(init_lex): Set up ridpointers for `iterator'.
Richard Stallman
1
-71
/
+64
1993-03-02
(init_lex): Maybe turn off `iterator' as keyword.
Richard Stallman
1
-0
/
+2
1993-02-27
(check_newline): #line updates input_file_stack->name.
Richard Stallman
1
-1
/
+12
1993-02-18
(yylex): Undo Feb 7 change.
Richard Stallman
1
-7
/
+0
1993-02-12
(yylex): For wide char constant, use wchar_type_node.
Richard Stallman
1
-5
/
+12
1993-02-07
(yylex): At eof, if binding levels not popped,
Richard Stallman
1
-0
/
+7
1993-01-09
(yylex): Change warning msg when decimal const is unsigned.
Richard Stallman
1
-1
/
+1
1993-01-09
(yylex): Don't allow @ in identifier outside of Objective C.
Richard Stallman
1
-2
/
+6
1992-11-06
(readescape): Support \e like \E. Warn only if -pedantic.
Richard Stallman
1
-1
/
+3
1992-10-08
(yylex): For floats, Use REAL_VALUES_LESS to distinguish underflow from overf...
Richard Stallman
1
-18
/
+4
1992-10-04
(readescape): No warning if digits in \x are all 0's.
Richard Stallman
1
-0
/
+3
1992-09-24
(yylex, case '"'): Initialize arg pased to readescape.
Richard Kenner
1
-1
/
+1
1992-09-24
(readescape): New arg ignore_ptr.
Richard Stallman
1
-7
/
+11
1992-09-15
(yylex): Integer constant is unsigned for purposes of
Richard Stallman
1
-0
/
+1
1992-09-14
(yylex): Warn about integers so large that they are unsigned.
Richard Stallman
1
-0
/
+3
[next]