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
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-42
/
+26
2002-10-06
cppinit.c (init_standard_includes, [...]): Use strncmp.
Frank Ch. Eigler
1
-3
/
+3
2002-09-22
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-2
/
+2
2002-09-16
ABOUT-NLS: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-14
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-4
/
+4
2002-08-21
* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
John David Anglin
1
-1
/
+7
2002-08-20
cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.
John David Anglin
1
-33
/
+79
2002-08-18
re PR preprocessor/7602 (C++ header files found in CPLUS_INCLUDE_PATH treated...
Neil Booth
1
-1
/
+1
2002-08-12
c-opts.c (deps_seen, [...]): New.
Neil Booth
1
-86
/
+22
2002-08-12
c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.
Neil Booth
1
-6
/
+0
2002-08-11
c-common.c (c_common_init): Call preprocess_file instead.
Neil Booth
1
-125
/
+35
2002-08-11
c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
Neil Booth
1
-28
/
+1
2002-08-10
c-opts.c (set_std_cxx98, [...]): New.
Neil Booth
1
-59
/
+4
2002-08-10
c-common.c (flag_objc): New.
Ziemowit Laski
1
-4
/
+4
2002-08-09
Makefile.in (c-opts.o): Update
Neil Booth
1
-186
/
+1
2002-08-08
c-opts.c (cpp_opts): New.
Neil Booth
1
-132
/
+0
2002-08-06
cppinit.c (struct lang_flags): Rename trigraphs std.
Neil Booth
1
-3
/
+4
2002-08-02
c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
Zack Weinberg
1
-2
/
+3
2002-08-01
cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
Neil Booth
1
-5
/
+0
2002-07-23
cppexp.c (parse_defined): Mark macro used.
Neil Booth
1
-0
/
+15
2002-07-21
c-lex.c (GET_ENVIRONMENT): Remove.
Neil Booth
1
-11
/
+5
2002-07-20
cppexp.c (struct op): Add token pointer.
Neil Booth
1
-0
/
+1
2002-07-02
cppinit.c (cpp_handle_option): Suppress warnings with an implicit "-w" for "-...
Neil Booth
1
-14
/
+14
2002-06-19
cpphash.h (struct cpp_reader): Make date and time strings.
Neil Booth
1
-4
/
+7
2002-06-11
Makefile.in: Update cppmain.o.
Neil Booth
1
-4
/
+5
2002-06-09
Makefile.in (LIBCPP_OBJS): Take out version.o.
Zack Weinberg
1
-24
/
+3
2002-06-07
cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...
Zack Weinberg
1
-59
/
+85
2002-06-05
cpphash.h (_cpp_create_definition): Update prototype.
Neil Booth
1
-5
/
+3
2002-06-02
c-common.c (c_common_init): Override cpplib's default warn_long_long setting.
Neil Booth
1
-0
/
+2
2002-05-31
cppinit.c (append_include_chain): Always pay attention to cxx_aware when sett...
Zack Weinberg
1
-5
/
+1
2002-05-29
cppexp.c (cpp_num): Move to cpplib.h.
Neil Booth
1
-0
/
+3
2002-05-27
c-common.c (c_common_init): Set CPP arithmetic precision.
Neil Booth
1
-7
/
+11
2002-05-23
cppinit.c (mark_named_operators): Split out from init_builtins.
Neil Booth
1
-10
/
+22
2002-05-23
cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.
Neil Booth
1
-13
/
+13
2002-05-22
cpperror.c: Fix formatting.
Kazu Hirata
1
-16
/
+16
2002-05-21
c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.
Zack Weinberg
1
-21
/
+4
2002-05-21
* cppinit.c (sanity_checks): Avoid printf mismatch warnings.
Andreas Jaeger
1
-4
/
+6
2002-05-18
cppinit.c (cpp_post_options): If preprocessed, turn off traditional.
Neil Booth
1
-2
/
+9
2002-05-18
cppinit.c (struct builtin): Remove unused fields.
Zack Weinberg
1
-60
/
+46
2002-05-17
Makefile.in: Update for cpptrad.c.
Neil Booth
1
-4
/
+16
2002-05-17
c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...
Neil Booth
1
-25
/
+10
2002-05-16
c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.
Zack Weinberg
1
-68
/
+9
2002-05-15
c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
Zack Weinberg
1
-12
/
+0
2002-05-13
Makefile.in (c-common.o, cppinit.o): Update.
Neil Booth
1
-5
/
+0
2002-05-07
c-common.c (c_common_init): Set options->unsigned_wchar.
Neil Booth
1
-8
/
+5
2002-05-06
c-common.c (warn_multichar): New.
Neil Booth
1
-0
/
+1
2002-05-05
c-common.c (c_common_init): Set up CPP arithmetic.
Neil Booth
1
-40
/
+51
2002-05-04
Makefile.in (c-lex.o): Update.
Neil Booth
1
-7
/
+5
2002-05-04
cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
Neil Booth
1
-24
/
+34
2002-05-04
c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...
Neil Booth
1
-0
/
+33
[next]