summaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
Commit message (Expand)AuthorAgeFilesLines
* cppmain.c (setup_callbacks): Disable #pragma and #ident callbacks when proces...Zack Weinberg2002-03-061-2/+7
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-1/+1
* cppmacro.c: Don't include intl.h.Neil Booth2002-01-031-4/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-5/+9
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-11-101-0/+1
* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg2001-10-191-12/+1
* cppmain.c (struct printer): New member source.Neil Booth2001-10-121-8/+11
* cpphash.h: Update comments.Neil Booth2001-10-021-3/+3
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-10/+34
* cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth2001-09-161-7/+0
* cppmain.c (setup_callbacks): Set line callback only if outputting preprocesse...Neil Booth2001-09-151-1/+1
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-24/+33
* cpphash.h (_cpp_push_next_buffer): New.Neil Booth2001-08-211-5/+10
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-2/+1
* c-lex.c (map): Make const.Neil Booth2001-08-111-33/+34
* cpplib.h, line-map.h: Update comments.Neil Booth2001-08-071-38/+38
* cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth2001-08-061-5/+2
* re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth2001-08-051-81/+71
* cpphash.h (struct cpp_reader): New member directive_line.Neil Booth2001-08-041-11/+17
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-46/+42
* line-map.c: New.Neil Booth2001-08-021-6/+10
* cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth2001-07-291-1/+0
* cppmacro.c (make_string_token): Avoid warning.Neil Booth2001-06-231-2/+4
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-1/+1
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-3/+3
* cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg2001-05-101-0/+7
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-1/+1
* cppfiles.c: Update comments.Neil Booth2001-02-211-3/+0
* cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth2001-02-011-2/+1
* cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth2001-01-281-2/+2
* * cppmain.c (general_init): Don't use ANSI prototype.Alan Modra2001-01-161-1/+2
* c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth2001-01-141-3/+1
* cppmain.c (do_preprocessing): New function; most of the old main.Neil Booth2001-01-141-51/+71
* cppfiles.c (_cpp_fake_include): New function.Neil Booth2001-01-131-47/+2
* cppmain.c (struct printer): Remove no_line_dirs.Neil Booth2001-01-131-41/+44
* cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth2001-01-131-1/+1
* [multiple changes]Neil Booth2001-01-111-16/+10
* cppinit.c (OPT_g): Remove.Neil Booth2001-01-101-5/+3
* c-lang.c (c_post_options): Call cpp_post_options.Neil Booth2001-01-071-0/+1
* cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg2001-01-051-0/+7
* * cppmain.c: Update print.lineno with -P.Neil Booth2000-12-181-1/+4
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-3/+3
* cppmain.c (check_multiline_token): New function.Neil Booth2000-12-171-9/+22
* protoize.c (main): Correctly set locale categories.Philipp Thomas2000-12-171-0/+7
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-8/+14
* cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...Neil Booth2000-11-281-1/+1
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-43/+56
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-41/+26