Age | Commit message (Expand) | Author | Files | Lines |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -213/+18 |
2000-03-08 | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 1 | -25/+15 |
2000-03-07 | [multiple changes] | Zack Weinberg | 1 | -3/+3 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -7/+11 |
2000-03-04 | mkdeps.c, mkdeps.h: New files. | Zack Weinberg | 1 | -12/+1 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -15/+16 |
2000-03-04 | cppinit.c (cpp_handle_option): Set opts->pedantic directly. | Zack Weinberg | 1 | -2/+0 |
2000-03-02 | cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set for the buffer. | Jason Merrill | 1 | -1/+5 |
2000-03-02 | cppfiles.c (cpp_read_file): New function. | Zack Weinberg | 1 | -15/+11 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -17/+18 |
2000-02-27 | cpplib.h (enum file_change_code): Added rename_file. | Alexandre Oliva | 1 | -1/+1 |
2000-02-23 | cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | Alexandre Oliva | 1 | -0/+2 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -8/+3 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -70/+5 |
2000-02-10 | cpphash.c (macarg): Hoist all the flag diddling out of the function... | Zack Weinberg | 1 | -6/+2 |
2000-02-06 | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 1 | -24/+27 |
2000-02-06 | cppalloc.c: Update copyright. | Zack Weinberg | 1 | -14/+1 |
2000-02-06 | cpperror.c: Remove #ifdef EMACS block. | Zack Weinberg | 1 | -9/+0 |
2000-02-02 | cpplib.h (cpp_reader): Add new flag, no_directives. | Zack Weinberg | 1 | -0/+5 |
2000-01-29 | Adjust variable names, comments, help strings to c99. | Ulrich Drepper | 1 | -7/+6 |
2000-01-27 | cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89. | Zack Weinberg | 1 | -0/+5 |
2000-01-19 | more copyright nits | Kaveh Ghazi | 1 | -1/+1 |
2000-01-19 | cppalloc.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -23/+23 |
2000-01-12 | cpplib.h (struct cpp_options): Change lang_asm to char. | Zack Weinberg | 1 | -3/+11 |
1999-10-29 | cpplib.h (struct cpp_buffer: fname, [...]): Mark const. | Zack Weinberg | 1 | -19/+32 |
1999-10-15 | cppexp.c (cpp_parse_escape): Make static. | Zack Weinberg | 1 | -1/+0 |
1999-09-23 | * cpplib.h (CPP_PREPROCESSED): New macro. | Jason Merrill | 1 | -0/+1 |
1999-09-09 | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1 | -0/+1 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -13/+17 |
1999-07-20 | gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | Jason Merrill | 1 | -0/+8 |
1999-05-10 | cppfiles.c (initialize_input_buffer): New function. | Zack Weinberg | 1 | -1/+8 |
1999-04-19 | cpplib.c (output_line_command): Drop CONDITIONAL argument. | Zack Weinberg | 1 | -1/+1 |
1999-04-12 | cpphash.c (collect_expansion, [...]): Make the escape character in macro buff... | Zack Weinberg | 1 | -5/+10 |
1999-04-06 | cppinit.c (install_predefs): Delete function. | Zack Weinberg | 1 | -1/+0 |
1999-03-16 | cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot... | Zack Weinberg | 1 | -19/+11 |
1999-03-15 | cppinit.c: Instead of one pending list... | Zack Weinberg | 1 | -11/+25 |
1999-02-25 | Makefile.in (cppmain.o, [...]): Don't depend on machmode.h. | Kaveh R. Ghazi | 1 | -8/+1 |
1999-02-25 | cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument. | Zack Weinberg | 1 | -4/+4 |
1999-02-18 | cpplib.c: Kill define of STDC_VALUE. | Zack Weinberg | 1 | -9/+25 |
1999-02-15 | c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF. | Zack Weinberg | 1 | -10/+13 |
1999-02-08 | cpplib.c (special_symbol): Rewrite. | Zack Weinberg | 1 | -12/+2 |
1999-02-04 | cpplib.c (initialize_char_syntax): Move to cppinit.c. | Zack Weinberg | 1 | -4/+14 |
1999-01-29 | collect2.c (error): Fix typo in declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-01-27 | cpplib.h (cpp_notice): Add prototype. | Dave Brolley | 1 | -0/+1 |
1999-01-26 | cppfiles.c (safe_read): Deleted. | Zack Weinberg | 1 | -2/+5 |
1999-01-19 | Minor copyright tweak. | Jeff Law | 1 | -1/+1 |
1999-01-06 | Fix copyright dates. | Jeff Law | 1 | -1/+1 |
1999-01-05 | Makefile.in (gcc.o, [...]): Depend on prefix.h. | Kaveh R. Ghazi | 1 | -1/+1 |
1998-12-15 | cppalloc.c: Add xstrdup here. | Zack Weinberg | 1 | -2/+0 |
1998-12-15 | cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ... | Zack Weinberg | 1 | -5/+0 |