OSDN Git Service

* c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.h
2000-12-17 neil * c-lex.c: Move main_input_filename handling...
2000-12-15 jakub * gcc.c (cpp_options): Pass -fno-operator-names.
2000-12-11 neil * cpperror.c (print_location): New function.
2000-12-07 neil * cppfiles.c (struct include_file): Move from...
2000-12-07 law * config/alpha/osf.h: Standarize copyright statement.
2000-12-05 neil * cppfiles.c (stack_include_file): Push zero...
2000-12-04 neil * cppfiles.c (cpp_make_system_header): Take...
2000-12-01 neil * cppinit.c (initialize): Forgotten prototype.
2000-11-28 neil * cppmacro.c (cpp_scan_buffer_nooutput): Take...
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-27 neil * cppinit.c (cpp_reader_init): Remove handling...
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-22 neil * cpplex.c (trigraph_ok): Ensure we don't warn twice.
2000-11-20 neil * c-lang.c (lang_init_options): Update call to
2000-11-15 neil * cpplib.c (start_directive, end_directive...
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-08 neil Move directive handling into the lexer itself.
2000-11-06 neil * c-lex.c (c_lex): Replace tok.val.aux with tok.val...
2000-11-01 neil * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-29 geoffk * cpphash.c (cpp_forall_identifiers): Add context...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-25 neil * cpplex.c (parse_args): Don't set VOID_REST...
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-09-12 zack * cppfiles.c: Move all default-#defines to top of...
2000-09-08 zack * cpplib.h (struct cpp_options): Add user_label_prefix...
2000-09-07 zack * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
2000-08-17 neil * cppinit.c (sort_options): Remove, put functionality in
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 * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-20 zack * cppmacro.c (CAN_PASTE_AFTER): New macro.
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>
2000-07-15 zack * cpphash.c (save_expansion): Clear PREV_WHITE on...
2000-07-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-11 neil * cppinit.c: (cpp_reader_init): Allow digraphs by...
2000-07-08 zack * cpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 zack * cppexp.c: Update all code for new lexer interface.
2000-07-08 neil * cpphash.c (is__va_args__): New function.
2000-07-05 zacktoplevel:
2000-07-04 zacktop level:
2000-07-02 jakub * cpplib.h (struct cpp_reader): New field include_depth.
2000-06-21 zack * cppfiles.c (cpp_make_system_header): New function.
2000-06-21 zack * cppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-29 zack * cpplib.h (cpp_reader): Remove if_stack. Change
2000-05-28 zack * cppfiles.c: Read files in, using mmap if possible...
2000-05-28 neil * cpplex.c (_cpp_lex_line): Merge vertical space....
2000-05-27 neil * cpplex.c (_cpp_init_toklist): No comment...
2000-05-18 zack * cppexp.c (parse_assertion): New.
2000-05-18 neil * cppinit.c (cpp_reader_init): Initialise col_adjust and
2000-05-15 neil * cpplex.c (parse_string2): Update comment.
2000-05-14 neil * cpphash.c (trad_stringify, warn_trad_stringify,
2000-05-10 neil * cpplex.c (spell_token): New function.
2000-05-08 neil * cpplex.c (spell_token): New function.
2000-05-03 zack * cpplib.h: Add accessor macros for token lists.
2000-05-02 zack * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2000-04-30 zack * cpplex.c (cpp_idcmp): New function.
2000-04-27 zack2000-04-26 Neil Booth <NeilB@earthling.net>
2000-04-27 neil * cpplex.c (spell_other, spell_char): Remove.
2000-04-25 zack2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
2000-04-25 neil * Revert previous patch until build failure cause...
2000-04-24 neil * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-21 zack * cpphash.c (struct arg, struct arglist): Const-ify...
2000-04-20 zack * cpplib.h (enum cpp_ttype): Add token types for all
2000-04-18 zack * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
2000-04-14 zack * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutpu...
2000-04-11 zack * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2000-04-10 zack * cpphash.c (timestamp): Delete.
2000-04-06 zack * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC)...
2000-04-01 zack * cpplib.c: Include symcat.h. Add 'origin' field...
2000-04-01 zack * cpplex.c: Copy ISTABLE macros from cppinit.c, and...
2000-03-31 zack * cpplib.h: Merge struct cpp_options into struct cpp_r...
2000-03-13 zack * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-12 zack Convert cpplib to use libiberty/hashtab.c.
2000-03-11 neil * cppfiles.c (file_cleanup, _cpp_find_include_file,
2000-03-08 zack * Makefile.in (LIBCPP_DEPS): New macro.
2000-03-08 zack * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
2000-03-07 zack2000-03-07 Neil Booth <NeilB@earthling.net>
2000-03-07 zack * cppfiles.c (_cpp_find_include_file): Make sure ih...
2000-03-04 zack * mkdeps.c, mkdeps.h: New files.
2000-03-04 zack * cpplib.h (_dollar_ok): New macro.
2000-03-04 zack * cppinit.c (cpp_handle_option): Set opts->pedantic...
2000-03-03 jason * cpplib.h (CPP_PEDANTIC): Only true if system_...
2000-03-02 zack * cppfiles.c (cpp_read_file): New function.
2000-03-01 zack * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE...
2000-02-27 aoliva* cpplib.h (enum file_change_code): Added rename_file.
2000-02-23 aoliva* cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WS...
2000-02-10 zack * cppexp.c: Don't include cpphash.h.
2000-02-10 zack * cpplib.h: Provide HASHNODE typedef and forward decl of
2000-02-10 zack * cpphash.c (macarg): Hoist all the flag diddling...
2000-02-06 zack * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
2000-02-06 zack * cppalloc.c: Update copyright.
next