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/existing-fp8
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-15
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-15
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-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
2001-01-11
* cppinit.c (do_includes): Fix typo.
Neil Booth
1
-1
/
+1
2001-01-11
[multiple changes]
Neil Booth
1
-15
/
+20
2001-01-10
Makefile.in (tradcpp0): Depend on mkdeps.h.
Neil Booth
1
-3
/
+4
2001-01-10
cppinit.c (OPT_g): Remove.
Neil Booth
1
-8
/
+2
2001-01-09
cppinit.c (OPT_MD, OPT_MMD): Restore.
Neil Booth
1
-10
/
+30
2001-01-09
cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len.
Alexandre Oliva
1
-1
/
+5
2001-01-08
cppinit.c (init): Rename init_library.
Neil Booth
1
-3
/
+3
2001-01-07
c-lang.c (c_post_options): Call cpp_post_options.
Neil Booth
1
-62
/
+62
2001-01-07
(initialize, [...]): Rename s/initialize/init.
Neil Booth
1
-114
/
+127
2001-01-06
cpp.texi: Update for -MQ.
Neil Booth
1
-12
/
+9
2001-01-05
cpplib.h (struct cpp_reader): Add help_only field.
Zack Weinberg
1
-13
/
+22
2001-01-05
cpp.texi: Update for -MP.
Neil Booth
1
-2
/
+12
2001-01-04
cpp.texi: Update for -MT.
Neil Booth
1
-15
/
+21
2000-12-17
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...
Neil Booth
1
-7
/
+0
2000-12-15
gcc.c (cpp_options): Pass -fno-operator-names.
Jakub Jelinek
1
-0
/
+9
2000-12-08
safe-ctype.h: New file.
Zack Weinberg
1
-43
/
+2
2000-12-04
cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...
Neil Booth
1
-2
/
+2
2000-12-01
cppinit.c (initialize): Forgotten prototype.
Neil Booth
1
-0
/
+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
-37
/
+31
2000-11-27
cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.
Neil Booth
1
-9
/
+0
2000-11-26
cpplib.h (struct cpp_reader): Remove lang_asm.
Neil Booth
1
-11
/
+5
2000-11-26
Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
Neil Booth
1
-1
/
+3
2000-11-21
* do_includes: Revert to using cpp_read_file.
Neil Booth
1
-8
/
+3
2000-11-20
c-lang.c (lang_init_options): Update call to cpp_reader_init.
Neil Booth
1
-69
/
+129
2000-11-18
cppinit.c: Update comments.
Neil Booth
1
-58
/
+66
2000-11-14
New option --target-help.
Chandra Chavva
1
-0
/
+5
2000-10-30
cppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth
1
-0
/
+1
2000-10-28
New macro expander.
Neil Booth
1
-109
/
+115
2000-09-28
cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...
Neil Booth
1
-1
/
+1
2000-09-25
flags.h: Declare warning flag warn_system_headers.
Branko Cibej
1
-8
/
+14
2000-09-18
cppinit.c (cpp_init): Don't use ANSI prototypes.
Mark Mitchell
1
-1
/
+1
2000-09-07
Makefile.in: Remove references to cppulp.{c,o}.
Neil Booth
1
-5
/
+6
[prev]
[next]