summaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (write_rbrac): Set up to use fixed headers if __USE_FIXED_HEADERS__ isRichard Kenner1994-08-081-2/+3
* (write_{l,r}brac): Specify return type of int.Richard Kenner1994-07-291-1/+2
* (xstrdup): Renamed from strdup.Richard Kenner1994-06-141-2/+2
* (read_scan_file): Remove decl of unused variable RPTR.Richard Kenner1994-03-251-4/+1
* Make sstring buf extern (rather than "common").Per Bothner1994-03-211-1/+2
* (missing_extern_C_count): Ifdef out.Jim Wilson1993-12-221-2/+19
* (write_rbrac): Make added declarations conditionalRichard Stallman1993-11-211-2/+2
* (write_rbrac): Treat rewinddir like memmove.Richard Stallman1993-11-201-1/+2
* (write_rbrac): Handle v*printf like memmove.Richard Stallman1993-11-121-1/+4
* (fancy_abort): Defined.Richard Stallman1993-11-111-2/+25
* Delete duplicate definition of "buf".Richard Kenner1993-10-261-1/+1
* Renamed from patch-header.c.Richard Stallman1993-10-221-3/+3
* Simplify and fix handling of errno.h.Richard Stallman1993-10-211-11/+11
* (main): Delete output file before opening it.Richard Stallman1993-10-201-1/+10
* (inf_size): Move decl inside main.Richard Stallman1993-10-201-43/+47
* include <sys/types.h> before <sys/stat.h>.Per Bothner1993-10-131-1/+1
* Re-write , to use scan_decls as a sub-routine.Per Bothner1993-10-121-155/+279
* Merge. See ChangeLog.Per Bothner1993-08-091-17/+26
* patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since...Per Bothner1993-07-271-4/+4
* Initial revisionPer Bothner1993-07-251-0/+674