aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)Author
2001-02-03 * cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth
2001-02-03 * cpphash.h: Rename ALIGN _ALIGN.Neil Booth
2001-02-01 * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth
2001-01-31 * cpphash.h (struct cpp_reader): New saved_flags.Neil Booth
2001-01-13 * cppfiles.c (_cpp_fake_include): New function.Neil Booth
2001-01-13 * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,Neil Booth
2000-12-18 * c-lex.c: s/change_file/file_change.Neil Booth
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.Neil Booth
2000-12-11 * cpperror.c (print_location): New function.Neil Booth
2000-12-09 * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.Neil Booth
2000-12-08include:Zack Weinberg
2000-12-07 * cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth
2000-12-07 * c-common.c (parse_in): Make a cpp_reader *.Neil Booth
2000-12-04 * cppfiles.c (cpp_make_system_header): Take 2 booleans,Neil Booth
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):Neil Booth
2000-11-26 * cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth
2000-11-14 * cppexp.c (parse_defined): Call cpp_get_token notNeil Booth
2000-11-12 * cppexp.c: Don't worry about pfile->skipping.Neil Booth
2000-10-30 * cppfiles.c (stack_include_file): Check for stacked contextsNeil Booth
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-252000-09-25 Branko Cibej <branko.cibej@hermes.si>Branko Cibej
2000-09-25 * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,Neil Booth
2000-09-23 * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,Neil Booth
2000-09-18 * cpphash.h (HASHSTEP): Take character rather than pointerNeil Booth
2000-09-12 * cppfiles.c: Move all default-#defines to top of file.Zack Weinberg
2000-08-29 * cpperror.c (print_file_and_line): If line is (unsigned int)-1,Zack Weinberg
2000-08-23 * cpphash.h (IN_I): New flag for directive table.Zack Weinberg
2000-08-18 * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth
2000-08-02 * cpperror.c (v_message): Split into _cpp_begin_message andZack Weinberg
2000-07-19 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockZack Weinberg
2000-07-18 * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryZack Weinberg
2000-07-182000-02-17 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
2000-07-13 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,Zack Weinberg
2000-07-12 * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth
2000-07-112000-07-11 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
2000-07-09 * cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth
2000-07-08 * cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg
2000-07-08 * cppexp.c: Update all code for new lexer interface.Zack Weinberg
2000-07-05toplevel:Zack Weinberg
2000-07-04top level:Zack Weinberg
2000-06-30 * cpp.texi: Document #pragma GCC dependencyNathan Sidwell
2000-06-28 * cppfiles.c (open_include_file): If open(2) returns EMFILE orZack Weinberg
2000-06-21 * cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg
2000-05-29 * cpplib.h (cpp_reader): Remove if_stack. ChangeZack Weinberg
2000-05-28 * cppfiles.c: Read files in, using mmap if possible, thenZack Weinberg
2000-05-27 * cppexp.c (parse_assertion): Supply extra argument toNeil Booth
2000-05-18 * cppexp.c (parse_assertion): New.Zack Weinberg
2000-05-10 * cpphash.h (struct hashnode): Use struct hack for nameZack Weinberg
2000-05-06gcc:Zack Weinberg
2000-05-04 * cpphash.h: #define __extension__ away if GCC_VERSION < 2095Zack Weinberg