Age | Commit message (Expand) | Author | Files | Lines |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -133/+13 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -15/+15 |
2000-04-07 | cpplib.c (do_elif): Skip the rest of the line if we're not going to bother ev... | Zack Weinberg | 1 | -11/+17 |
2000-04-06 | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 1 | -273/+312 |
2000-04-05 | cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0, before freei... | Philippe De Muyter | 1 | -1/+1 |
2000-04-04 | cpplib.c (D): Adjust to call CONCAT2 macro without whitespace. | Kaveh R. Ghazi | 1 | -2/+4 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -3/+6 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -54/+64 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -22/+22 |
2000-03-28 | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 1 | -1/+6 |
2000-03-14 | cppfiles.c: Include mkdeps.h. | Zack Weinberg | 1 | -394/+299 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -1476/+193 |
2000-03-13 | cpplib.c (do_pragma_implementation): Fix off-by-one error truncating a string. | Zack Weinberg | 1 | -2/+3 |
2000-03-12 | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 1 | -45/+63 |
2000-03-11 | cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls. | Neil Booth | 1 | -25/+25 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -25/+31 |
2000-03-08 | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 1 | -66/+31 |
2000-03-07 | [multiple changes] | Zack Weinberg | 1 | -12/+12 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -36/+31 |
2000-03-04 | mkdeps.c, mkdeps.h: New files. | Zack Weinberg | 1 | -3/+4 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -2/+2 |
2000-03-02 | cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set for the buffer. | Jason Merrill | 1 | -8/+6 |
2000-03-02 | cppfiles.c (cpp_read_file): New function. | Zack Weinberg | 1 | -14/+11 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -183/+157 |
2000-02-27 | cpplib.h (enum file_change_code): Added rename_file. | Alexandre Oliva | 1 | -1/+3 |
2000-02-27 | * cpplib.c (do_pragma): Accept #pragma without consecutive token. | Alexandre Oliva | 1 | -2/+10 |
2000-02-25 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-02-23 | cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | Alexandre Oliva | 1 | -2/+3 |
2000-02-16 | * cpplib.c (do_line): Pedwarn for #line > 32767. | Alexandre Oliva | 1 | -1/+1 |
2000-02-14 | cpplib.c (do_define): Only free the old definition if it actually had one. | Zack Weinberg | 1 | -1/+2 |
2000-02-11 | cpphash.c: Fix formatting, update commentary. | Zack Weinberg | 1 | -149/+203 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -24/+41 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -18/+14 |
2000-02-10 | cpphash.c (macarg): Hoist all the flag diddling out of the function... | Zack Weinberg | 1 | -63/+62 |
2000-02-09 | cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer ends with a ne... | Zack Weinberg | 1 | -13/+30 |
2000-02-07 | cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a carriage return ... | Mark Mitchell | 1 | -0/+1 |
2000-02-06 | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 1 | -367/+18 |
2000-02-06 | cpplib.c (copy_rest_of_line): Revert previous change: don't bail out early if... | Zack Weinberg | 1 | -2/+0 |
2000-02-06 | cppfiles.c (read_and_prescan): Bump input pointer before possibly branching o... | Zack Weinberg | 1 | -32/+48 |
2000-02-06 | cppalloc.c: Update copyright. | Zack Weinberg | 1 | -35/+39 |
2000-02-06 | cpperror.c: Remove #ifdef EMACS block. | Zack Weinberg | 1 | -122/+48 |
2000-02-06 | Makefile.in (c-common.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -0/+2 |
2000-02-02 | cpplib.h (cpp_reader): Add new flag, no_directives. | Zack Weinberg | 1 | -1/+9 |
2000-01-30 | cpperror.c (cpp_file_line_for_message): If 'line' is zero, just print "<comma... | Zack Weinberg | 1 | -3/+2 |
2000-01-27 | cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89. | Zack Weinberg | 1 | -130/+114 |
2000-01-19 | more copyright nits | Kaveh Ghazi | 1 | -1/+1 |
2000-01-19 | cppalloc.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -12/+12 |
2000-01-12 | cpplib.h (struct cpp_options): Change lang_asm to char. | Zack Weinberg | 1 | -9/+33 |
1999-10-29 | cpplib.h (struct cpp_buffer: fname, [...]): Mark const. | Zack Weinberg | 1 | -30/+22 |
1999-10-03 | cpplib.c (if_directive_nameo): Add static prototype. | Kaveh R. Ghazi | 1 | -0/+2 |