aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)Author
2001-02-04 * cppinit.c (BC): New macro.Mark Mitchell
2001-01-28 * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)Neil Booth
2001-01-14 * c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth
2001-01-13 * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,Neil Booth
2001-01-13 * cppinit.c (cpp_handle_option): help_only is now part of theNeil Booth
2001-01-10 * cppinit.c (OPT_g): Remove.Neil Booth
2001-01-07 * c-lang.c (c_post_options): Call cpp_post_options.Neil Booth
2001-01-05 * cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg
2001-01-05 * cpp.texi: Update for -MP. Clarify behaviour of -MT.Neil Booth
2001-01-04 * cpp.texi: Update for -MT.Neil Booth
2000-12-18 * c-lex.c: s/change_file/file_change.Neil Booth
2000-12-17 * cpplib.h (struct cpp_reader): Remove references to string_poolNeil Booth
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.Neil Booth
2000-12-15 * gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek
2000-12-11 * cpperror.c (print_location): New function.Neil Booth
2000-12-07 * cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth
2000-12-07 * config/alpha/osf.h: Standarize copyright statement.Rodney Brown
2000-12-05 * cppfiles.c (stack_include_file): Push zero-length buffersNeil Booth
2000-12-04 * cppfiles.c (cpp_make_system_header): Take 2 booleans,Neil Booth
2000-12-01 * cppinit.c (initialize): Forgotten prototype.Neil Booth
2000-11-28 * cppmacro.c (cpp_scan_buffer_nooutput): Take a booleanNeil Booth
2000-11-28 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth
2000-11-27 * cppinit.c (cpp_reader_init): Remove handling of warn_pasteNeil Booth
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):Neil Booth
2000-11-26 * cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth
2000-11-22 * cpplex.c (trigraph_ok): Ensure we don't warn twice.Neil Booth
2000-11-20 * c-lang.c (lang_init_options): Update call toNeil Booth
2000-11-15 * cpplib.c (start_directive, end_directive): New functions.Neil Booth
2000-11-13 * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFNeil Booth
2000-11-12 * cppexp.c: Don't worry about pfile->skipping.Neil Booth
2000-11-11 Remove CPP_PLACEMARKERsNeil Booth
2000-11-08 Move directive handling into the lexer itself.Neil Booth
2000-11-06 * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orNeil Booth
2000-11-01 * c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth
2000-10-30 * cppfiles.c (stack_include_file): Check for stacked contextsNeil Booth
2000-10-29 * cpphash.c (cpp_forall_identifiers): Add context variableGeoffrey Keating
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-25 * cpplex.c (parse_args): Don't set VOID_REST flag.Neil Booth
2000-09-252000-09-25 Branko Cibej <branko.cibej@hermes.si>Branko Cibej
2000-09-24 * cpplex.c: Update TODO comment.Neil Booth
2000-09-23 * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,Neil Booth
2000-09-18 * cpphash.h (HASHSTEP): Take character rather than pointerNeil Booth
2000-09-12 * cppfiles.c: Move all default-#defines to top of file.Zack Weinberg
2000-09-08 * cpplib.h (struct cpp_options): Add user_label_prefix member,Zack Weinberg
2000-09-07 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifZack Weinberg
2000-08-17 * cppinit.c (sort_options): Remove, put functionality inNeil Booth
2000-08-09 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEZack Weinberg
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenZack Weinberg
2000-08-02 * cpperror.c (v_message): Split into _cpp_begin_message andZack Weinberg
2000-07-20 * cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg