aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-2/+1
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-6/+3
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-1/+1
2000-02-27fix-header.c (recognized_function): Also fix prototypes for functions taking ...Kaveh R. Ghazi1-1/+1
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-1/+5
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-1/+1
2000-02-08Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.Zack Weinberg1-2/+1
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-16/+16
1999-11-03fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-27/+32
1999-08-29* fix-header.c (main): Do not pass a null pointer to strcmp.Scott Weikart1-1/+1
1999-08-02fix-header.c (main): When testing for CONTINUED, use string equality, not poi...Jeffrey A Law1-2/+2
1999-04-21gen-protos.c: #undef abort after including system.h.Zack Weinberg1-10/+0
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-94/+0
1999-01-23Update copyrightsKaveh Ghazi1-1/+1
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-1/+1
1998-12-15* fix-header.c: Don't define xstrdup here.Zack Weinberg1-9/+0
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-1/+1
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-17Warning fixes:Kaveh R. Ghazi1-3/+3
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+2
1998-09-02* fix-header.c (symlink): Treat like readlink.Jeffrey A Law1-1/+1
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-05-19Warning Fixes:Kaveh R. Ghazi1-20/+78
1998-05-13Warning fixes:Kaveh R. Ghazi1-2/+2
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-3/+3
1998-05-06Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1-4/+0
1998-05-05fix-header.c (write_rbrac): Add "abort" to functions which need to be protected.Manfred Hollstein1-1/+2
1998-04-19fix-header.c (enum special_file): Undefine enumerators if they are already de...Manfred Hollstein1-0/+12
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-2/+1
1998-03-29cpplib.c (cpp_file_line_for_message): Delete unused parameter.Jeffrey A Law1-2/+1
1998-03-18Fix more warnings...Kaveh R. Ghazi1-6/+6
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-2/+4
1997-12-22cse.c (rtx_cost): Add default case in enumeration switch.Kaveh R. Ghazi1-4/+32
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1997-04-20Use symbolic codes for exit.Richard Kenner1-9/+9
1996-07-03formatting tweaksMike Stump1-45/+47
1996-06-07* fix-header.c (read_scan_file): Use CPP_FATAL_ERRORS.Per Bothner1-2/+6
1996-06-06fix-header.c (read_scan_file): Use cpp_fatal.Per Bothner1-8/+24
1996-04-15fix-header.c: #include "gansidecl.h".Doug Evans1-5/+3
1995-12-27fix-header.c: Add EXIT_FAILURE and EXIT_SUCCESS to stdlib.h i missing.Per Bothner1-12/+78
1995-12-14fix-header.c: Support different kinds of functions (ANSI and Posix1).Per Bothner1-109/+177
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-06-15Update header.Richard Kenner1-2/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-2/+2