aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/procopen.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-01fixfixes.c, [...]: ANSIfy function prototypes and defintions.Nathanael Nerode1-10/+3
* fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c, fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes and defintions. Add missed (?!) ChangeLog entry from previous commit earlier today: * fixinc/inclhack.def (broken_cabs): Make matching more generous. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/math.h: Regenerate to match test_text change. From-SVN: r70078
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-4/+1
From-SVN: r60174
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg1-1/+1
include: * ansidecl.h: All logic from gcc/gansidecl.h moved here. gcc: * gansidecl.h: Delete file. * configure.in: Change all refs to gansidecl.h to use ansidecl.h. Adjust *_file_list so they know where ansidecl.h lives. * configure: Regenerate. * Makefile.in (intl.o): Don't depend on gansidecl.h. * defaults.h: s/gansidecl.h/ansidecl.h/ in comment. * ggc.h, config/fr30/fr30.h, config/mcore/mcore.c: Don't include gansidecl.h. * intl.c, main.c, version.c, fixinc/fixlib.h, fixinc/procopen.c, fixinc/server.c: Include ansidecl.h not gansidecl.h. gcc/java: * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend on gansidecl.h. * buffer.c, jvgenmain.c: Don't include gansidecl.h. libiberty: * make-temp-file.c (try): Inline. From-SVN: r41069
2000-12-13Use one makefile for fixincBruce Korb1-33/+8
From-SVN: r38231
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg1-1/+1
* Makefile.in (STMP_FIXINC): New toggle. (LIBGCC2_DEPS): Delete all references. (stmp-headers): Delete target. All references either deleted or changed to stmp-int-headers. (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO. (LIBCPP_OBJS): Take out cppalloc.o. (cppalloc.o): Delete target. (stmp-int-hdrs): Depend on $(STMP_FIXINC). (gen-protos, fix-header): Link with libiberty.a. * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC to empty. * cp/Make-lang.in: Delete refs to LIBGCC2_DEPS. * configure.in: Remove refs to strerror. * acconfig.h: Take out NEED_DECLARATION_STRERROR. * system.h: Take out strerror stanza. * cpperror.c (my_strerror): Delete function. (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror. * cppmain.c (main): Call xmalloc_set_program_name first thing. * cppalloc.c: Delete file. * gen-protos.c: Don't provide xrealloc. * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use xstrerror throughout. From-SVN: r32200
1999-05-28Replace local include scheme with #include of system.hRobert Lipe1-11/+2
From-SVN: r27232
1999-05-20static initialization removal & K&R-ificationAlexandre Oliva1-1/+3
From-SVN: r27052
1999-03-17fixincl.c: Include auto-host.h instead of config.hRobert Lipe1-1/+1
* fixinc/fixincl.c: Include auto-host.h instead of config.h * fixinc/procopen.c: Likewise. * fixinc/regex.c: Likewise. * fixinc/server.c: Likewise. From-SVN: r25832
1999-03-03Merge from fixincl-branchBruce Korb1-0/+260
From-SVN: r25558