]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cpphash.h
c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extension.
[thirdparty/gcc.git] / gcc / cpphash.h
2002-05-04  Neil Boothc-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-28  Neil Boothcppexp.c (lex): Move some code to _cpp_parse_expr,...
2002-04-28  Neil Boothcppexp.c (lex): Update to use state.skip_eval.
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-14  Neil Boothcpperror.c (print_location): Don't print include chain...
2002-03-22  Neil Boothcpphash.h (struct cpp_reader): Remove mls_line and...
2002-03-14  Zack Weinbergcpphash.h (struct lexer_state): Remove line_extension...
2002-02-02  Neil Boothcpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
2002-01-03  Neil Boothcpperror.c: Update comments and copyright.
2002-01-03  Andreas Schwabcppfiles.c (_cpp_pop_file_buffer): Change return type...
2001-11-27  Neil Boothcpphash.c (_cpp_init_hashtable): Update.
2001-10-21  Neil Boothcpphash.h (struct cpp_buffer): Delete read_ahead and...
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-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-08-22  Neil Boothcpperror.c (print_location): Don't show _Pragma.
2001-08-21  Neil Boothcppfiles.c (stack_include_file): line-map.c now handles...
2001-08-21  Neil Boothcppfiles.c (stack_include_file): Harmonize system heade...
2001-08-21  Neil Boothcpphash.h (_cpp_push_next_buffer): New.
2001-08-17  Neil Boothcpperror.c (print_location): Don't take a file name...
2001-08-11  Neil Boothcpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-11  Neil Boothcpphash.h, cpplib.c: Correct erroneous previous checkin.
2001-08-11  Neil Boothc-lex.c (map): Make const.
2001-08-06  Neil Boothcpperror.c (print_containing_files): Moved to line...
2001-08-05  Neil Boothre PR preprocessor/3081 (Preprocessor merges 2 first...
2001-08-04  Neil Boothcpphash.h (struct cpp_reader): New member directive_line.
2001-08-04  Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-02  Neil Boothline-map.c: New.
2001-08-01  Neil Boothcpphash.h (struct cpp_reader): New members line, pseudo...
2001-07-29  Neil Boothcpphash.h (struct cpp_reader): Remove import_warning.
2001-07-29  Neil Boothcppexp.c (parse_defined): Always record the macro name.
2001-07-26  Neil Boothcpphash.h (struct_lexer_state): Delete was_skipping.
2001-05-26  Richard HendersonStandardize header guards.
2001-05-20  Neil BoothMakefile.in (OBJS, [...]): Update.
2001-04-08  Neil Boothcpperror.c (print_location): Don't special case <stdin>.
2001-03-15  Neil Boothcpp.texi: Update documentation for -include and -imacros.
2001-03-14  Neil Boothcppfiles.c (stack_include_file): Only increase the...
2001-03-04  Neil Boothcppfiles.c (_cpp_execute_include): Don't make a null...
2001-03-02  Neil Boothcppfiles.c (struct include_file): Update.
2001-03-02  Zack Weinbergcpphash.h (struct cpp_reader): Add print_version field.
2001-02-07  Zack Weinbergcpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-03  Neil Boothcpphash.h: Rename _ALIGN POOL_ALIGN.
2001-02-03  Neil Boothcpphash.h: Rename ALIGN _ALIGN.
2001-02-01  Neil Boothcpphash.h (struct cpp_buffer): Move saved_flags from...
2001-01-31  Neil Boothcpphash.h (struct cpp_reader): New saved_flags.
2001-01-13  Neil Boothcppfiles.c (_cpp_fake_include): New function.
2001-01-13  Neil Boothcpplib.h (cpp_pool, [...]): Move to cpphash.h (struct...
2000-12-18  Neil Boothc-lex.c: s/change_file/file_change.
2000-12-17  Neil Boothc-lex.c: Move main_input_filename handling to FC_ENTER.
2000-12-11  Neil Boothcpperror.c (print_location): New function.
2000-12-09  Neil Boothcppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
2000-12-08  Zack Weinbergsafe-ctype.h: New file.
2000-12-07  Neil Boothcppfiles.c (struct include_file): Move from cpphash.h.
2000-12-07  Neil Boothc-common.c (parse_in): Make a cpp_reader *.
2000-12-04  Neil Boothcppfiles.c (cpp_make_system_header): Take 2 booleans...
2000-11-27  Neil Boothc-lex.c (cb_enter_file, [...]): Combine into the new...
2000-11-26  Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-14  Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
2000-11-12  Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-10-30  Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-28  Neil BoothNew macro expander.
2000-09-25  Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-25  Neil Boothcpphash.h (_cpp_digraph_spellings, [...]): New library...
2000-09-23  Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-18  Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-09-12  Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-08-29  Zack Weinbergcpperror.c (print_file_and_line): If line is (unsigned...
2000-08-23  Zack Weinbergcpphash.h (IN_I): New flag for directive table.
2000-08-18  Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-02  Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-19  Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18  Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-18  Zack Weinberg[multiple changes]
2000-07-13  Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-12  Neil Boothcpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11  Zack Weinberg[multiple changes]
2000-07-09  Neil Boothcpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08  Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08  Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-05  Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04  Zack Weinbergtop level:
2000-06-30  Nathan Sidwellcpp.texi: Document #pragma GCC dependency
2000-06-28  Zack Weinbergcppfiles.c (open_include_file): If open(2) returns...
2000-06-21  Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-29  Zack Weinbergcpplib.h (cpp_reader): Remove if_stack.
2000-05-28  Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-27  Neil Boothcppexp.c (parse_assertion): Supply extra argument to...
2000-05-18  Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-10  Zack Weinbergcpphash.h (struct hashnode): Use struct hack for name...
next