aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Collapse)AuthorFilesLines
1993-10-21Simplify and fix handling of errno.h.Richard Stallman1-11/+11
Now it no longer thinks errno.h always needs fixing. (write_lbrac, write_rbrac): Only write extern "C" if that specifically is needed. From-SVN: r5848
1993-10-20(main): Delete output file before opening it.Richard Stallman1-1/+10
Discard directory names from progname. From-SVN: r5842
1993-10-20(inf_size): Move decl inside main.Richard Stallman1-43/+47
(strdup): Use xmalloc rathern than malloc. Don't use the return value of strcpy. (INF_UNGET): Take parameter; do nothing if EOF. (strcpy): Declaration deleted. From-SVN: r5834
1993-10-13include <sys/types.h> before <sys/stat.h>.Per Bothner1-1/+1
From-SVN: r5772
1993-10-12Re-write , to use scan_decls as a sub-routine.Per Bothner1-155/+279
From-SVN: r5763
1993-08-09Merge. See ChangeLog.Per Bothner1-17/+26
From-SVN: r5125
1993-07-27patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, ↵Per Bothner1-4/+4
since that uses the non-portable bcopy(). * patch-header.c (read_scan_file): Minor re-write to avoid obstack_copy0, since that uses the non-portable bcopy(). From-SVN: r5007
1993-07-25Initial revisionPer Bothner1-0/+674
From-SVN: r4986