aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-13cppfiles.c (_cpp_fake_include): New function.Neil Booth1-47/+2
2001-01-13cppmain.c (struct printer): Remove no_line_dirs.Neil Booth1-41/+44
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-1/+1
2001-01-11[multiple changes]Neil Booth1-16/+10
2001-01-10cppinit.c (OPT_g): Remove.Neil Booth1-5/+3
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2001-01-05cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg1-0/+7
2000-12-18* cppmain.c: Update print.lineno with -P.Neil Booth1-1/+4
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-3/+3
2000-12-17cppmain.c (check_multiline_token): New function.Neil Booth1-9/+22
2000-12-17protoize.c (main): Correctly set locale categories.Philipp Thomas1-0/+7
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-8/+14
2000-11-28cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...Neil Booth1-1/+1
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-43/+56
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-41/+26
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-1/+1
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+2
2000-11-01* cppmain.c (scan_buffer): Don't avoid paste for assembly.Richard Henderson1-1/+3
2000-10-29cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.Geoff Keating1-5/+6
2000-10-28New macro expander.Neil Booth1-105/+252
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth1-8/+13
2000-08-20[multiple changes]Zack Weinberg1-1/+9
2000-08-17cppinit.c (sort_options): Remove, put functionality in cpp_init.Neil Booth1-0/+1
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg1-5/+21
2000-08-05[multiple changes]Zack Weinberg1-1/+1
2000-08-02cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg1-6/+10
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-4/+178
2000-07-18[multiple changes]Zack Weinberg1-1/+2
2000-07-04top level:Zack Weinberg1-0/+1
2000-05-11cppmain.c (main): Use IS_DIR_SEPARATOR.Mark Elbrecht1-1/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-57/+16
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-1/+1
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-34/+40
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg1-0/+2
2000-02-25Fix copyrights.Jeff Law1-1/+1
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-3/+6
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-8/+1
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-0/+2
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-5/+6
1999-08-04cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b...Zack Weinberg1-7/+17
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1-9/+19
1999-04-26cpphash.c (dump_definition): New function.Zack Weinberg1-0/+1
1999-04-14cpperror.c, [...]: Never call abort.Zack Weinberg1-18/+0
1999-03-18Warning fixes:Kaveh R. Ghazi1-2/+2
1999-01-30Copyright dates.Jeff Law1-1/+1
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-0/+5
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0