summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-1/+1
* c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth2001-09-131-14/+2
* cpphash.h (struct tokenrun): New.Neil Booth2001-09-111-0/+18
* cpperror.c (print_location): Don't show _Pragma.Neil Booth2001-08-221-8/+5
* cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth2001-08-211-9/+0
* cppfiles.c (stack_include_file): Harmonize system headerness tests.Neil Booth2001-08-211-2/+2
* cpphash.h (_cpp_push_next_buffer): New.Neil Booth2001-08-211-0/+3
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-4/+1
* cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth2001-08-111-2/+2
* cpphash.h, cpplib.c: Correct erroneous previous checkin.Neil Booth2001-08-111-1/+1
* c-lex.c (map): Make const.Neil Booth2001-08-111-13/+5
* cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth2001-08-061-7/+0
* re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth2001-08-051-8/+8
* cpphash.h (struct cpp_reader): New member directive_line.Neil Booth2001-08-041-0/+1
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-0/+6
* line-map.c: New.Neil Booth2001-08-021-2/+2
* cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth2001-08-011-0/+6
* cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth2001-07-291-3/+0
* cppexp.c (parse_defined): Always record the macro name.Neil Booth2001-07-291-7/+1
* cpphash.h (struct_lexer_state): Delete was_skipping.Neil Booth2001-07-261-6/+3
* Standardize header guards.Richard Henderson2001-05-251-1/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-21/+18
* cpperror.c (print_location): Don't special case <stdin>.Neil Booth2001-04-081-1/+1
* cpp.texi: Update documentation for -include and -imacros.Neil Booth2001-03-151-7/+10
* cppfiles.c (stack_include_file): Only increase the include count if we actual...Neil Booth2001-03-141-1/+1
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-5/+0
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-19/+21
* cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg2001-03-021-0/+4
* cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2001-02-071-0/+2
* cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth2001-02-031-2/+3
* cpphash.h: Rename ALIGN _ALIGN.Neil Booth2001-02-031-2/+2
* cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth2001-02-011-3/+3
* cpphash.h (struct cpp_reader): New saved_flags.Neil Booth2001-01-311-0/+3
* cppfiles.c (_cpp_fake_include): New function.Neil Booth2001-01-131-1/+2
* cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth2001-01-131-0/+266
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-0/+2
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-2/+0
* cpperror.c (print_location): New function.Neil Booth2000-12-111-0/+7
* cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth2000-12-091-15/+2
* safe-ctype.h: New file.Zack Weinberg2000-12-081-19/+10
* cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth2000-12-071-22/+6
* c-common.c (parse_in): Make a cpp_reader *.Neil Booth2000-12-071-1/+0
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-0/+1
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-0/+54
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-1/+2
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-1/+0
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-0/+1
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-0/+1
* New macro expander.Neil Booth2000-10-281-182/+57
* flags.h: Declare warning flag warn_system_headers.Branko Cibej2000-09-251-2/+2