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-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
/
cppfiles.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-1
/
+1
2001-10-10
calls.c: Fix formatting.
Kazu Hirata
1
-1
/
+1
2001-10-08
cppfiles.c (open_file): Don't mark zero-length files never-reread here.
Neil Booth
1
-25
/
+15
2001-08-22
cpperror.c (print_location): Don't show _Pragma.
Neil Booth
1
-8
/
+16
2001-08-21
cppfiles.c (stack_include_file): line-map.c now handles include depth.
Neil Booth
1
-12
/
+1
2001-08-21
cppfiles.c (stack_include_file): Don't handle -H here.
Neil Booth
1
-12
/
+2
2001-08-21
cppfiles.c (stack_include_file): Harmonize system headerness tests.
Neil Booth
1
-41
/
+43
2001-08-17
cpperror.c (print_location): Don't take a file name; use the line map instead.
Neil Booth
1
-2
/
+6
2001-08-11
c-lex.c (map): Make const.
Neil Booth
1
-8
/
+5
2001-08-05
re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...
Neil Booth
1
-5
/
+4
2001-08-04
Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...
Neil Booth
1
-1
/
+1
2001-08-02
line-map.c: New.
Neil Booth
1
-3
/
+3
2001-08-01
alias.c: Fix comment formatting.
Kazu Hirata
1
-4
/
+4
2001-07-29
cppexp.c (parse_defined): Always record the macro name.
Neil Booth
1
-4
/
+4
2001-05-22
cppfiles.c (remove_component_p): Don't assume lstat/stat will keep errno unch...
Alexandre Oliva
1
-0
/
+6
2001-05-05
cppfiles.c (struct include_file): New member err_no.
Neil Booth
1
-9
/
+9
2001-04-06
configure.in: Add check for lstat.
Neil Booth
1
-96
/
+118
2001-04-06
cppfiles.c (open_file): Fail directories silently, but with an errno of NOENT...
Neil Booth
1
-30
/
+34
2001-03-16
* cppfiles.c (stack_include_file): Use MAX of sysp.
Alexandre Oliva
1
-2
/
+2
2001-03-15
cpp.texi: Update documentation for -include and -imacros.
Neil Booth
1
-73
/
+72
2001-03-14
cppfiles.c (stack_include_file): Only increase the include count if we actual...
Neil Booth
1
-57
/
+56
2001-03-13
cppfiles.c (NO_INCLUDE_PATH): New macro.
Neil Booth
1
-70
/
+47
2001-03-12
cppfiles.c: Update comments.
Neil Booth
1
-105
/
+116
2001-03-11
cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.
Neil Booth
1
-12
/
+3
2001-03-10
cppfiles.c (search_from): Use lbasename.
Neil Booth
1
-5
/
+1
2001-03-04
* cppfiles.c (search_from): Special case the empty string.
Neil Booth
1
-1
/
+5
2001-03-04
cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...
Neil Booth
1
-15
/
+6
2001-03-02
cppfiles.c (struct include_file): Update.
Neil Booth
1
-93
/
+75
2001-02-21
cppfiles.c: Update comments.
Neil Booth
1
-8
/
+4
2001-02-19
cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu...
Neil Booth
1
-19
/
+23
2001-02-16
cppfiles.c (_cpp_make_system_header): Generate a file change callback.
Neil Booth
1
-0
/
+2
2001-01-24
cppfiles.c (_cpp_read_file): Add to dependencies if requested.
Jakub Jelinek
1
-0
/
+3
2001-01-13
cppfiles.c (_cpp_fake_include): New function.
Neil Booth
1
-1
/
+22
2001-01-11
[multiple changes]
Neil Booth
1
-4
/
+4
2001-01-09
cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is i...
Graham Stott
1
-1
/
+2
2001-01-04
tradcpp.c (deps_file, [...]): New variables.
Jakub Jelinek
1
-7
/
+8
2000-12-18
c-lex.c: s/change_file/file_change.
Neil Booth
1
-8
/
+11
2000-12-17
c-lex.c: Move main_input_filename handling to FC_ENTER.
Neil Booth
1
-13
/
+0
2000-12-15
cppfiles.c (hack_vms_include_specification): Delete function (not used since ...
Zack Weinberg
1
-280
/
+0
2000-12-13
cppfiles.c (read_name_map): Return null if open () fails.
Neil Booth
1
-28
/
+22
2000-12-11
cpperror.c (print_location): New function.
Neil Booth
1
-4
/
+1
2000-12-09
cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
Neil Booth
1
-0
/
+10
2000-12-07
cppfiles.c (struct include_file): Move from cpphash.h.
Neil Booth
1
-10
/
+59
2000-12-07
c-common.c (parse_in): Make a cpp_reader *.
Neil Booth
1
-44
/
+0
2000-12-05
cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.
Neil Booth
1
-37
/
+47
2000-12-04
cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...
Neil Booth
1
-10
/
+9
2000-11-27
c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.
Neil Booth
1
-17
/
+11
2000-11-03
cppfiles.c (open_file): If already read, then don't reopen.
Nathan Sidwell
1
-4
/
+12
2000-10-30
cppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth
1
-0
/
+3
2000-10-28
New macro expander.
Neil Booth
1
-27
/
+39
[next]