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
/
cppinit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-21
cppinit.c (INO_T_COPY): Define.
Douglas B Rupp
1
-4
/
+6
2001-11-15
c-common.c: Include c-lex.h.
Neil Booth
1
-31
/
+63
2001-10-02
cpphash.h: Update comments.
Neil Booth
1
-1
/
+1
2001-09-30
cpphash.h (POOL_ALIGN, [...]): Remove.
Neil Booth
1
-5
/
+3
2001-09-28
cpphash.h (struct cpp_buff): Make unsigned.
Neil Booth
1
-3
/
+3
2001-09-26
cpphash.h (struct cpp_pool): Remove locks and locked.
Neil Booth
1
-4
/
+0
2001-09-26
cpphash.h (struct _cpp_buff, [...]): New.
Neil Booth
1
-0
/
+1
2001-09-24
c-lex.c (cb_def_pragma): Update.
Neil Booth
1
-1
/
+5
2001-09-15
cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
Neil Booth
1
-2
/
+13
2001-09-14
cpperror.c (print_location): Take line and column, for default positioning us...
Neil Booth
1
-1
/
+1
2001-09-13
c-parse.in (_yylex): Use _cpp_backup_tokens.
Neil Booth
1
-2
/
+0
2001-09-12
c-common.c (c_tree_code_name): Const-ification.
Kaveh R. Ghazi
1
-1
/
+2
2001-09-11
cpphash.h (struct tokenrun): New.
Neil Booth
1
-0
/
+6
2001-09-01
cppinit.c (cpp_start_read): Free the imacros list as we traverse it.
Neil Booth
1
-3
/
+9
2001-08-22
cpperror.c (print_location): Don't show _Pragma.
Neil Booth
1
-9
/
+1
2001-08-21
cppfiles.c (stack_include_file): Don't handle -H here.
Neil Booth
1
-0
/
+5
2001-08-21
cpphash.h (_cpp_push_next_buffer): New.
Neil Booth
1
-72
/
+94
2001-08-20
cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.
Neil Booth
1
-1
/
+1
2001-08-18
cppinit.c (init_standard_includes): Reverse accidentally included hunk from p...
Neil Booth
1
-1
/
+1
2001-08-17
cpperror.c (print_location): Don't take a file name; use the line map instead.
Neil Booth
1
-1
/
+4
2001-08-11
cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
Neil Booth
1
-4
/
+10
2001-08-07
cppinit.c (cpp_finish): Pop the final buffer without comment.
Neil Booth
1
-6
/
+7
2001-08-05
re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...
Neil Booth
1
-4
/
+4
2001-08-04
Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...
Neil Booth
1
-3
/
+6
2001-08-02
line-map.c: New.
Neil Booth
1
-0
/
+10
2001-08-01
alias.c: Fix comment formatting.
Kazu Hirata
1
-8
/
+8
2001-07-29
re PR preprocessor/3669 (-M -g3 outputs macros as well as dependency info)
Neil Booth
1
-4
/
+6
2001-07-20
cppinit.c (remove_dup_dir): Make static.
Nathan Sidwell
1
-11
/
+9
2001-07-04
cppinit.c (remove_dup_dirs): Inform if a system include directory is being re...
Nathan Sidwell
1
-0
/
+15
2001-07-02
cppinit.c (lang_defaults): New table.
Zack Weinberg
1
-72
/
+38
2001-06-09
cppinit.c (print_help): Document -fpreprocessed.
Neil Booth
1
-0
/
+1
2001-05-20
Makefile.in (OBJS, [...]): Update.
Neil Booth
1
-6
/
+11
2001-05-10
cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.
Zack Weinberg
1
-0
/
+5
2001-04-06
configure.in: Add check for lstat.
Neil Booth
1
-1
/
+3
2001-03-15
cpp.texi: Update documentation for -include and -imacros.
Neil Booth
1
-2
/
+9
2001-03-04
cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...
Neil Booth
1
-2
/
+0
2001-03-02
cppinit.c (append_include_chain): Mark "after" include file name list as a sy...
Christopher Faylor
1
-1
/
+4
2001-03-02
cppfiles.c (struct include_file): Update.
Neil Booth
1
-23
/
+22
2001-03-02
cpplib.c (_cpp_init_stacks): Cast enum for comparison.
John David Anglin
1
-1
/
+1
2001-03-02
cpphash.h (struct cpp_reader): Add print_version field.
Zack Weinberg
1
-13
/
+18
2001-02-25
cppinit.c (builtin_array): Update.
Neil Booth
1
-6
/
+16
2001-02-21
cppfiles.c: Update comments.
Neil Booth
1
-32
/
+23
2001-02-20
cppinit.c (set_lang): Move builtin handling to...
Neil Booth
1
-14
/
+18
2001-02-07
cpphash.h (struct spec_nodes): Add n_true and n_false.
Zack Weinberg
1
-1
/
+3
2001-02-04
cppinit.c (BC): New macro.
Mark Mitchell
1
-0
/
+2
2001-02-03
* cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.
Jakub Jelinek
1
-0
/
+4
2001-01-24
cppfiles.c (_cpp_read_file): Add to dependencies if requested.
Jakub Jelinek
1
-7
/
+2
2001-01-21
* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
Michael Sokolov
1
-4
/
+6
2001-01-14
c-parse.in (finish_parse): Add comment about cpp_destroy.
Neil Booth
1
-4
/
+10
2001-01-13
cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...
Neil Booth
1
-3
/
+3
[next]