aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-23cpphash.h (IN_I): New flag for directive table.Zack Weinberg1-9/+14
2000-08-18cpplib.c (cpp_register_pragma_space): Just return if the namespace is already...Zack Weinberg1-4/+3
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-8/+1
2000-08-17cppinit.c (cpp_cleanup): Free include dir chains.Neil Booth1-9/+1
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg1-8/+9
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-0/+10
2000-08-02cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg1-1/+1
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-186/+174
2000-07-25cpplib.c (_cpp_check_directive): Issue -Wtraditional warnings for indented di...Zack Weinberg1-13/+18
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-22/+22
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-1/+1
2000-07-18[multiple changes]Zack Weinberg1-56/+34
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg1-1/+0
2000-07-14* cpplib.c (do_pragma_dependency): Tidy warning messages.Nathan Sidwell1-2/+5
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-49/+11
2000-07-11[multiple changes]Zack Weinberg1-19/+24
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-62/+64
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-2/+2
2000-07-06cpplib.c: (_cpp_parse_assertion): Perform hash lookups based on full length o...Neil Booth1-1/+1
2000-07-05* cpplib.c (_cpp_parse_assertion): Fix buffer overrun.Zack Weinberg1-2/+2
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-17/+115
2000-07-04top level:Zack Weinberg1-884/+677
2000-06-30cpp.texi: Document #pragma GCC dependencyNathan Sidwell1-7/+47
2000-06-23cpplib.c (struct pragma_entry): New structure.Nathan Sidwell1-12/+63
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg1-5/+5
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-14/+14
2000-06-13cpplib.c (handle_directive): Print non-NUL-terminated string with %.*s.Zack Weinberg1-1/+2
2000-06-07cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef returned NULL.Jakub Jelinek1-9/+14
2000-06-01[multiple changes]Zack Weinberg1-21/+1
2000-05-30cpplib.c (do_if): Don't save and restore only_seen_white here.Zack Weinberg1-4/+0
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg1-328/+173
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-11/+11
2000-05-27cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth1-2/+2
2000-05-19cpplex.c (_cpp_scan_until): Clear AUX field of tokens.Zack Weinberg1-11/+9
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-93/+152
2000-05-17cpplib.c: New feature, #pragma system_header.Zack Weinberg1-0/+22
2000-05-15cpplex.c (parse_string2): Update comment.Neil Booth1-2/+2
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth1-2/+2
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg1-34/+36
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg1-5/+5
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-13/+18
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-94/+63
2000-04-30cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.Zack Weinberg1-8/+14
2000-04-30cpphash.h (enum node_type): Take out T_MCONST.Zack Weinberg1-1/+0
2000-04-29cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef...Zack Weinberg1-3/+1
2000-04-25[multiple changes]Zack Weinberg1-0/+23
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-23/+0
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-0/+23
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-77/+13
2000-04-22cpphash.c (trad_stringify, add_pat): New functions.Zack Weinberg1-3/+4