summaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
Commit message (Expand)AuthorAgeFilesLines
...
* cppinit.c (sort_options): Remove, put functionality in cpp_init.Neil Booth2000-08-171-0/+1
* configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg2000-08-091-5/+21
* [multiple changes]Zack Weinberg2000-08-051-1/+1
* cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg2000-08-021-6/+10
* cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg2000-08-021-4/+178
* [multiple changes]Zack Weinberg2000-07-181-1/+2
* top level:Zack Weinberg2000-07-041-0/+1
* cppmain.c (main): Use IS_DIR_SEPARATOR.Mark Elbrecht2000-05-111-1/+1
* cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg2000-04-141-57/+16
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-1/+1
* cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg2000-03-311-34/+40
* Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg2000-02-271-0/+2
* Fix copyrights.Jeff Law2000-02-251-1/+1
* cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg2000-02-061-3/+6
* cpperror.c: Remove #ifdef EMACS block.Zack Weinberg2000-02-061-8/+1
* cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1999-10-291-0/+2
* cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1999-09-071-5/+6
* cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b...Zack Weinberg1999-08-041-7/+17
* cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1999-05-101-9/+19
* cpphash.c (dump_definition): New function.Zack Weinberg1999-04-261-0/+1
* cpperror.c, [...]: Never call abort.Zack Weinberg1999-04-141-18/+0
* Warning fixes:Kaveh R. Ghazi1999-03-181-2/+2
* Copyright dates.Jeff Law1999-01-301-1/+1
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1999-01-301-0/+2
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-0/+5
* Copyright fixes.Jeff Law1999-01-061-1/+1
* cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1998-12-071-1/+1
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* Use cpplib for cccp.Dave Brolley1998-06-101-0/+7
* Warning Fixes:Kaveh R. Ghazi1998-05-191-1/+1
* More cutover to system.h:Kaveh R. Ghazi1998-03-301-5/+7
* formatting tweaksMike Stump1996-07-031-1/+1
* cppmain.c (fancy_abort): Only define #ifdef abort.Per Bothner1996-06-071-2/+4
* cppmain.c (main): Use CPP_SET_WRITTEN and cpp_fatal.Per Bothner1996-06-061-7/+9
* Define progname, required by cpplib.Richard Kenner1995-11-041-0/+2
* Update FSF address.Richard Kenner1995-06-151-1/+1
* Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1995-05-161-1/+5
* * cppmain.c (main): Remove commented-out code that used PARSE_GETC.Per Bothner1995-04-301-8/+0
* Initial revisionPer Bothner1995-03-161-0/+102