aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth1-7/+0
2001-09-15cppmain.c (setup_callbacks): Set line callback only if outputting preprocesse...Neil Booth1-1/+1
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-24/+33
2001-08-21cpphash.h (_cpp_push_next_buffer): New.Neil Booth1-5/+10
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-2/+1
2001-08-11c-lex.c (map): Make const.Neil Booth1-33/+34
2001-08-07cpplib.h, line-map.h: Update comments.Neil Booth1-38/+38
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-5/+2
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-81/+71
2001-08-04cpphash.h (struct cpp_reader): New member directive_line.Neil Booth1-11/+17
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-46/+42
2001-08-02line-map.c: New.Neil Booth1-6/+10
2001-07-29cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth1-1/+0
2001-06-23cppmacro.c (make_string_token): Avoid warning.Neil Booth1-2/+4
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-1/+1
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-3/+3
2001-05-10cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg1-0/+7
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-1/+1
2001-02-21cppfiles.c: Update comments.Neil Booth1-3/+0
2001-02-01cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth1-2/+1
2001-01-28cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth1-2/+2
2001-01-16* cppmain.c (general_init): Don't use ANSI prototype.Alan Modra1-1/+2
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-3/+1
2001-01-14cppmain.c (do_preprocessing): New function; most of the old main.Neil Booth1-51/+71
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