aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)AuthorFilesLines
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
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-27Don't include <sys/stat.h> twice.Richard Kenner1-5/+3
1995-04-11fix-header.c (main): Fix loop over required_functions_listPer Bothner1-20/+11
1995-04-05Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1-79/+418
1994-08-11Fix to previous check-in.Per Bothner1-2/+2
1994-08-11If NO_IMPLICIT_EXTERN_C is defined, add extern "C" { ... }.Per Bothner1-4/+14
1994-08-08(write_rbrac): Set up to use fixed headers if __USE_FIXED_HEADERS__ isRichard Kenner1-2/+3
1994-07-29(write_{l,r}brac): Specify return type of int.Richard Kenner1-1/+2
1994-06-14(xstrdup): Renamed from strdup.Richard Kenner1-2/+2
1994-03-25(read_scan_file): Remove decl of unused variable RPTR.Richard Kenner1-4/+1
1994-03-21Make sstring buf extern (rather than "common").Per Bothner1-1/+2
1993-12-22(missing_extern_C_count): Ifdef out.Jim Wilson1-2/+19
1993-11-21(write_rbrac): Make added declarations conditionalRichard Stallman1-2/+2
1993-11-20(write_rbrac): Treat rewinddir like memmove.Richard Stallman1-1/+2
1993-11-12(write_rbrac): Handle v*printf like memmove.Richard Stallman1-1/+4
1993-11-11(fancy_abort): Defined.Richard Stallman1-2/+25
1993-10-26Delete duplicate definition of "buf".Richard Kenner1-1/+1
1993-10-22Renamed from patch-header.c.Richard Stallman1-3/+3
1993-10-21Simplify and fix handling of errno.h.Richard Stallman1-11/+11
1993-10-20(main): Delete output file before opening it.Richard Stallman1-1/+10
1993-10-20(inf_size): Move decl inside main.Richard Stallman1-43/+47
1993-10-13include <sys/types.h> before <sys/stat.h>.Per Bothner1-1/+1
1993-10-12Re-write , to use scan_decls as a sub-routine.Per Bothner1-155/+279
1993-08-09Merge. See ChangeLog.Per Bothner1-17/+26
1993-07-27patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since...Per Bothner1-4/+4
1993-07-25Initial revisionPer Bothner1-0/+674