aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-1/+1
2000-04-18cppinit.c (handle_option): Don't run error message through gettext twice.Zack Weinberg1-1/+1
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-3/+2
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts1-1/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-25/+59
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg1-26/+27
2000-04-08cppexp.c (parse_charconst): Null does not end character constants.Neil Booth1-1/+1
2000-04-02cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg1-0/+4
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-2/+2
2000-04-01cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg1-2/+1
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-332/+354
2000-03-30cppinit.c (cpp_start_read): Call initialize_dependency_output only after read...Zack Weinberg1-4/+4
2000-03-28cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg1-1/+2
2000-03-16cppinit.c (handle_option): Implement #unassert directive as -A- command line ...Neil Booth1-16/+26
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-3/+6
2000-03-13cpphash.c: Don't include version.h.Zack Weinberg1-4/+11
2000-03-12Convert cpplib to use libiberty/hashtab.c.Zack Weinberg1-37/+11
2000-03-12* cppinit.c (cl_directive_handler): More K&R fixing.Kaveh R. Ghazi1-1/+1
2000-03-12cppinit.c (no_arg, [...]): Change from char[] to macros.Kaveh R. Ghazi1-6/+9
2000-03-12cppinit.c (cpp_start_read): Update indirect function call to K&R C.Neil Booth1-1/+1
2000-03-11cppinit.c (struct pending option): Replace undef with a pointer to a directiv...Neil Booth1-64/+25
2000-03-11cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth1-8/+8
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-33/+191
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-8/+6
2000-03-07[multiple changes]Zack Weinberg1-504/+591
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-8/+11
2000-03-06builtins.c (built_in_class_names, [...]): Constify a char*.Kaveh R. Ghazi1-1/+0
2000-03-04mkdeps.c, mkdeps.h: New files.Zack Weinberg1-108/+26
2000-03-04* cppinit.c: Fix thinko in previous patch.Zack Weinberg1-1/+1
2000-03-04cpplib.h (_dollar_ok): New macro.Zack Weinberg1-30/+22
2000-03-04cppinit.c (cpp_handle_option): Set opts->pedantic directly.Zack Weinberg1-2/+2
2000-03-03* cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.Jason Merrill1-2/+2
2000-03-02cppfiles.c (cpp_read_file): New function.Zack Weinberg1-232/+155
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-4/+0
2000-02-28tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.Zack Weinberg1-2/+2
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-3/+1
2000-02-11cpphash.c: Fix formatting, update commentary.Zack Weinberg1-5/+1
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-1/+1
2000-02-10cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg1-1/+2
2000-02-07[multiple changes]Zack Weinberg1-6/+4
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-22/+28
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-22/+3
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-14/+15
2000-01-27cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89.Zack Weinberg1-1/+1
2000-01-27cppinit.c: Add " (cpplib)" to end of string printed by -v / --version.Zack Weinberg1-2/+2
2000-01-12cpplib.h (struct cpp_options): Change lang_asm to char.Zack Weinberg1-12/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-5/+0