summaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
Commit message (Expand)AuthorAgeFilesLines
* c-opts.c (warn_variadic_macros): New.Richard Henderson2004-02-191-2/+5
* re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c")Per Bothner2004-02-181-0/+4
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-5/+7
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* Move cpp_reader's line_maps field to a shared global.Per Bothner2004-01-191-3/+3
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-25/+25
* cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even w...Per Bothner2003-10-021-6/+2
* hashtable.c (approx_sqrt): Make static.Zack Weinberg2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+6
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-2/+0
* cppfiles.c: Clarify comments.Martin Schaffner2003-06-251-2/+2
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-145/+68
* cppmacro.c (warn_of_redefinition): Handle cases where the two definitions hav...DJ Delorie2003-06-011-4/+6
* cpplex.c (cpp_token_len): Tighten up.Neil Booth2003-04-241-1/+1
* Makefile.in (c-lex.o, [...]): Update.Neil Booth2003-04-231-12/+13
* c-lex.c (c_lex): Handle CPP_OTHER differently.Neil Booth2003-04-221-1/+1
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-14/+10
* /home/neil/diffs/include.logNeil Booth2003-03-141-4/+2
* cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg2003-02-211-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-5/+23
* cppmacro.c (paste_tokens): Only allow / to paste with =.Neil Booth2002-10-091-2/+1
* re PR preprocessor/8055 (PATCH: cpp0 dies with SIG11 when building FreeBSD ke...Zack Weinberg2002-09-281-0/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* cppmacro.c: Don't warn about function-like macros without '(' during pre-expa...Neil Booth2002-09-201-0/+7
* * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.Neil Booth2002-08-071-1/+0
* cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth2002-08-061-8/+18
* c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg2002-08-021-11/+31
* cppmacro.c (_cpp_create_definition): Don't attempt redefinition warnings on a...Neil Booth2002-07-261-2/+4
* cppexp.c (parse_defined): Mark macro used.Neil Booth2002-07-231-0/+29
* cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth2002-07-171-12/+13
* * cppmacro.c: Forgotten commit.Neil Booth2002-07-011-2/+6
* cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth2002-06-191-64/+87
* cpplib.c (end_directive): Handle line skipping.Neil Booth2002-06-131-0/+1
* cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth2002-06-101-7/+8
* cpphash.h (_cpp_push_text_context): Update.Neil Booth2002-06-091-41/+57
* cpptrad.c (struct block, [...]): New.Neil Booth2002-06-071-5/+5
* cpphash.h (_cpp_create_definition): Update prototype.Neil Booth2002-06-051-59/+93
* cpphash.h (FIRST, [...]): New.Neil Booth2002-06-041-11/+11
* re PR preprocessor/6844 (Seg fault when trying to preprocess a file with lots...Neil Booth2002-05-291-1/+1
* re PR preprocessor/6780 (Incorrect diagnosis of token pasting)Neil Booth2002-05-241-0/+2
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-6/+6
* c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg2002-05-211-3/+6
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg2002-05-161-2/+12
* cpphash.h (cpp_macro): Move here, and make expansion a union.Neil Booth2002-05-161-27/+15
* cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.Neil Booth2002-05-091-2/+2
* cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth2002-04-221-2/+6
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-10/+10
* cppmacro.c (funlike_invocation_p): Don't step back over CPP_EOF.Neil Booth2002-04-211-6/+11
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-28/+39
* cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe2002-04-071-0/+9