aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)AuthorFilesLines
2001-04-08cpperror.c (print_location): Don't special case <stdin>.Neil Booth1-1/+1
2001-03-15cpp.texi: Update documentation for -include and -imacros.Neil Booth1-7/+10
2001-03-14cppfiles.c (stack_include_file): Only increase the include count if we actual...Neil Booth1-1/+1
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-5/+0
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-19/+21
2001-03-02cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg1-0/+4
2001-02-07cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg1-0/+2
2001-02-03cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth1-2/+3
2001-02-03cpphash.h: Rename ALIGN _ALIGN.Neil Booth1-2/+2
2001-02-01cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth1-3/+3
2001-01-31cpphash.h (struct cpp_reader): New saved_flags.Neil Booth1-0/+3
2001-01-13cppfiles.c (_cpp_fake_include): New function.Neil Booth1-1/+2
2001-01-13cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth1-0/+266
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-0/+2
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-2/+0
2000-12-11cpperror.c (print_location): New function.Neil Booth1-0/+7
2000-12-09cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth1-15/+2
2000-12-08safe-ctype.h: New file.Zack Weinberg1-19/+10
2000-12-07cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth1-22/+6
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-1/+0
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-0/+1
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-0/+54
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-1/+2
2000-11-14cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth1-1/+0
2000-11-12cppexp.c: Don't worry about pfile->skipping.Neil Booth1-0/+1
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-0/+1
2000-10-28New macro expander.Neil Booth1-182/+57
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-2/+2
2000-09-25cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes.Neil Booth1-0/+4
2000-09-23cpphash.h (CPP_RESERVE, [...]): Delete.Neil Booth1-20/+0
2000-09-18cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth1-3/+3
2000-09-12cppfiles.c: Move all default-#defines to top of file.Zack Weinberg1-13/+16
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-1/+4
2000-08-23cpphash.h (IN_I): New flag for directive table.Zack Weinberg1-1/+4
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-4/+6
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-4/+16
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-1/+0
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-5/+5
2000-07-18[multiple changes]Zack Weinberg1-4/+11
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-1/+1
2000-07-12cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth1-0/+1
2000-07-11[multiple changes]Zack Weinberg1-0/+1
2000-07-09cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth1-3/+10
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-5/+21
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-2/+1
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-5/+10
2000-07-04top level:Zack Weinberg1-77/+85
2000-06-30cpp.texi: Document #pragma GCC dependencyNathan Sidwell1-0/+4
2000-06-28cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE...Zack Weinberg1-2/+2
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-23/+28