OSDN Git Service

* invoke.texi: Use @gol at ends of lines inside @gccoptlist.
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.h
2002-04-28 neil * cppexp.c (lex): Move some code to _cpp_parse_expr...
2002-04-28 neil * cppexp.c (lex): Update to use state.skip_eval.
2002-04-22 neil * cppfiles.c (_cpp_pop_file_buffer): Return void....
2002-04-21 neil * cppexp.c (struct op, parse_number): Replace U_CHAR...
2002-04-14 neil * cpperror.c (print_location): Don't print include...
2002-03-22 neil * cpphash.h (struct cpp_reader): Remove mls_lin...
2002-03-14 zack * cpphash.h (struct lexer_state): Remove line_extensio...
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2002-01-03 schwab * cppfiles.c (_cpp_pop_file_buffer): Change return...
2001-11-27 neil * cpphash.c (_cpp_init_hashtable): Update.
2001-10-21 neil * cpphash.h (struct cpp_buffer): Delete read_ahead...
2001-10-02 neil * cpphash.h: Update comments.
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-27 neil * cpphash.h: Update comment.
2001-09-26 neil * cpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 neil * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_rel...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-17 neil * cpphash.h (_cpp_lex_direct): New.
2001-09-16 neil * cpphash.h (_cpp_lex_token): Update prototype.
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 * cppfiles.c (stack_include_file): Harmonize system...
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 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 neil * cpphash.h (struct cpp_reader): New members line...
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-05-26 rthStandardize header guards.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-04-08 neil * cpperror.c (print_location): Don't special case...
2001-03-15 neil * cpp.texi: Update documentation for -include and...
2001-03-14 neil * cppfiles.c (stack_include_file): Only increas...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-02 neil * cppfiles.c (struct include_file): Update.
2001-03-02 zack * cpphash.h (struct cpp_reader): Add print_version...
2001-02-07 zack * cpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-03 neil * cpphash.h: Rename _ALIGN POOL_ALIGN.
2001-02-03 neil * cpphash.h: Rename ALIGN _ALIGN.
2001-02-01 neil * cpphash.h (struct cpp_buffer): Move saved_fla...
2001-01-31 neil * cpphash.h (struct cpp_reader): New saved_flags.
2001-01-13 neil * cppfiles.c (_cpp_fake_include): New function.
2001-01-13 neil * cpplib.h (cpp_pool, mi_state, mi_ind, struct...
2000-12-18 neil * c-lex.c: s/change_file/file_change.
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-08 zackinclude:
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-04 neil * cppfiles.c (cpp_make_system_header): Take...
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-14 neil * cppexp.c (parse_defined): Call cpp_get_token not
2000-11-12 neil * cppexp.c: Don't worry about pfile->skipping.
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-25 neil * cpphash.h (_cpp_digraph_spellings, _cpp_process_dire...
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-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 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
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-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-12 neil * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 zack2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
2000-07-09 neil * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
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-05 zacktoplevel:
2000-07-04 zacktop level:
2000-06-30 nathan * cpp.texi: Document #pragma GCC dependency
2000-06-28 zack * cppfiles.c (open_include_file): If open(2) returns...
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-27 neil * cppexp.c (parse_assertion): Supply extra argument to
2000-05-18 zack * cppexp.c (parse_assertion): New.
2000-05-10 zack * cpphash.h (struct hashnode): Use struct hack for...
2000-05-06 zackgcc:
next