aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-06cppalloc.c: Update copyright.Zack Weinberg1-14/+1
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-9/+0
2000-02-02cpplib.h (cpp_reader): Add new flag, no_directives.Zack Weinberg1-0/+5
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-7/+6
2000-01-27cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89.Zack Weinberg1-0/+5
2000-01-19more copyright nitsKaveh Ghazi1-1/+1
2000-01-19cppalloc.c: PROTO -> PARAMS.Kaveh R. Ghazi1-23/+23
2000-01-12cpplib.h (struct cpp_options): Change lang_asm to char.Zack Weinberg1-3/+11
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-19/+32
1999-10-15cppexp.c (cpp_parse_escape): Make static.Zack Weinberg1-1/+0
1999-09-23* cpplib.h (CPP_PREPROCESSED): New macro.Jason Merrill1-0/+1
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-0/+1
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-13/+17
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-0/+8
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1-1/+8
1999-04-19cpplib.c (output_line_command): Drop CONDITIONAL argument.Zack Weinberg1-1/+1
1999-04-12cpphash.c (collect_expansion, [...]): Make the escape character in macro buff...Zack Weinberg1-5/+10
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-1/+0
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-19/+11
1999-03-15cppinit.c: Instead of one pending list...Zack Weinberg1-11/+25
1999-02-25Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.Kaveh R. Ghazi1-8/+1
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-4/+4
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-9/+25
1999-02-15c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1-10/+13