OSDN Git Service

* cpperror.c: Update comments and copyright.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.c
2002-01-03 neil * cpperror.c: Update comments and copyright.
2002-01-03 schwab * cppfiles.c (_cpp_pop_file_buffer): Change return...
2001-11-26 neil * cppfiles.c (stack_include_file): Don't optimize...
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-10-21 neil * cpphash.h (struct cpp_buffer): Delete read_ahead...
2001-10-20 neil * cpplex.c (handle_newline, skip_escaped_newlines,
2001-10-14 neil * cpplib.c (struct pragma_entry): Store the name as...
2001-10-14 neil * c-pragma.h (cpp_register_pragma_space): Remove.
2001-10-10 kazu * calls.c: Fix formatting.
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-28 neil * cpphash.h (struct cpp_buff): Make unsigned.
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-16 neil * cpphash.h (_cpp_lex_token): Update prototype.
2001-09-16 neil * cppmain.c (scan_translation_unit): Don't worry about
2001-09-15 neil * cpphash.h (struct cpp_reader): Remove lexer_pos...
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 neil * cpphash.h (struct tokenrun): New.
2001-08-22 neil * cpperror.c (print_location): Don't show _Pragma.
2001-08-21 neil * cppfiles.c (stack_include_file): line-map.c now...
2001-08-21 neil * cpphash.h (_cpp_push_next_buffer): New.
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-11 neil * cpphash.h, cpplib.c: Correct erroneous previous...
2001-08-11 neil * c-lex.c (map): Make const.
2001-08-06 neil * cpperror.c (print_containing_files): Moved to line...
2001-08-05 neil * cpplib.c (do_line): Update line number after pop_buffer.
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * cpphash.h (struct cpp_reader): New member directive_...
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-02 neil * line-map.c: New.
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-07-29 neil * cpphash.h (struct cpp_reader): Remove import_warning.
2001-07-29 neil * cppexp.c (parse_defined): Always record the macro...
2001-07-26 neil * cpphash.h (struct_lexer_state): Delete was_skipping.
2001-07-01 zack * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
2001-05-27 neil * cpplib.c (run_directive): Set pfile->directive.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-10 zack * cppinit.c (cpp_post_options): Shut off macro expansi...
2001-04-11 neil * cpplib.c (do_line): Sanity check iff enable checking.
2001-04-08 neil * cpperror.c (print_location): Don't special case...
2001-04-06 neil * cpplib.c (cpp_push_buffer): Give stdin buffers the...
2001-04-06 neil * configure.in: Add check for lstat.
2001-03-27 ghazi * system.h: Include symcat.h.
2001-03-15 neil * cpp.texi: Update documentation for -include and...
2001-03-13 neil * cppfiles.c (NO_INCLUDE_PATH): New macro.
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-02 danglin * cpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-02-25 neil * cppinit.c (builtin_array): Update.
2001-01-31 neil * cpplib.c (T_ELIF): Move to STDC89, not that...
2001-01-29 neil * cpplib.c (T_BAD_DIRECTIVE): Remove.
2001-01-18 neil * cpplib.c (_cpp_handle_directive): Use buffer...
2001-01-13 neil * cppfiles.c (_cpp_fake_include): New function.
2001-01-13 neil * cppinit.c (cpp_handle_option): help_only...
2000-12-18 neil * c-lex.c: s/change_file/file_change.
2000-12-17 neil * cpplib.h (struct cpp_reader): Remove referenc...
2000-12-17 neil * c-lex.c: Move main_input_filename handling...
2000-12-11 neil * cpperror.c (print_location): New function.
2000-12-09 neil * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD)...
2000-12-07 neil * cppfiles.c (struct include_file): Move from...
2000-12-07 neil * c-common.c (parse_in): Make a cpp_reader *.
2000-12-05 neil * cppfiles.c (stack_include_file): Push zero...
2000-12-04 neil * cppfiles.c (cpp_make_system_header): Take...
2000-12-02 geoffk * cpplib.c (do_ifdef): Add check_eol() call.
2000-12-01 neil * cppinit.c (initialize): Forgotten prototype.
2000-11-27 neil * c-lex.c (cb_enter_file, cb_leave_file, cb_ren...
2000-11-26 neil * cpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-17 ghazi * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc...
2000-11-15 neil * cpplib.c (start_directive, end_directive...
2000-11-14 neil * cppexp.c (parse_defined): Call cpp_get_token not
2000-11-13 neil * cpplex.c (_cpp_lex_token): CPP_COMMENT and...
2000-11-12 neil * cppexp.c: Don't worry about pfile->skipping.
2000-11-11 neil Remove CPP_PLACEMARKERs
2000-11-09 neil * cpphash.c: Move cpp_defined here from cpplib.c.
2000-11-04 neil * cpplib.c (do_line): Only warn pedantically if not...
2000-11-01 neil * cpplib.c (run_directive): Use correct line...
2000-10-31 neil * cpp.texi: Update for new command line assertion...
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-29 neil * cpplib.c (skip_rest_of_line): Use _cpp_get_token.
2000-10-28 rth * cpplib.c (run_directive): Fix prototype.
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-28 neil * cpperror.c (_cpp_begin_message): Do the test for...
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-24 neil * cpplex.c: Update TODO comment.
2000-09-23 neil * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PU...
2000-09-18 neil * cpphash.h (HASHSTEP): Take character rather than...
2000-08-29 zack * cpperror.c (print_file_and_line): If line is (unsign...
2000-08-23 zack * cpphash.h (IN_I): New flag for directive table.
2000-08-18 zack * cpplib.c (cpp_register_pragma_space): Just return...
2000-08-18 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-17 neil * cppinit.c (cpp_cleanup): Free include dir chains.
2000-08-09 zack * configure.in (--enable-c-cpplib): Uncomment. Use...
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-25 zack * cpplib.c (_cpp_check_directive): Issue -Wtraditional
2000-07-19 zack * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX...
2000-07-18 zack * cpplib.h (TTYPE_TABLE): Rearrange to use only two...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
next