summaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
Commit message (Expand)AuthorAgeFilesLines
* cppexp.c: Don't include cpphash.h.Zack Weinberg2000-02-101-1/+5
* cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg2000-02-101-1/+1
* Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.Zack Weinberg2000-02-081-2/+1
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-16/+16
* fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1999-11-031-5/+5
* cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1999-09-071-27/+32
* * fix-header.c (main): Do not pass a null pointer to strcmp.Scott Weikart1999-08-291-1/+1
* fix-header.c (main): When testing for CONTINUED, use string equality, not poi...Jeffrey A Law1999-08-021-2/+2
* gen-protos.c: #undef abort after including system.h.Zack Weinberg1999-04-211-10/+0
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-94/+0
* Update copyrightsKaveh Ghazi1999-01-231-1/+1
* final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1999-01-231-1/+1
* * fix-header.c: Don't define xstrdup here.Zack Weinberg1998-12-151-9/+0
* cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1998-12-071-1/+1
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-1/+1
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-6/+6
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* Warning fixes:Kaveh R. Ghazi1998-10-171-3/+3
* Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1998-10-141-1/+2
* * fix-header.c (symlink): Treat like readlink.Jeffrey A Law1998-09-021-1/+1
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* Warning Fixes:Kaveh R. Ghazi1998-05-191-20/+78
* Warning fixes:Kaveh R. Ghazi1998-05-131-2/+2
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-3/+3
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-4/+0
* fix-header.c (write_rbrac): Add "abort" to functions which need to be protected.Manfred Hollstein1998-05-051-1/+2
* fix-header.c (enum special_file): Undefine enumerators if they are already de...Manfred Hollstein1998-04-191-0/+12
* More cutover to system.h:Kaveh R. Ghazi1998-03-301-2/+1
* cpplib.c (cpp_file_line_for_message): Delete unused parameter.Jeffrey A Law1998-03-291-2/+1
* Fix more warnings...Kaveh R. Ghazi1998-03-181-6/+6
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1998-01-271-2/+4
* cse.c (rtx_cost): Add default case in enumeration switch.Kaveh R. Ghazi1997-12-221-4/+32
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-2/+2
* Use symbolic codes for exit.Richard Kenner1997-04-201-9/+9
* formatting tweaksMike Stump1996-07-031-45/+47
* * fix-header.c (read_scan_file): Use CPP_FATAL_ERRORS.Per Bothner1996-06-071-2/+6
* fix-header.c (read_scan_file): Use cpp_fatal.Per Bothner1996-06-061-8/+24
* fix-header.c: #include "gansidecl.h".Doug Evans1996-04-151-5/+3
* fix-header.c: Add EXIT_FAILURE and EXIT_SUCCESS to stdlib.h i missing.Per Bothner1995-12-271-12/+78
* fix-header.c: Support different kinds of functions (ANSI and Posix1).Per Bothner1995-12-141-109/+177
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* Update header.Richard Kenner1995-06-151-2/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1995-05-161-2/+2
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* Don't include <sys/stat.h> twice.Richard Kenner1995-04-271-5/+3
* fix-header.c (main): Fix loop over required_functions_listPer Bothner1995-04-111-20/+11
* Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1995-04-051-79/+418
* Fix to previous check-in.Per Bothner1994-08-111-2/+2
* If NO_IMPLICIT_EXTERN_C is defined, add extern "C" { ... }.Per Bothner1994-08-111-4/+14