OSDN Git Service

* machmode.def: Add BImode. Add a column for bitsize.
[pf3gnuchains/gcc-fork.git] / gcc / cppinit.c
2000-09-18 mmitchel * cppinit.c (cpp_init): Don't use ANSI prototypes.
2000-09-07 neil * Makefile.in: Remove references to cppulp.{c,o}.
2000-08-29 zack * cpperror.c (print_file_and_line): If line is (unsign...
2000-08-20 zack2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
2000-08-18 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-17 neil * (cppinit.c) merge_include_chains: Use remove_dup_dir,
2000-08-17 neil * cppinit.c (cpp_cleanup): Free include dir chains.
2000-08-17 neil * cppinit.c (path_include, append_include_chain):
2000-08-17 neil * cppinit.c (sort_options): Remove, put functionality in
2000-08-04 jsm28 * cppdefault.h (WINT_TYPE): Define.
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-19 zack * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
2000-07-15 zack * cpphash.c (save_expansion): Clear PREV_WHITE on...
2000-07-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-11 neil * cppinit.c: (cpp_reader_init): Allow digraphs by...
2000-07-09 neil * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 zack * cpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 zack2000-07-03 Donn Terry (donnte@microsoft.com)
2000-07-08 zack * cppexp.c: Update all code for new lexer interface.
2000-07-06 zack * cppinit.c: Include cppdefault.h. Refer to
2000-07-05 zacktoplevel:
2000-07-04 zacktop level:
2000-07-02 jakub * cpplib.h (struct cpp_reader): New field include_depth.
2000-06-28 zack * cppfiles.c (open_include_file): If open(2) returns...
2000-06-21 zack * cppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-28 zack * cppfiles.c: Read files in, using mmap if possible...
2000-05-18 neil * cppinit.c (cpp_reader_init): Initialise col_adjust and
2000-05-04 zackgcc:
2000-05-01 zack * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-23 zack * cpphash.h (struct definition): Move file, line,...
2000-04-18 zack * cppinit.c (handle_option): Don't run error message...
2000-04-18 kenner * gcc/conflict.c (conflict_graph_add): Pass enum type to
2000-04-17 rth * Makefile.in ($(srcdir)/c-parse.y: c-parse...
2000-04-14 zack * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutpu...
2000-04-10 zack * cpphash.c (timestamp): Delete.
2000-04-08 neil * cppexp.c (parse_charconst): Null does not end character
2000-04-02 zack * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2000-04-01 zack * cpplib.c: Include symcat.h. Add 'origin' field...
2000-04-01 zack * cpplex.c: Copy ISTABLE macros from cppinit.c, and...
2000-03-31 zack * cpplib.h: Merge struct cpp_options into struct cpp_r...
2000-03-30 zack * cppinit.c (cpp_start_read): Call initialize_dependen...
2000-03-28 zack2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
2000-03-16 neil2000-03-16 Neil Booth <NeilB@earthling.net>
2000-03-13 zack * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-13 zack * cpphash.c: Don't include version.h.
2000-03-12 zack Convert cpplib to use libiberty/hashtab.c.
2000-03-12 ghazi * cppinit.c (cl_directive_handler): More K&R...
2000-03-12 ghazi * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac...
2000-03-12 neil2000-03-12 Neil Booth <NeilB@earthling.net>
2000-03-11 neil2000-03-11 Neil Booth <NeilB@earthling.net>
2000-03-11 neil * cppfiles.c (file_cleanup, _cpp_find_include_file,
2000-03-08 zack * Makefile.in (LIBCPP_DEPS): New macro.
2000-03-08 zack * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
2000-03-07 zack2000-03-07 Neil Booth <NeilB@earthling.net>
2000-03-07 zack * cppfiles.c (_cpp_find_include_file): Make sure ih...
2000-03-06 ghazi * builtins.c (built_in_class_names, built_in_names...
2000-03-04 zack * mkdeps.c, mkdeps.h: New files.
2000-03-04 zack * cppinit.c: Fix thinko in previous patch.
2000-03-04 zack * cpplib.h (_dollar_ok): New macro.
2000-03-04 zack * cppinit.c (cpp_handle_option): Set opts->pedantic...
2000-03-03 jason * cppinit.c (cpp_handle_option): Use SET_CPP_PE...
2000-03-02 zack * cppfiles.c (cpp_read_file): New function.
2000-03-01 zack * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE...
2000-02-28 zack * tm.texi: Document new target switch, NO_BUILTIN_WCHA...
2000-02-26 lawFix copyrights.
2000-02-19 kenner * bitmap.c (bitmap_operation): Avoid using -1 for...
2000-02-15 ghazi * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile...
2000-02-11 zack * cpphash.c: Fix formatting, update commentary.
2000-02-10 zack * cpplib.h: Provide HASHNODE typedef and forward decl of
2000-02-10 zack * cpphash.c (macarg): Hoist all the flag diddling...
2000-02-07 zack2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
2000-02-06 zack * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
2000-02-06 zack * cpperror.c: Remove #ifdef EMACS block.
2000-02-06 ghazi * Makefile.in (c-common.o): Depend on $(EXPR_H).
2000-01-29 drepperAdjust variable names, comments, help strings to c99.
2000-01-27 zack * cppinit.c (cpp_handle_option): Recognize C++ comment...
2000-01-27 zack * cppinit.c: Add " (cpplib)" to end of string printed by
2000-01-12 zack2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery...
2000-01-07 khan2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
1999-12-19 rth * cccp.c (main): Define __STDC_VERSION__ as...
1999-12-14 rth * cppp.c (main): Set trigraphs and __STRICT_ANS...
1999-11-30 law * cppinit.c (CAT): The argument list of this...
1999-11-18 nickcFix command line parsing to report unrecognised options.
1999-11-10 ghaziinclude:
1999-10-29 zack1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover...
1999-10-10 ghaziinclude:
1999-10-04 oliva* cppinit.c (is_idchar initializer): Loosen tests to...
1999-10-04 law * cppinit.c (is_idchar initializer): Tighten...
1999-09-13 brolleyMon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus...
1999-09-07 ghazi * cpperror.c (cpp_file_line_for_message): Constify...
1999-09-07 ghazi * c-aux-info.c (concat): Don't define.
1999-08-04 zackWed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover...
1999-07-20 jason * gcc.c (default_compilers, cpp-output): Pass -fprepro...
1999-05-10 brolley1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.colum...
1999-04-26 zack1999-04-26 19:16 -0400 Zack Weinberg <zack@rabi.colum...
1999-04-19 zackBack out accidental commit of unrelated patch
1999-04-19 zack1999-04-19 14:51 -0400 Zack Weinberg <zack@rabi.colum...
1999-04-13 brolleyTue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus...
next