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
/
cpplib.h
Age
Commit message (
Expand
)
Author
Files
Lines
2001-03-07
c-parse.in (yylexname): New function, split out of _yylex.
Zack Weinberg
1
-1
/
+1
2001-03-04
cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...
Neil Booth
1
-3
/
+1
2001-03-03
cpp.texi: Update.
Neil Booth
1
-1
/
+1
2001-03-02
cppfiles.c (struct include_file): Update.
Neil Booth
1
-2
/
+2
2001-02-25
cppinit.c (builtin_array): Update.
Neil Booth
1
-0
/
+1
2001-02-14
c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...
Neil Booth
1
-0
/
+1
2001-02-04
cppinit.c (BC): New macro.
Mark Mitchell
1
-1
/
+3
2001-01-28
cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.
Neil Booth
1
-2
/
+1
2001-01-14
c-parse.in (finish_parse): Add comment about cpp_destroy.
Neil Booth
1
-1
/
+4
2001-01-13
cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.
Neil Booth
1
-269
/
+0
2001-01-13
cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...
Neil Booth
1
-15
/
+33
2001-01-10
cppinit.c (OPT_g): Remove.
Neil Booth
1
-8
/
+0
2001-01-07
c-lang.c (c_post_options): Call cpp_post_options.
Neil Booth
1
-2
/
+13
2001-01-05
cpplib.h (struct cpp_reader): Add help_only field.
Zack Weinberg
1
-0
/
+4
2001-01-05
cpp.texi: Update for -MP.
Neil Booth
1
-1
/
+4
2001-01-04
cpp.texi: Update for -MT.
Neil Booth
1
-4
/
+1
2000-12-18
c-lex.c: s/change_file/file_change.
Neil Booth
1
-1
/
+1
2000-12-17
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...
Neil Booth
1
-2
/
+0
2000-12-17
c-lex.c: Move main_input_filename handling to FC_ENTER.
Neil Booth
1
-3
/
+4
2000-12-15
gcc.c (cpp_options): Pass -fno-operator-names.
Jakub Jelinek
1
-0
/
+3
2000-12-11
cpperror.c (print_location): New function.
Neil Booth
1
-5
/
+7
2000-12-07
cppfiles.c (struct include_file): Move from cpphash.h.
Neil Booth
1
-0
/
+3
2000-12-06
osf.h: Standarize copyright statement.
Rodney Brown
1
-1
/
+2
2000-12-05
cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.
Neil Booth
1
-1
/
+1
2000-12-04
cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...
Neil Booth
1
-2
/
+1
2000-12-01
cppinit.c (initialize): Forgotten prototype.
Neil Booth
1
-3
/
+1
2000-11-28
cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...
Neil Booth
1
-1
/
+1
2000-11-28
c-lex.h (parse_in): Change parse_in to a cpp_reader *.
Neil Booth
1
-3
/
+1
2000-11-27
cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.
Neil Booth
1
-4
/
+0
2000-11-27
c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.
Neil Booth
1
-56
/
+20
2000-11-26
cpplib.h (struct cpp_reader): Remove lang_asm.
Neil Booth
1
-9
/
+6
2000-11-22
cpplex.c (trigraph_ok): Ensure we don't warn twice.
Neil Booth
1
-0
/
+4
2000-11-20
c-lang.c (lang_init_options): Update call to cpp_reader_init.
Neil Booth
1
-16
/
+21
2000-11-15
cpplib.c (start_directive, [...]): New functions.
Neil Booth
1
-0
/
+1
2000-11-13
cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...
Neil Booth
1
-2
/
+0
2000-11-12
cppexp.c: Don't worry about pfile->skipping.
Neil Booth
1
-0
/
+3
2000-11-11
Remove CPP_PLACEMARKERs
Neil Booth
1
-3
/
+2
2000-11-08
Move directive handling into the lexer itself.
Neil Booth
1
-1
/
+0
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
-5
/
+5
2000-11-01
c-parse.in (_yylex): Remove CPP_BACKSLASH case.
Neil Booth
1
-1
/
+0
2000-10-30
cppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth
1
-1
/
+7
2000-10-29
cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.
Geoff Keating
1
-1
/
+4
2000-10-28
New macro expander.
Neil Booth
1
-171
/
+270
2000-09-25
cpplex.c (parse_args): Don't set VOID_REST flag.
Neil Booth
1
-1
/
+0
2000-09-25
flags.h: Declare warning flag warn_system_headers.
Branko Cibej
1
-0
/
+3
2000-09-24
cpplex.c: Update TODO comment.
Neil Booth
1
-1
/
+1
2000-09-23
cpphash.h (CPP_RESERVE, [...]): Delete.
Neil Booth
1
-4
/
+10
2000-09-18
cpphash.h (HASHSTEP): Take character rather than pointer to character.
Neil Booth
1
-11
/
+44
2000-09-12
cppfiles.c: Move all default-#defines to top of file.
Zack Weinberg
1
-3
/
+0
2000-09-08
cpplib.h (struct cpp_options): Add user_label_prefix member, left out of comm...
Zack Weinberg
1
-0
/
+3
[next]