| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -2/+2 |
* | * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | neil | 2002-02-02 | 1 | -0/+3 |
* | PR other/1502: | jakub | 2002-01-29 | 1 | -1/+1 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -2/+2 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -13/+30 |
* | * c-pragma.h (cpp_register_pragma_space): Remove. | neil | 2001-10-14 | 1 | -1/+0 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -4/+4 |
* | * cpplex.c (enum spell_type): Add SPELL_NUMBER. | zack | 2001-10-06 | 1 | -4/+5 |
* | * cpphash.h: Update comments. | neil | 2001-10-02 | 1 | -6/+7 |
* | * cpphash.h: Update comment. | neil | 2001-09-27 | 1 | -2/+0 |
* | * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff, | neil | 2001-09-26 | 1 | -3/+0 |
* | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -3/+7 |
* | * cppmain.c (scan_translation_unit): Don't worry about | neil | 2001-09-16 | 1 | -8/+0 |
* | * cpperror.c (print_location): Take line and column, for | neil | 2001-09-14 | 1 | -26/+9 |
* | * c-parse.in (_yylex): Use _cpp_backup_tokens. | neil | 2001-09-13 | 1 | -0/+2 |
* | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -5/+1 |
* | * cpperror.c (print_location): Don't take a file name; use the | neil | 2001-08-17 | 1 | -5/+1 |
* | * c-lex.c (map): Make const. | neil | 2001-08-11 | 1 | -12/+2 |
* | * cpplib.h, line-map.h: Update comments. | neil | 2001-08-07 | 1 | -1/+1 |
* | * cpperror.c (print_containing_files): Moved to line-map.c. | neil | 2001-08-06 | 1 | -4/+3 |
* | * cpphash.h (struct cpp_reader): New member directive_line. | neil | 2001-08-04 | 1 | -6/+6 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -3/+2 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -12/+5 |
* | * cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | neil | 2001-08-01 | 1 | -0/+2 |
* | * cpphash.h (struct cpp_reader): Remove import_warning. | neil | 2001-07-29 | 1 | -1/+0 |
* | * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | neil | 2001-07-19 | 1 | -2/+0 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -2/+3 |
* | * c-lex.c (read_escape, read_ucs): Delete. | neil | 2001-05-23 | 1 | -0/+4 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -18/+31 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -6/+3 |
* | * cpplib.h: Undo mistaken commit. | neil | 2001-05-16 | 1 | -13/+13 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -13/+13 |
* | * c-lex.c (lex_charconst): Convert into a simple wrapper | neil | 2001-05-11 | 1 | -0/+5 |
* | * c-parse.in (yylexname): New function, split out of _yylex. | zack | 2001-03-07 | 1 | -1/+1 |
* | * cppfiles.c (_cpp_execute_include): Don't make a null-terminated | neil | 2001-03-04 | 1 | -3/+1 |
* | * cpp.texi: Update. | neil | 2001-03-03 | 1 | -1/+1 |
* | * cppfiles.c (struct include_file): Update. | neil | 2001-03-02 | 1 | -2/+2 |
* | * cppinit.c (builtin_array): Update. | neil | 2001-02-25 | 1 | -0/+1 |
* | * c-lex.c (lex_number): Only warn traditionally for U suffix | neil | 2001-02-14 | 1 | -0/+1 |
* | * cppinit.c (BC): New macro. | mmitchel | 2001-02-04 | 1 | -1/+3 |
* | * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) | neil | 2001-01-28 | 1 | -2/+1 |
* | * c-parse.in (finish_parse): Add comment about cpp_destroy. | neil | 2001-01-14 | 1 | -1/+4 |
* | * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro, | neil | 2001-01-13 | 1 | -269/+0 |
* | * cppinit.c (cpp_handle_option): help_only is now part of the | neil | 2001-01-13 | 1 | -15/+33 |
* | * cppinit.c (OPT_g): Remove. | neil | 2001-01-10 | 1 | -8/+0 |
* | * c-lang.c (c_post_options): Call cpp_post_options. | neil | 2001-01-07 | 1 | -2/+13 |
* | * cpplib.h (struct cpp_reader): Add help_only field. | zack | 2001-01-05 | 1 | -0/+4 |
* | * cpp.texi: Update for -MP. Clarify behaviour of -MT. | neil | 2001-01-05 | 1 | -1/+4 |
* | * cpp.texi: Update for -MT. | neil | 2001-01-04 | 1 | -4/+1 |
* | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -1/+1 |