| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * cpplib.h (struct cpp_reader): Remove references to string_pool | neil | 2000-12-17 | 1 | -2/+0 |
* | * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. | neil | 2000-12-17 | 1 | -3/+4 |
* | * gcc.c (cpp_options): Pass -fno-operator-names. | jakub | 2000-12-15 | 1 | -0/+3 |
* | * cpperror.c (print_location): New function. | neil | 2000-12-11 | 1 | -5/+7 |
* | * cppfiles.c (struct include_file): Move from cpphash.h. | neil | 2000-12-07 | 1 | -0/+3 |
* | * config/alpha/osf.h: Standarize copyright statement. | law | 2000-12-07 | 1 | -1/+2 |
* | * cppfiles.c (stack_include_file): Push zero-length buffers | neil | 2000-12-05 | 1 | -1/+1 |
* | * cppfiles.c (cpp_make_system_header): Take 2 booleans, | neil | 2000-12-04 | 1 | -2/+1 |
* | * cppinit.c (initialize): Forgotten prototype. | neil | 2000-12-01 | 1 | -3/+1 |
* | * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean | neil | 2000-11-28 | 1 | -1/+1 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -3/+1 |
* | * cppinit.c (cpp_reader_init): Remove handling of warn_paste | neil | 2000-11-27 | 1 | -4/+0 |
* | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -56/+20 |
* | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -9/+6 |
* | * cpplex.c (trigraph_ok): Ensure we don't warn twice. | neil | 2000-11-22 | 1 | -0/+4 |
* | * c-lang.c (lang_init_options): Update call to | neil | 2000-11-20 | 1 | -16/+21 |
* | * cpplib.c (start_directive, end_directive): New functions. | neil | 2000-11-15 | 1 | -0/+1 |
* | * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF | neil | 2000-11-13 | 1 | -2/+0 |
* | * cppexp.c: Don't worry about pfile->skipping. | neil | 2000-11-12 | 1 | -0/+3 |
* | Remove CPP_PLACEMARKERs | neil | 2000-11-11 | 1 | -3/+2 |
* | Move directive handling into the lexer itself. | neil | 2000-11-08 | 1 | -1/+0 |
* | * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or | neil | 2000-11-06 | 1 | -5/+5 |
* | * c-parse.in (_yylex): Remove CPP_BACKSLASH case. | neil | 2000-11-01 | 1 | -1/+0 |
* | * cppfiles.c (stack_include_file): Check for stacked contexts | neil | 2000-10-30 | 1 | -1/+7 |
* | * cpphash.c (cpp_forall_identifiers): Add context variable | geoffk | 2000-10-29 | 1 | -1/+4 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -171/+270 |