aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-08cppmain.c (cpp_preprocess_file): Loop to pop any -included buffers.Neil Booth1-1/+6
2002-08-12cpphash.h (struct printer): New from cppmain.c.Neil Booth1-111/+106
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-2/+3
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-27/+3
2002-06-29re PR preprocessor/7150 (gcc -dM -E ... SegFault)Neil Booth1-6/+2
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth1-5/+8
2002-06-13cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth1-9/+10
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-9/+14
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-0/+20
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-2/+2
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-2/+2
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-74/+15
2002-03-22cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth1-2/+1
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg1-1/+10
2002-03-06cppmain.c (setup_callbacks): Disable #pragma and #ident callbacks when proces...Zack Weinberg1-2/+7
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-1/+1
2002-01-03cppmacro.c: Don't include intl.h.Neil Booth1-4/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-5/+9
2001-11-10cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-0/+1
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-12cppmain.c (struct printer): New member source.Neil Booth1-8/+11
2001-10-02cpphash.h: Update comments.Neil Booth1-3/+3
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-10/+34
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