OSDN Git Service

* c-lex.c (read_escape, read_ucs): Delete.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.h
2001-05-23 neil * c-lex.c (read_escape, read_ucs): Delete.
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-16 neil * cpplib.h: Undo mistaken commit.
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-11 neil * c-lex.c (lex_charconst): Convert into a simple wrapper
2001-03-07 zack * c-parse.in (yylexname): New function, split out...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-03 neil * cpp.texi: Update.
2001-03-02 neil * cppfiles.c (struct include_file): Update.
2001-02-25 neil * cppinit.c (builtin_array): Update.
2001-02-14 neil * c-lex.c (lex_number): Only warn traditionally...
2001-02-04 mmitchel * cppinit.c (BC): New macro.
2001-01-28 neil * cpphash.c (_cpp_cleanup_hashtable, _cpp_looku...
2001-01-14 neil * c-parse.in (finish_parse): Add comment about...
2001-01-13 neil * cpplib.h (cpp_pool, mi_state, mi_ind, struct...
2001-01-13 neil * cppinit.c (cpp_handle_option): help_only...
2001-01-10 neil * cppinit.c (OPT_g): Remove.
2001-01-07 neil * c-lang.c (c_post_options): Call cpp_post_options.
2001-01-05 zack * cpplib.h (struct cpp_reader): Add help_only field.
2001-01-05 neil * cpp.texi: Update for -MP. Clarify behaviour...
2001-01-04 neil * cpp.texi: Update for -MT.
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-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.
next