Age | Commit message (Expand) | Author | Files | Lines |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -1/+1 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -2/+2 |
2001-02-03 | Add missing blanks | Richard Kenner | 1 | -3/+3 |
2001-01-13 | * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry! | Neil Booth | 1 | -1/+1 |
2001-01-13 | fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rath... | Neil Booth | 1 | -3/+8 |
2001-01-07 | * fix-header.c (read_scan_file): s/pfile/scan_in/. | Neil Booth | 1 | -1/+1 |
2001-01-07 | c-lang.c (c_post_options): Call cpp_post_options. | Neil Booth | 1 | -0/+1 |
2000-12-18 | c-lex.c: s/change_file/file_change. | Neil Booth | 1 | -3/+3 |
2000-12-11 | * fix-header.c (read_scan_file): Macro expansion is not a file buffer. | Neil Booth | 1 | -1/+1 |
2000-12-11 | cpperror.c (print_location): New function. | Neil Booth | 1 | -1/+2 |
2000-12-07 | c-common.c (parse_in): Make a cpp_reader *. | Neil Booth | 1 | -9/+4 |
2000-12-04 | cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ... | Neil Booth | 1 | -1/+1 |
2000-11-28 | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 1 | -19/+18 |
2000-11-27 | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 1 | -8/+18 |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+1 |
2000-11-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -6/+8 |
2000-09-01 | fix-header.c (write_rbrac): Add putc and getc to list of functions to protect... | Fred Fish | 1 | -0/+2 |
2000-08-20 | * fix-header.c (read_scan_file): Initialize cpplib. | Neil Booth | 1 | -2/+2 |
2000-08-20 | * fix-header.c (main): Initialize cpplib. | Neil Booth | 1 | -0/+2 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -6/+4 |
2000-07-04 | top level: | Zack Weinberg | 1 | -45/+23 |
2000-06-21 | cppfiles.c (cpp_make_system_header): New function. | Zack Weinberg | 1 | -3/+3 |
2000-05-02 | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 1 | -8/+5 |
2000-04-30 | cpplex.c (cpp_idcmp): New function. | Zack Weinberg | 1 | -5/+11 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -2/+1 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -1/+1 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -6/+3 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -1/+1 |
2000-02-27 | fix-header.c (recognized_function): Also fix prototypes for functions taking ... | Kaveh R. Ghazi | 1 | -1/+1 |
2000-02-25 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -1/+5 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -1/+1 |
2000-02-08 | Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a. | Zack Weinberg | 1 | -2/+1 |
2000-01-14 | eh-common.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -16/+16 |
1999-11-03 | fix-header.c (recognized_extern, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -5/+5 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -27/+32 |
1999-08-29 | * fix-header.c (main): Do not pass a null pointer to strcmp. | Scott Weikart | 1 | -1/+1 |
1999-08-02 | fix-header.c (main): When testing for CONTINUED, use string equality, not poi... | Jeffrey A Law | 1 | -2/+2 |
1999-04-21 | gen-protos.c: #undef abort after including system.h. | Zack Weinberg | 1 | -10/+0 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -94/+0 |
1999-01-23 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
1999-01-23 | final.c (bb_str): Qualify a char* with the keyword `const'. | Kaveh R. Ghazi | 1 | -1/+1 |
1998-12-15 | * fix-header.c: Don't define xstrdup here. | Zack Weinberg | 1 | -9/+0 |
1998-12-07 | cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n... | Zack Weinberg | 1 | -1/+1 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -1/+1 |
1998-11-08 | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1 | -6/+6 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -3/+3 |
1998-10-14 | Add ATTRIBUTE_NORETURN in a bunch of places: | Kaveh R. Ghazi | 1 | -1/+2 |