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
/
cppmacro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-05-20
Makefile.in (OBJS, [...]): Update.
Neil Booth
1
-1
/
+2
2001-05-16
cppexp.c (lex): Use NODE_NAME and NODE_LEN.
Neil Booth
1
-16
/
+17
2001-03-27
* cppmacro.c (stringify_arg): Null terminate strings.
Neil Booth
1
-2
/
+4
2001-03-07
c-parse.in (yylexname): New function, split out of _yylex.
Zack Weinberg
1
-2
/
+1
2001-03-03
cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe...
Neil Booth
1
-3
/
+5
2001-03-03
cpp.texi: Update.
Neil Booth
1
-2
/
+2
2001-02-25
cppinit.c (builtin_array): Update.
Neil Booth
1
-30
/
+22
2001-02-14
c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...
Neil Booth
1
-2
/
+18
2001-02-06
* cppmacro.c (cpp_get_token): Avoid pasting after a builtin.
Neil Booth
1
-0
/
+1
2001-02-04
cppinit.c (BC): New macro.
Mark Mitchell
1
-0
/
+4
2001-02-01
cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
Neil Booth
1
-15
/
+15
2001-01-31
cpphash.h (struct cpp_reader): New saved_flags.
Neil Booth
1
-2
/
+7
2001-01-28
cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.
Neil Booth
1
-11
/
+21
2001-01-20
cppmacro.c (funlike_invocation_p): Don't move back up to the context of the t...
Neil Booth
1
-9
/
+1
2001-01-09
cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len.
Alexandre Oliva
1
-2
/
+5
2000-12-17
cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...
Neil Booth
1
-8
/
+4
2000-12-11
cpperror.c (print_location): New function.
Neil Booth
1
-13
/
+7
2000-12-09
cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
Neil Booth
1
-17
/
+16
2000-12-03
cppmacro.c (funlike_invocation_p): Re-disable macros enabled by contexts drop...
Neil Booth
1
-10
/
+17
2000-12-01
cppinit.c (initialize): Forgotten prototype.
Neil Booth
1
-14
/
+13
2000-11-28
cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...
Neil Booth
1
-2
/
+3
2000-11-27
cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.
Neil Booth
1
-5
/
+8
2000-11-26
cppmacro.c (cpp_scan_buffer_nooutput): Only scan the current buffer.
Neil Booth
1
-1
/
+2
2000-11-26
cpplib.h (struct cpp_reader): Remove lang_asm.
Neil Booth
1
-3
/
+3
2000-11-20
cppmacro.c (paste_tokens): Rename from paste_payloads.
Neil Booth
1
-74
/
+84
2000-11-19
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
2000-11-15
cpplib.c (start_directive, [...]): New functions.
Neil Booth
1
-1
/
+4
2000-11-14
cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.
Neil Booth
1
-30
/
+26
2000-11-13
cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...
Neil Booth
1
-44
/
+36
2000-11-12
cppexp.c: Don't worry about pfile->skipping.
Neil Booth
1
-31
/
+9
2000-11-11
Remove CPP_PLACEMARKERs
Neil Booth
1
-130
/
+112
2000-11-09
cpphash.c: Move cpp_defined here from cpplib.c.
Neil Booth
1
-15
/
+12
2000-11-08
Move directive handling into the lexer itself.
Neil Booth
1
-25
/
+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
-8
/
+8
2000-11-01
c-parse.in (_yylex): Remove CPP_BACKSLASH case.
Neil Booth
1
-1
/
+1
2000-10-31
cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.
Neil Booth
1
-3
/
+5
2000-10-30
cppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth
1
-15
/
+29
2000-10-30
* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
Mark Mitchell
1
-1
/
+1
2000-10-29
cppmacro.c (_cpp_create_definition): Optimize the case of a macro defined to ...
Neil Booth
1
-1
/
+5
2000-10-28
New macro expander.
Neil Booth
1
-418
/
+1473
2000-09-25
cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes.
Neil Booth
1
-52
/
+0
2000-09-15
cppmacro.c (check_trad_stringification): Check token text pointers against li...
Greg McGary
1
-2
/
+4
2000-09-10
cppmacro.c (check_trad_stringification): New function.
Kaveh R. Ghazi
1
-0
/
+52
2000-08-17
cppinit.c (cpp_cleanup): Free include dir chains.
Neil Booth
1
-0
/
+12
2000-08-09
configure.in (--enable-c-cpplib): Uncomment.
Zack Weinberg
1
-1
/
+1
2000-08-04
cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.
Zack Weinberg
1
-2
/
+4
2000-08-02
cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.
Zack Weinberg
1
-2
/
+2
2000-08-02
cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.
Zack Weinberg
1
-41
/
+28
2000-07-31
[multiple changes]
Zack Weinberg
1
-2
/
+5
2000-07-20
cppmacro.c (CAN_PASTE_AFTER): New macro.
Zack Weinberg
1
-5
/
+17
[next]