re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)
[gcc.git] / gcc / cppmacro.c
2003-11-01 John David Anglinre PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such...
2003-10-02 Per Bothnercpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_...
2003-07-22 Zack Weinberghashtable.c (approx_sqrt): Make static.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-13 Zack WeinbergMakefile.in (LIBCPP_DEPS): Remove coretypes.h and ...
2003-06-25 Martin Schaffnercppfiles.c: Clarify comments.
2003-06-17 Zack Weinberg* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-06-01 DJ Deloriecppmacro.c (warn_of_redefinition): Handle cases where...
2003-04-24 Neil Boothcpplex.c (cpp_token_len): Tighten up.
2003-04-23 Neil BoothMakefile.in (c-lex.o, [...]): Update.
2003-04-22 Neil Boothc-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-19 Neil Boothcppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.
2003-03-14 Neil Booth/home/neil/diffs/include.log
2003-02-21 Zack Weinbergcpphash.h (struct lexer_state): Add directive_wants_pad...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-09 Neil Boothcppmacro.c (paste_tokens): Only allow / to paste with =.
2002-09-28 Zack Weinbergre PR preprocessor/8055 (PATCH: cpp0 dies with SIG11...
2002-09-22 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-20 Neil Boothcppmacro.c: Don't warn about function-like macros witho...
2002-08-07 Neil Booth* cppmacro.c (_cpp_builtin_macro_text): Remove unused...
2002-08-06 Neil Boothcppinit.c (struct lang_flags): Rename trigraphs std.
2002-08-02 Zack Weinbergc-common.c (c_common_init): -Wtraditional also implies...
2002-07-26 Neil Boothcppmacro.c (_cpp_create_definition): Don't attempt...
2002-07-23 Neil Boothcppexp.c (parse_defined): Mark macro used.
2002-07-17 Neil Boothcppexp.c (cpp_interpret_integer, [...]): Clarify and...
2002-07-01 Neil Booth* cppmacro.c: Forgotten commit.
2002-06-19 Neil Boothcpphash.h (struct cpp_reader): Make date and time strings.
2002-06-13 Neil Boothcpplib.c (end_directive): Handle line skipping.
2002-06-10 Neil Boothcpphash.h (struct cpp_macro): Put comments on their...
2002-06-09 Neil Boothcpphash.h (_cpp_push_text_context): Update.
2002-06-07 Neil Boothcpptrad.c (struct block, [...]): New.
2002-06-05 Neil Boothcpphash.h (_cpp_create_definition): Update prototype.
2002-06-04 Neil Boothcpphash.h (FIRST, [...]): New.
2002-05-29 Neil Boothre PR preprocessor/6844 (Seg fault when trying to prepr...
2002-05-24 Neil Boothre PR preprocessor/6780 (Incorrect diagnosis of token...
2002-05-22 Kazu Hiratacpperror.c: Fix formatting.
2002-05-21 Zack Weinbergc-common.c (c_common_init): Set options->unsigned_char...
2002-05-16 Zack Weinbergc-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default...
2002-05-16 Neil Boothcpphash.h (cpp_macro): Move here, and make expansion...
2002-05-09 Neil Boothcpplib.c (cpp_init_internal_pragmas): Remove #pragma...
2002-04-22 Neil Boothcppfiles.c (_cpp_pop_file_buffer): Return void.
2002-04-21 Neil Boothcppexp.c (struct op, [...]): Replace U_CHAR with uchar.
2002-04-21 Neil Boothcppmacro.c (funlike_invocation_p): Don't step back...
2002-04-14 Neil Boothcpperror.c (print_location): Don't print include chain...
2002-04-07 Jason Thorpecppinit.c (cpp_create_reader): Initialize discard_comme...
2002-04-05 Jim Blandycppmacro.c (cpp_macro_definition): Do not emit spaces...
2002-03-19 Jim Blandycppmacro.c (cpp_macro_definition): Emit a space after...
2002-03-14 Zack Weinbergcpphash.h (struct lexer_state): Remove line_extension...
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-27 Neil Boothcpplex.c (_cpp_lex_token): Handle directives in macro...
2002-01-03 Neil Boothcpperror.c: Update comments and copyright.
2002-01-03 Neil Boothcppmacro.c: Don't include intl.h.
2001-12-15 Joseph Myersc-typeck.c, [...]: Use "built-in" and "bit-field" spell...
2001-12-01 Neil Boothc-decl.c (duplicate_decls, [...]): Remove trailing...
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-11-23 Neil Boothcppmacro.c (warn_of_redefinition): Warn regardless...
2001-11-19 Neil Boothcppmacro.c (_cpp_backup_tokens): Revert previous check-in.
2001-11-19 Jason Merrillcppmacro.c (_cpp_backup_tokens): Pop cur_run before...
2001-11-04 Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-10-21 Neil Boothcpphash.h (struct cpp_buffer): Delete read_ahead and...
2001-10-10 Kazu Hiratacalls.c: Fix formatting.
2001-10-08 Neil Boothcppmacro.c (_cpp_create_definition): Leave comments...
2001-10-08 Neil Boothcppmacro.c (funlike_invocation_p): Move some logic...
2001-10-02 Neil Boothcpphash.h: Update comments.
2001-09-30 Neil Boothcpphash.h (POOL_ALIGN, [...]): Remove.
2001-09-28 Neil Boothcpphash.h (struct cpp_buff): Make unsigned.
2001-09-27 Neil Boothcpphash.h: Update comment.
2001-09-26 Neil Boothcpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 Neil Boothcpphash.h (struct _cpp_buff, [...]): New.
2001-09-24 Neil Boothc-lex.c (cb_def_pragma): Update.
2001-09-17 Neil Boothcpphash.h (_cpp_lex_direct): New.
2001-09-16 Neil Boothcpphash.h (_cpp_lex_token): Update prototype.
2001-09-16 Neil Boothcppmain.c (scan_translation_unit): Don't worry about...
2001-09-15 Neil Boothcpphash.h (struct cpp_reader): Remove lexer_pos, direct...
2001-09-14 Neil Boothcpperror.c (print_location): Take line and column,...
2001-09-13 Neil Boothc-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 Neil Boothcpphash.h (struct tokenrun): New.
2001-09-05 Neil Booth* cppmacro.c (funlike_invocation_p): No need to restore...
2001-08-21 Neil Boothcppfiles.c (stack_include_file): line-map.c now handles...
2001-08-17 Neil Boothcpperror.c (print_location): Don't take a file name...
2001-08-11 Neil Boothcppmacro.c (enter_macro_context): Push macro expansions...
2001-08-11 Neil Boothc-lex.c (map): Make const.
2001-08-05 Neil Boothre PR preprocessor/3081 (Preprocessor merges 2 first...
2001-08-04 Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-08-01 Neil Boothcpphash.h (struct cpp_reader): New members line, pseudo...
2001-07-29 Neil Boothcppexp.c (parse_defined): Always record the macro name.
2001-06-23 Neil Boothcppmacro.c (make_string_token): Avoid warning.
2001-06-21 Neil Boothre PR preprocessor/3260 (#include __FILE__ broken)
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothcppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-03-27 Neil Booth* cppmacro.c (stringify_arg): Null terminate strings.
2001-03-07 Zack Weinbergc-parse.in (yylexname): New function, split out of...
2001-03-03 Neil Boothcpplex.c (_cpp_lex_token): Don't warn about directives...
2001-03-03 Neil Boothcpp.texi: Update.
2001-02-25 Neil Boothcppinit.c (builtin_array): Update.
2001-02-14 Neil Boothc-lex.c (lex_number): Only warn traditionally for U...
2001-02-06 Neil Booth* cppmacro.c (cpp_get_token): Avoid pasting after a...
2001-02-04 Mark Mitchellcppinit.c (BC): New macro.
2001-02-01 Neil Boothcpphash.h (struct cpp_buffer): Move saved_flags from...
next