]> gcc.gnu.org Git - gcc.git/history - gcc/cppinit.c
cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allowed...
[gcc.git] / gcc / cppinit.c
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-11 Neil Boothcppinit.c: (cpp_reader_init): Allow digraphs by default.
2000-07-09 Neil Boothcpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Donn Terrycppinit.c (print_help): split overlong line into ISO...
2000-07-08 Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-06 Zack Weinbergcppinit.c: Include cppdefault.h.
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-07-02 Jakub Jelinekcpplib.h (struct cpp_reader): New field include_depth.
2000-06-28 Zack Weinbergcppfiles.c (open_include_file): If open(2) returns...
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-18 Neil Boothcppinit.c (cpp_reader_init): Initialise col_adjust...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-01 Zack Weinbergcpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-23 Zack Weinbergcpphash.h (struct definition): Move file, line, col...
2000-04-18 Zack Weinbergcppinit.c (handle_option): Don't run error message...
2000-04-18 Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-04-17 Dave PittsMakefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose...
2000-04-14 Zack Weinbergcpplex.c (cpp_output_tokens, [...]): New public interfaces.
2000-04-10 Zack Weinbergcpphash.c (timestamp): Delete.
2000-04-08 Neil Boothcppexp.c (parse_charconst): Null does not end character...
2000-04-02 Zack Weinbergcppinit.c (cpp_start_read): Turn off -Wtraditional...
2000-04-01 Zack Weinbergcpplib.c: Include symcat.h.
2000-04-01 Zack Weinbergcpplex.c: Copy ISTABLE macros from cppinit.c...
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-30 Zack Weinbergcppinit.c (cpp_start_read): Call initialize_dependency_...
2000-03-28 Zack Weinbergcppfiles.c (hash_IHASH): Just return i->hash.
2000-03-16 Neil Boothcppinit.c (handle_option): Implement #unassert directiv...
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-13 Zack Weinbergcpphash.c: Don't include version.h.
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-12 Kaveh R. Ghazi* cppinit.c (cl_directive_handler): More K&R fixing.
2000-03-12 Kaveh R. Ghazicppinit.c (no_arg, [...]): Change from char[] to macros.
2000-03-12 Neil Boothcppinit.c (cpp_start_read): Update indirect function...
2000-03-11 Neil Boothcppinit.c (struct pending option): Replace undef with...
2000-03-11 Neil Boothcppfiles.c (file_cleanup, [...]): Replace bcopy(),...
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-07 Zack Weinberg[multiple changes]
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-06 Kaveh R. Ghazibuiltins.c (built_in_class_names, [...]): Constify...
2000-03-04 Zack Weinbergmkdeps.c, mkdeps.h: New files.
2000-03-04 Zack Weinberg* cppinit.c: Fix thinko in previous patch.
2000-03-04 Zack Weinbergcpplib.h (_dollar_ok): New macro.
2000-03-04 Zack Weinbergcppinit.c (cpp_handle_option): Set opts->pedantic directly.
2000-03-03 Jason Merrill* cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
2000-03-02 Zack Weinbergcppfiles.c (cpp_read_file): New function.
2000-03-01 Zack Weinbergcpplib.h (CPP_ASSERTION, [...]): New token types.
2000-02-28 Zack Weinbergtm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
2000-02-26 Jeff LawFix copyrights.
2000-02-19 Richard Kennerbitmap.c (bitmap_operation): Avoid using -1 for index...
2000-02-15 Kaveh R. GhaziMakefile.in (TREE_H, [...]): Depend on version.h.
2000-02-11 Zack Weinbergcpphash.c: Fix formatting, update commentary.
2000-02-10 Zack Weinbergcpplib.h: Provide HASHNODE typedef and forward decl...
2000-02-10 Zack Weinbergcpphash.c (macarg): Hoist all the flag diddling out...
2000-02-07 Zack Weinberg[multiple changes]
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
2000-02-06 Zack Weinbergcpperror.c: Remove #ifdef EMACS block.
2000-02-06 Kaveh R. GhaziMakefile.in (c-common.o): Depend on $(EXPR_H).
2000-01-29 Ulrich DrepperAdjust variable names, comments, help strings to c99.
2000-01-27 Zack Weinbergcppinit.c (cpp_handle_option): Recognize C++ comments...
2000-01-27 Zack Weinbergcppinit.c: Add " (cpplib)" to end of string printed...
2000-01-12 Zack Weinbergcpplib.h (struct cpp_options): Change lang_asm to char.
2000-01-07 Mumit Khancccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR...
1999-12-19 Richard Hendersoncccp.c (main): Define __STDC_VERSION__ as necessary.
1999-12-14 Richard Hendersoncppp.c (main): Set trigraphs and __STRICT_ANSI__ as...
1999-11-30 Philippe De Muytercppinit.c (CAT): The argument list of this macro may...
1999-11-18 Nick CliftonFix command line parsing to report unrecognised options.
1999-11-10 Philippe De Muyteransidecl.h: Define and test `GCC_VERSION', not `HAVE_GC...
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-10-10 Kaveh R. Ghaziansidecl.h (HAVE_GCC_VERSION): New macro.
1999-10-04 Alexandre Olivacppinit.c (is_idchar initializer): Loosen tests to...
1999-10-04 Jeffrey A Lawcppinit.c (is_idchar initializer): Tighten tests for...
1999-09-13 Dave Brolleycppinit.c (append_include_chain): Initialize 'next...
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-09-07 Kaveh R. Ghazic-aux-info.c (concat): Don't define.
1999-08-04 Zack Weinbergcpphash.c (macroexpand): Delete leading whitespace...
1999-07-20 Jason Merrillgcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
1999-05-10 Zack Weinbergcppfiles.c (initialize_input_buffer): New function.
1999-04-26 Zack Weinbergcpphash.c (dump_definition): New function.
1999-04-19 Zack WeinbergBack out accidental commit of unrelated patch
1999-04-19 Zack Weinbergcpplib.c (output_line_command): Drop CONDITIONAL argument.
1999-04-13 Dave Brolleycppinit.c (cpp_start_read): Fix buffer overwrite.
1999-04-10 Mark Elbrechtcollect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTE...
1999-04-06 Zack Weinbergcppinit.c (install_predefs): Delete function.
1999-03-16 Zack Weinbergcppfiles.c (read_and_prescan): Map backslash-newline...
1999-03-15 Zack Weinbergcppinit.c: Instead of one pending list...
1999-02-25 Zack Weinbergcpphash.c (install): Rename to cpp_install, add cpp_rea...
1999-02-19 Kaveh R. Ghazi* cppinit.c (print_help): Remove unescaped newline...
1999-02-18 Zack Weinbergcpplib.c: Kill define of STDC_VALUE.
1999-02-06 Kaveh R. Ghazicppfiles.c (read_and_prescan): Cast the result of ...
1999-02-04 Zack Weinbergcpplib.c (initialize_char_syntax): Move to cppinit.c.
This page took 1.29961 seconds and 105 git commands to generate.