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
2001-08-22
cpperror.c (print_location): Don't show _Pragma.
Neil Booth
1
-50
/
+50
2001-08-21
cpphash.h (_cpp_push_next_buffer): New.
Neil Booth
1
-12
/
+15
2001-08-17
cpperror.c (print_location): Don't take a file name; use the line map instead.
Neil Booth
1
-1
/
+1
2001-08-11
cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
Neil Booth
1
-3
/
+4
2001-08-07
cppinit.c (cpp_finish): Pop the final buffer without comment.
Neil Booth
1
-6
/
+11
2001-08-05
re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...
Neil Booth
1
-63
/
+65
2001-08-04
Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...
Neil Booth
1
-8
/
+15
2001-08-02
line-map.c: New.
Neil Booth
1
-7
/
+12
2001-08-01
alias.c: Fix comment formatting.
Kazu Hirata
1
-2
/
+2
2001-08-01
cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
Neil Booth
1
-7
/
+16
2001-07-29
cppexp.c (parse_defined): Always record the macro name.
Neil Booth
1
-1
/
+1
2001-07-26
cpphash.h (struct_lexer_state): Delete was_skipping.
Neil Booth
1
-5
/
+5
2001-05-30
cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept c...
Neil Booth
1
-2
/
+0
2001-05-23
cpp.texi: Update for handling of charconsts.
Neil Booth
1
-32
/
+34
2001-05-23
c-lex.c (read_escape, read_ucs): Delete.
Neil Booth
1
-34
/
+39
2001-05-20
Makefile.in (OBJS, [...]): Update.
Neil Booth
1
-15
/
+9
2001-05-16
cppexp.c (lex): Use NODE_NAME and NODE_LEN.
Neil Booth
1
-8
/
+9
2001-05-16
cpplex.c (_cpp_lex_token, '/' case): Comments can't appear after stage3.
Nathan Sidwell
1
-1
/
+3
2001-05-12
cpplex.c (_cpp_lex_token): Ensure we warn at most once about files not ending...
Neil Booth
1
-3
/
+5
2001-05-11
c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...
Neil Booth
1
-0
/
+349
2001-04-11
* cpplex.c (_cpp_lex_token): Only warn if -Wcomment.
Jakub Jelinek
1
-1
/
+1
2001-03-27
system.h: Include symcat.h.
Kaveh R. Ghazi
1
-1
/
+0
2001-03-07
c-parse.in (yylexname): New function, split out of _yylex.
Zack Weinberg
1
-32
/
+2
2001-03-04
cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...
Neil Booth
1
-39
/
+19
2001-03-03
cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe...
Neil Booth
1
-31
/
+29
2001-03-03
* cpplex.c (parse_string): Unconditionally pedwarn.
Neil Booth
1
-2
/
+1
2001-03-03
cpp.texi: Update.
Neil Booth
1
-5
/
+3
2001-03-02
cpplib.c (_cpp_init_stacks): Cast enum for comparison.
John David Anglin
1
-6
/
+8
2001-02-03
cpphash.h: Rename _ALIGN POOL_ALIGN.
Neil Booth
1
-2
/
+2
2001-02-03
cpphash.h: Rename ALIGN _ALIGN.
Neil Booth
1
-2
/
+2
2001-02-01
cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
Neil Booth
1
-3
/
+4
2001-01-28
cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.
Neil Booth
1
-1
/
+1
2000-12-17
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...
Neil Booth
1
-5
/
+5
2000-12-09
cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
Neil Booth
1
-3
/
+4
2000-12-06
cpplex.c (skip_escaped_newlines): Don't warn for spaces between backslash and...
Sylvain Pion
1
-1
/
+1
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
[next]