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/gfortran-test
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-15
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-15
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
2001-08-05
re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...
Neil Booth
1
-10
/
+14
2001-08-04
cpphash.h (struct cpp_reader): New member directive_line.
Neil Booth
1
-8
/
+15
2001-08-02
line-map.c: New.
Neil Booth
1
-12
/
+14
2001-08-01
alias.c: Fix comment formatting.
Kazu Hirata
1
-6
/
+6
2001-07-19
c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
Neil Booth
1
-2
/
+0
2001-07-11
Makefile.in (c-lex.o): Wrap long lines.
Neil Booth
1
-5
/
+8
2001-07-04
c-lex.c (cb_file_change): Pass line number to debug_start_source_file.
Daniel Berlin
1
-3
/
+3
2001-05-23
c-lex.c (read_escape, read_ucs): Delete.
Neil Booth
1
-232
/
+9
2001-05-22
c-lex.c (lex_number): If pedantic and not C99...
Joseph Myers
1
-3
/
+4
2001-05-22
c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.
Neil Booth
1
-6
/
+1
2001-05-20
Makefile.in (OBJS, [...]): Update.
Neil Booth
1
-1
/
+6
2001-05-16
cppexp.c (lex): Use NODE_NAME and NODE_LEN.
Neil Booth
1
-2
/
+2
2001-05-11
c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...
Neil Booth
1
-102
/
+24
2001-05-02
c-lex.c: NULL_PTR -> NULL.
Kaveh R. Ghazi
1
-2
/
+2
2001-04-26
c-lex.c (c_lex): Remove # from %o diagnostic formatting.
Nathan Sidwell
1
-1
/
+1
2001-03-07
c-parse.in (yylexname): New function, split out of _yylex.
Zack Weinberg
1
-1
/
+0
2001-03-03
cpp.texi: Update.
Neil Booth
1
-3
/
+3
2001-02-21
cppfiles.c: Update comments.
Neil Booth
1
-6
/
+7
2001-02-14
c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...
Neil Booth
1
-3
/
+6
2001-01-23
* c-lex.c (lex_charconst): Fix typo: s/p/str.
Neil Booth
1
-1
/
+1
2001-01-19
tweak comments
Jason Merrill
1
-2
/
+3
2001-01-13
c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.
Neil Booth
1
-5
/
+8
2001-01-07
c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]...
Neil Booth
1
-0
/
+28
2000-12-18
c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1).
Neil Booth
1
-2
/
+1
2000-12-18
c-lex.c: s/change_file/file_change.
Neil Booth
1
-3
/
+3
2000-12-18
c-lex.c (lex_lineno): Remove.
Neil Booth
1
-10
/
+6
2000-12-17
c-lex.c: Move main_input_filename handling to FC_ENTER.
Neil Booth
1
-8
/
+4
2000-12-06
c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
Rodney Brown
1
-1
/
+1
2000-11-28
c-common.h: Remove flag_digraphs.
Neil Booth
1
-3
/
+0
2000-11-28
c-lex.h (parse_in): Change parse_in to a cpp_reader *.
Neil Booth
1
-8
/
+8
2000-11-27
c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.
Neil Booth
1
-305
/
+46
2000-11-26
Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
Neil Booth
1
-2
/
+0
2000-11-25
c-common.c: Remove USE_CPPLIB conditional inclusions.
Neil Booth
1
-605
/
+2
2000-11-20
parse.y (yyparse_1): Rename the parser entry point.
Richard Henderson
1
-3
/
+17
2000-11-17
ggc.h: Delete ggc_add_string_root and ggc_mark_string.
Zack Weinberg
1
-31
/
+3
2000-11-17
stringpool.c: New file.
Zack Weinberg
1
-1
/
+1
2000-11-13
c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...
Hans-Peter Nilsson
1
-20
/
+24
2000-11-11
Remove CPP_PLACEMARKERs
Neil Booth
1
-1
/
+0
2000-11-09
* c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
Hans-Peter Nilsson
1
-1
/
+1
2000-11-06
c-lex.c (init_c_lex): If cpp_start_read fails, exit with error status.
Neil Booth
1
-1
/
+1
2000-11-06
c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...
Neil Booth
1
-4
/
+4
2000-11-02
c-lex.c (init_c_lex): Update cpp_start_read call.
Zack Weinberg
1
-34
/
+28
2000-10-08
tm.texi (INTMAX_TYPE, [...]): Define.
Joseph Myers
1
-3
/
+11
2000-10-01
c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
Mark Mitchell
1
-1
/
+28
2000-09-22
c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
Jason Merrill
1
-4
/
+7
2000-09-17
c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIAN...
Richard Kenner
1
-1
/
+1
2000-09-17
splay-tree.c (splay_tree_predecessor): Fix typo in comment.
Mark Mitchell
1
-0
/
+1
2000-09-12
c-lex.c (lex_string): Use charwidth to compute bytemask.
Jakub Jelinek
1
-1
/
+1
2000-09-08
c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
Zack Weinberg
1
-3
/
+1
2000-09-07
c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS, do not call dispa...
Richard Henderson
1
-11
/
+2
[next]