aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-06-10Use cpplib for cccp.Dave Brolley1-0/+7
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+1
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-5/+7
1996-07-03formatting tweaksMike Stump1-1/+1
1996-06-07cppmain.c (fancy_abort): Only define #ifdef abort.Per Bothner1-2/+4
1996-06-06cppmain.c (main): Use CPP_SET_WRITTEN and cpp_fatal.Per Bothner1-7/+9
1995-11-04Define progname, required by cpplib.Richard Kenner1-0/+2
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-1/+5
1995-04-30* cppmain.c (main): Remove commented-out code that used PARSE_GETC.Per Bothner1-8/+0
1995-03-16Initial revisionPer Bothner1-0/+102