| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cppfiles.c (file_cleanup, _cpp_find_include_file, | neil | 2000-03-11 | 1 | -8/+8 |
* | * Makefile.in (LIBCPP_DEPS): New macro. | zack | 2000-03-08 | 1 | -33/+191 |
* | * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete. | zack | 2000-03-08 | 1 | -8/+6 |
* | 2000-03-07 Neil Booth <NeilB@earthling.net> | zack | 2000-03-07 | 1 | -504/+591 |
* | * cppfiles.c (_cpp_find_include_file): Make sure ih->name is | zack | 2000-03-07 | 1 | -8/+11 |
* | * builtins.c (built_in_class_names, built_in_names): Constify a | ghazi | 2000-03-06 | 1 | -1/+0 |
* | * mkdeps.c, mkdeps.h: New files. | zack | 2000-03-04 | 1 | -108/+26 |
* | * cppinit.c: Fix thinko in previous patch. | zack | 2000-03-04 | 1 | -1/+1 |
* | * cpplib.h (_dollar_ok): New macro. | zack | 2000-03-04 | 1 | -30/+22 |
* | * cppinit.c (cpp_handle_option): Set opts->pedantic directly. | zack | 2000-03-04 | 1 | -2/+2 |
* | * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC. | jason | 2000-03-03 | 1 | -2/+2 |
* | * cppfiles.c (cpp_read_file): New function. | zack | 2000-03-02 | 1 | -232/+155 |
* | * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New | zack | 2000-03-01 | 1 | -4/+0 |
* | * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE. | zack | 2000-02-28 | 1 | -2/+2 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | kenner | 2000-02-19 | 1 | -1/+2 |
* | * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o, | ghazi | 2000-02-15 | 1 | -3/+1 |
* | * cpphash.c: Fix formatting, update commentary. | zack | 2000-02-11 | 1 | -5/+1 |
* | * cpplib.h: Provide HASHNODE typedef and forward decl of | zack | 2000-02-10 | 1 | -1/+1 |
* | * cpphash.c (macarg): Hoist all the flag diddling out of the | zack | 2000-02-10 | 1 | -1/+2 |
* | 2000-02-07 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-02-07 | 1 | -6/+4 |
* | * cpplib.c (my_strerror, cpp_error, cpp_error_with_line, | zack | 2000-02-06 | 1 | -22/+28 |
* | * cpperror.c: Remove #ifdef EMACS block. | zack | 2000-02-06 | 1 | -22/+3 |
* | * Makefile.in (c-common.o): Depend on $(EXPR_H). | ghazi | 2000-02-06 | 1 | -0/+1 |
* | Adjust variable names, comments, help strings to c99. | drepper | 2000-01-29 | 1 | -14/+15 |
* | * cppinit.c (cpp_handle_option): Recognize C++ comments under | zack | 2000-01-27 | 1 | -1/+1 |
* | * cppinit.c: Add " (cpplib)" to end of string printed by | zack | 2000-01-27 | 1 | -2/+2 |
* | 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-01-12 | 1 | -12/+5 |
* | 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu> | khan | 2000-01-07 | 1 | -5/+0 |
* | * cccp.c (main): Define __STDC_VERSION__ as necessary. | rth | 1999-12-19 | 1 | -4/+7 |
* | * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as | rth | 1999-12-14 | 1 | -18/+56 |
* | * cppinit.c (CAT): The argument list of this macro may not contain | law | 1999-11-30 | 1 | -1/+1 |
* | Fix command line parsing to report unrecognised options. | nickc | 1999-11-18 | 1 | -0/+4 |
* | include: | ghazi | 1999-11-10 | 1 | -1/+1 |
* | 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-10-29 | 1 | -205/+122 |
* | include: | ghazi | 1999-10-10 | 1 | -2/+1 |
* | * cppinit.c (is_idchar initializer): Loosen tests to accept | oliva | 1999-10-04 | 1 | -1/+2 |
* | * cppinit.c (is_idchar initializer): Tighten tests for when | law | 1999-10-04 | 1 | -1/+1 |
* | Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-09-13 | 1 | -0/+2 |
* | * cpperror.c (cpp_file_line_for_message): Constify a char*. | ghazi | 1999-09-07 | 1 | -8/+11 |
* | * c-aux-info.c (concat): Don't define. | ghazi | 1999-09-07 | 1 | -2/+2 |
* | Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-04 | 1 | -4/+17 |
* | * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | jason | 1999-07-20 | 1 | -1/+16 |
* | 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.columbia.edu> | brolley | 1999-05-10 | 1 | -0/+8 |
* | 1999-04-26 19:16 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-26 | 1 | -0/+19 |
* | Back out accidental commit of unrelated patch | zack | 1999-04-19 | 1 | -19/+0 |
* | 1999-04-19 14:51 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-19 | 1 | -5/+24 |
* | Tue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-04-13 | 1 | -7/+8 |
* | * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place | law | 1999-04-10 | 1 | -1/+1 |
* | 1999-04-06 12:51 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-06 | 1 | -57/+1 |