summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg2000-04-141-25/+59
* cpphash.c (timestamp): Delete.Zack Weinberg2000-04-101-26/+27
* cppexp.c (parse_charconst): Null does not end character constants.Neil Booth2000-04-081-1/+1
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg2000-04-021-0/+4
* cpplib.c: Include symcat.h.Zack Weinberg2000-04-011-2/+2
* cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg2000-04-011-2/+1
* cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg2000-03-311-332/+354
* cppinit.c (cpp_start_read): Call initialize_dependency_output only after read...Zack Weinberg2000-03-301-4/+4
* cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg2000-03-281-1/+2
* cppinit.c (handle_option): Implement #unassert directive as -A- command line ...Neil Booth2000-03-161-16/+26
* Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg2000-03-131-3/+6
* cpphash.c: Don't include version.h.Zack Weinberg2000-03-131-4/+11
* Convert cpplib to use libiberty/hashtab.c.Zack Weinberg2000-03-121-37/+11
* * cppinit.c (cl_directive_handler): More K&R fixing.Kaveh R. Ghazi2000-03-121-1/+1
* cppinit.c (no_arg, [...]): Change from char[] to macros.Kaveh R. Ghazi2000-03-121-6/+9
* cppinit.c (cpp_start_read): Update indirect function call to K&R C.Neil Booth2000-03-121-1/+1
* cppinit.c (struct pending option): Replace undef with a pointer to a directiv...Neil Booth2000-03-111-64/+25
* cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth2000-03-111-8/+8
* Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg2000-03-081-33/+191
* cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg2000-03-081-8/+6
* [multiple changes]Zack Weinberg2000-03-071-504/+591
* cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg2000-03-071-8/+11
* builtins.c (built_in_class_names, [...]): Constify a char*.Kaveh R. Ghazi2000-03-061-1/+0
* mkdeps.c, mkdeps.h: New files.Zack Weinberg2000-03-041-108/+26
* * cppinit.c: Fix thinko in previous patch.Zack Weinberg2000-03-041-1/+1
* cpplib.h (_dollar_ok): New macro.Zack Weinberg2000-03-041-30/+22
* cppinit.c (cpp_handle_option): Set opts->pedantic directly.Zack Weinberg2000-03-041-2/+2
* * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.Jason Merrill2000-03-031-2/+2
* cppfiles.c (cpp_read_file): New function.Zack Weinberg2000-03-021-232/+155
* cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg2000-03-011-4/+0
* tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.Zack Weinberg2000-02-281-2/+2
* Fix copyrights.Jeff Law2000-02-251-1/+2
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-1/+2
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-3/+1
* cpphash.c: Fix formatting, update commentary.Zack Weinberg2000-02-111-5/+1
* cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg2000-02-101-1/+1
* cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg2000-02-101-1/+2
* [multiple changes]Zack Weinberg2000-02-071-6/+4
* cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg2000-02-061-22/+28
* cpperror.c: Remove #ifdef EMACS block.Zack Weinberg2000-02-061-22/+3
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-0/+1
* Adjust variable names, comments, help strings to c99.Ulrich Drepper2000-01-291-14/+15
* cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89.Zack Weinberg2000-01-271-1/+1
* cppinit.c: Add " (cpplib)" to end of string printed by -v / --version.Zack Weinberg2000-01-271-2/+2
* cpplib.h (struct cpp_options): Change lang_asm to char.Zack Weinberg2000-01-121-12/+5
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-5/+0
* cccp.c (main): Define __STDC_VERSION__ as necessary.Richard Henderson1999-12-181-4/+7
* cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89...Richard Henderson1999-12-141-18/+56
* cppinit.c (CAT): The argument list of this macro may not contain spaces !Philippe De Muyter1999-11-301-1/+1
* Fix command line parsing to report unrecognised options.Nick Clifton1999-11-181-0/+4