summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg2000-05-291-2/+4
* cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg2000-05-281-1/+59
* cpplex.c (_cpp_lex_line): Merge vertical space.Neil Booth2000-05-281-3/+4
* cpplex.c (_cpp_init_toklist): No comment space to initialise.Neil Booth2000-05-271-5/+0
* cppexp.c (parse_assertion): New.Zack Weinberg2000-05-181-13/+9
* cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth2000-05-181-1/+8
* cpplex.c (parse_string2): Update comment.Neil Booth2000-05-151-1/+0
* cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth2000-05-141-5/+4
* cpplex.c (spell_token): New function.Neil Booth2000-05-101-23/+22
* cpplex.c (spell_token): New function.Neil Booth2000-05-081-3/+1
* cpplib.h: Add accessor macros for token lists.Zack Weinberg2000-05-031-9/+16
* cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg2000-05-021-12/+3
* cpplex.c (cpp_idcmp): New function.Zack Weinberg2000-04-301-2/+2
* cpplib.h: "~=" is not a single pp-token.Neil Booth2000-04-271-2/+1
* cpplex.c (spell_other, spell_char): Remove.Neil Booth2000-04-271-3/+5
* [multiple changes]Zack Weinberg2000-04-251-45/+84
* * Revert previous patch until build failure cause determined.Neil Booth2000-04-251-79/+44
* cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth2000-04-241-44/+79
* cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg2000-04-211-1/+8
* cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg2000-04-201-26/+150
* cccp.c, [...]: Removed.Zack Weinberg2000-04-181-1/+1
* cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg2000-04-141-17/+33
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-10/+13
* cpphash.c (timestamp): Delete.Zack Weinberg2000-04-101-2/+0
* cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg2000-04-061-4/+6
* cpplib.c: Include symcat.h.Zack Weinberg2000-04-011-2/+3
* cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg2000-04-011-4/+2
* cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg2000-03-311-216/+203
* Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg2000-03-131-13/+1
* Convert cpplib to use libiberty/hashtab.c.Zack Weinberg2000-03-121-5/+3
* cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth2000-03-111-14/+14
* Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg2000-03-081-213/+18
* cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg2000-03-081-25/+15
* [multiple changes]Zack Weinberg2000-03-071-3/+3
* cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg2000-03-071-7/+11
* mkdeps.c, mkdeps.h: New files.Zack Weinberg2000-03-041-12/+1
* cpplib.h (_dollar_ok): New macro.Zack Weinberg2000-03-041-15/+16
* cppinit.c (cpp_handle_option): Set opts->pedantic directly.Zack Weinberg2000-03-041-2/+0
* cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set for the buffer.Jason Merrill2000-03-021-1/+5
* cppfiles.c (cpp_read_file): New function.Zack Weinberg2000-03-021-15/+11
* cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg2000-03-011-17/+18
* cpplib.h (enum file_change_code): Added rename_file.Alexandre Oliva2000-02-271-1/+1
* cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.Alexandre Oliva2000-02-231-0/+2
* cppexp.c: Don't include cpphash.h.Zack Weinberg2000-02-101-8/+3
* cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg2000-02-101-70/+5
* cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg2000-02-101-6/+2
* cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg2000-02-061-24/+27
* cppalloc.c: Update copyright.Zack Weinberg2000-02-061-14/+1
* cpperror.c: Remove #ifdef EMACS block.Zack Weinberg2000-02-061-9/+0
* cpplib.h (cpp_reader): Add new flag, no_directives.Zack Weinberg2000-02-021-0/+5