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/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
/
cpplex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-01
cppinit.c (initialize): Forgotten prototype.
Neil Booth
1
-8
/
+10
2000-11-26
cpplib.h (struct cpp_reader): Remove lang_asm.
Neil Booth
1
-6
/
+4
2000-11-22
cpplex.c (trigraph_ok): Ensure we don't warn twice.
Neil Booth
1
-3
/
+7
2000-11-14
cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.
Neil Booth
1
-2
/
+2
2000-11-13
cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...
Neil Booth
1
-6
/
+6
2000-11-12
cppexp.c: Don't worry about pfile->skipping.
Neil Booth
1
-0
/
+7
2000-11-11
Remove CPP_PLACEMARKERs
Neil Booth
1
-5
/
+5
2000-11-09
cpphash.c: Move cpp_defined here from cpplib.c.
Neil Booth
1
-29
/
+22
2000-11-08
Move directive handling into the lexer itself.
Neil Booth
1
-5
/
+38
2000-11-06
cpplex.c (_cpp_equiv_tokens): Check arg_no in the CPP_MACRO_ARG case.
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
-7
/
+7
2000-11-04
cpplex.c (parse_string): Don't allow multiline strings in #include family dir...
Neil Booth
1
-2
/
+2
2000-11-01
c-parse.in (_yylex): Remove CPP_BACKSLASH case.
Neil Booth
1
-1
/
+1
2000-10-30
cppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth
1
-49
/
+55
2000-10-29
* cpplex.c (save_comment): Don't store new lines in C++ comments.
Neil Booth
1
-0
/
+4
2000-10-28
New macro expander.
Neil Booth
1
-1881
/
+519
2000-09-28
cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...
Neil Booth
1
-9
/
+8
2000-09-25
cpplex.c (parse_args): Don't set VOID_REST flag.
Neil Booth
1
-25
/
+12
2000-09-25
flags.h: Declare warning flag warn_system_headers.
Branko Cibej
1
-3
/
+17
2000-09-25
cpplex.c (save_comment): Only store the initial '/' now.
Neil Booth
1
-47
/
+35
2000-09-25
cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes.
Neil Booth
1
-327
/
+9
2000-09-24
cpplex.c: Update TODO comment.
Neil Booth
1
-3
/
+0
2000-09-23
cpphash.h (CPP_RESERVE, [...]): Delete.
Neil Booth
1
-105
/
+122
2000-09-19
cpplex.c (lex_line): Drop the EOF token for unknown directives in assembler.
Neil Booth
1
-5
/
+5
2000-09-18
cpphash.h (HASHSTEP): Take character rather than pointer to character.
Neil Booth
1
-1055
/
+920
2000-09-16
cpplex.c (push_macro_context): Set an argument's level after calling parse_args.
Neil Booth
1
-1
/
+2
2000-09-15
cpplex.c (ON_REST_ARG): Correct the test.
Neil Booth
1
-5
/
+8
2000-09-12
cppfiles.c: Move all default-#defines to top of file.
Zack Weinberg
1
-32
/
+40
2000-09-04
cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context, use posn - 1 ...
Jakub Jelinek
1
-3
/
+3
2000-08-29
cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...
Zack Weinberg
1
-1
/
+8
2000-08-28
cpplex.c (parse_string): Don't look for backslash before first char in `nameb...
Greg McGary
1
-1
/
+1
2000-08-25
cpplex.c (is_macro_disabled): Caller has already checked that we're not a pre...
Neil Booth
1
-4
/
+0
2000-08-23
cpphash.h (IN_I): New flag for directive table.
Zack Weinberg
1
-0
/
+5
2000-08-20
[multiple changes]
Zack Weinberg
1
-4
/
+7
2000-08-18
cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
Neil Booth
1
-36
/
+6
2000-08-09
configure.in (--enable-c-cpplib): Uncomment.
Zack Weinberg
1
-1
/
+6
2000-08-04
cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.
Zack Weinberg
1
-36
/
+75
2000-08-02
cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.
Zack Weinberg
1
-7
/
+23
2000-08-02
cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.
Zack Weinberg
1
-250
/
+210
2000-07-31
[multiple changes]
Zack Weinberg
1
-4
/
+20
2000-07-24
cppexp.c: Warn about unary + if -Wtraditional.
Zack Weinberg
1
-4
/
+2
2000-07-20
cppmacro.c (CAN_PASTE_AFTER): New macro.
Zack Weinberg
1
-23
/
+21
2000-07-19
cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...
Zack Weinberg
1
-15
/
+32
2000-07-18
cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.
Zack Weinberg
1
-49
/
+33
2000-07-18
cpplex.c (cpp_scan_buffer): Output line command even at the stop buffer, prov...
Jakub Jelinek
1
-1
/
+4
2000-07-18
[multiple changes]
Zack Weinberg
1
-6
/
+13
2000-07-16
cpplex.c: Update comments.
Neil Booth
1
-4
/
+165
2000-07-15
cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...
Zack Weinberg
1
-7
/
+34
2000-07-13
cpplex.c (adjust_column): New funcion.
Neil Booth
1
-15
/
+29
2000-07-13
cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...
Zack Weinberg
1
-127
/
+115
[next]