Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -4/+1 | |
From-SVN: r60174 | |||||
2001-04-04 | ansidecl.h: All logic from gcc/gansidecl.h moved here. | Zack Weinberg | 1 | -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-13 | Use one makefile for fixinc | Bruce Korb | 1 | -33/+8 | |
From-SVN: r38231 | |||||
2000-02-27 | Makefile.in (STMP_FIXINC): New toggle. | Zack Weinberg | 1 | -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-28 | Replace local include scheme with #include of system.h | Robert Lipe | 1 | -11/+2 | |
From-SVN: r27232 | |||||
1999-05-20 | static initialization removal & K&R-ification | Alexandre Oliva | 1 | -1/+3 | |
From-SVN: r27052 | |||||
1999-03-17 | fixincl.c: Include auto-host.h instead of config.h | Robert Lipe | 1 | -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-03 | Merge from fixincl-branch | Bruce Korb | 1 | -0/+260 | |
From-SVN: r25558 |