aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2000-07-02cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek1-1/+4
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg1-0/+2
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-6/+3
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg1-2/+4
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-1/+59
2000-05-28cpplex.c (_cpp_lex_line): Merge vertical space.Neil Booth1-3/+4
2000-05-27cpplex.c (_cpp_init_toklist): No comment space to initialise.Neil Booth1-5/+0
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-13/+9
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth1-1/+8
2000-05-15cpplex.c (parse_string2): Update comment.Neil Booth1-1/+0
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth1-5/+4
2000-05-10cpplex.c (spell_token): New function.Neil Booth1-23/+22
2000-05-08cpplex.c (spell_token): New function.Neil Booth1-3/+1
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg1-9/+16
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-12/+3
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg1-2/+2
2000-04-27cpplib.h: "~=" is not a single pp-token.Neil Booth1-2/+1
2000-04-27cpplex.c (spell_other, spell_char): Remove.Neil Booth1-3/+5
2000-04-25[multiple changes]Zack Weinberg1-45/+84
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-79/+44
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-44/+79
2000-04-21cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg1-1/+8
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-26/+150
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-17/+33
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-10/+13
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg1-2/+0
2000-04-06cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg1-4/+6
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-2/+3
2000-04-01cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg1-4/+2
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-216/+203
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-13/+1
2000-03-12Convert cpplib to use libiberty/hashtab.c.Zack Weinberg1-5/+3
2000-03-11cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth1-14/+14
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-213/+18
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-25/+15
2000-03-07[multiple changes]Zack Weinberg1-3/+3
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-7/+11
2000-03-04mkdeps.c, mkdeps.h: New files.Zack Weinberg1-12/+1
2000-03-04cpplib.h (_dollar_ok): New macro.Zack Weinberg1-15/+16
2000-03-04cppinit.c (cpp_handle_option): Set opts->pedantic directly.Zack Weinberg1-2/+0
2000-03-02cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set for the buffer.Jason Merrill1-1/+5
2000-03-02cppfiles.c (cpp_read_file): New function.Zack Weinberg1-15/+11
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-17/+18
2000-02-27cpplib.h (enum file_change_code): Added rename_file.Alexandre Oliva1-1/+1
2000-02-23cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.Alexandre Oliva1-0/+2
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-8/+3
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-70/+5
2000-02-10cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg1-6/+2
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-24/+27