- 08 Mar, 2005 1 commit
-
-
* warn_summary (keywordFilter): Update sed pattern for new quoting style in warnings. From-SVN: r96102
Kaveh R. Ghazi committed
-
- 07 Mar, 2005 1 commit
-
-
* warn_summary: Add -fortran subdir flag. (subdirectoryFilter): Fix missing ada subdir. From-SVN: r96022
Kaveh R. Ghazi committed
-
- 18 Jan, 2005 1 commit
-
-
From-SVN: r93806
Kazu Hirata committed
-
- 20 Nov, 2004 1 commit
-
-
* gcc_update (touch_files): Don't rely on "make" being GNU make; grep for "Touching" to determine that the rule executes. From-SVN: r90961
Hans-Peter Nilsson committed
-
- 14 Nov, 2004 1 commit
-
-
From-SVN: r90614
Hans-Peter Nilsson committed
-
- 07 Nov, 2004 1 commit
-
-
2004-11-07 James A. Morrison <phython@gcc.gnu.org> * README: Update website URL. From-SVN: r90239
James A. Morrison committed
-
- 05 Nov, 2004 1 commit
-
-
2004-11-04 Andrew Pinski <pinskia@physics.uc.edu> * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4. From-SVN: r90115
Andrew Pinski committed
-
- 27 Oct, 2004 1 commit
-
-
* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called libstd++.sum not libstdc++-v3.sum. From-SVN: r89697
Geoffrey Keating committed
-
- 26 Oct, 2004 1 commit
-
-
* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava. From-SVN: r89576
Geoffrey Keating committed
-
- 31 Aug, 2004 1 commit
-
-
toplevel: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (build_modules): Add fixincludes. (dependencies): Make gcc depend on fixincludes. * configure.in (build_tools): Add fixincludes. (build_configdirs): Always include build_libs. * Makefile.in: Regenerate. * configure: Regenerate. contrib: 2004-08-04 Paolo Bonzini <bonzini@gnu.org> * gcc_update: Add fixincludes. fixincludes: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * .cvsignore: New. * Makefile.in: From gcc/fixinc/Makefile.in, making it fully autoconfiscated. * configure.ac: New. * config.h.in: Generate. * configure: Generate. * aclocal.m4: New. * fixlib.h: Remove inclusions of gcc files. * system.h: New. Other files copied from gcc/fixinc. gcc: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.in (build_subdir): New substitution. (fixinc.sh): Simplify heavily since fixincludes is already built. (stmp-fixinc): Depend on specs.ready. (install-mkheaders): Use new location of fixincludes. (clean): Do not descend into fixinc. (FORBUILD): Replace with ../$(build_subdir). * configure.ac (build_subdir): Substitute. (FORBUILD): Do not set. (all_outputs): Remove fixinc/Makefile. (default commands): Do not create links in fixinc. * mkfixinc.sh: New, from fixinc/mkfixinc.sh without the fixincludes configuration steps and substituting @FIXINCL@ in fixinc.in. * fixinc.in: New, from fixinc/fixincl.sh. * fixinc/*: Removed. From-SVN: r86824
Paolo Bonzini committed
-
- 26 Aug, 2004 2 commits
-
-
2004-08-26 Matthias Klose <doko@debian.org> * texi2pod.pl: keep references of the form @ref{...}, print them bold. From-SVN: r86635
Matthias Klose committed -
2003-08-26 Matthias Klose <doko@debian.org> * test_summary: Include baseline used for libstdc++-v3 abi check in test summary. From-SVN: r86607
Matthias Klose committed
-
- 25 Aug, 2004 1 commit
-
-
From-SVN: r86543
Ben Elliston committed
-
- 20 Aug, 2004 1 commit
-
-
2004-08-20 Andreas Tobler <a.tobler@schweiz.ch> * gcc_update (self): libjava/configure.in -> configure.ac. Automake update done. From-SVN: r86330
Andreas Tobler committed
-
- 04 Aug, 2004 2 commits
-
-
2004-08-04 Paolo Bonzini <gcc@gcc.gnu.org> * gcc_update: libjava/configure.ac -> configure.in. Automake 1.4 does not handle configure.ac properly. From-SVN: r85556
Paolo Bonzini committed -
From-SVN: r85552
Andreas Schwab committed
-
- 03 Aug, 2004 1 commit
-
-
From-SVN: r85474
Richard Earnshaw committed
-
- 16 Jul, 2004 1 commit
-
-
From-SVN: r84828
Jeff Law committed
-
- 17 Jun, 2004 1 commit
-
-
From-SVN: r83289
Diego Novillo committed
-
- 16 Jun, 2004 2 commits
-
-
From-SVN: r83238
Andreas Jaeger committed -
boehm-gc/ChangeLog: 2005-06-16 Paolo Bonzini <bonzini@gnu.org> * boehm-gc/configure.ac: New name of configure.in. Remove useless multilib stuff. Change uses of INCLUDES and CXXINCLUDES to AM_CPPFLAGS. * boehm-gc/configure.in: New name of configure.in. * boehm-gc/Makefile.am: Update for automake 1.8.5. * boehm-gc/acinclude.m4: Include ../config/acx.m4. * boehm-gc/aclocal.m4: Regenerate. * boehm-gc/configure: Regenerate. contrib/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * gcc_update (boehm-gc/configure): Depend on boehm-gc/configure.ac instead of boehm-gc/configure.in gcc/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi: boehm-gc now uses automake 1.8.5. From-SVN: r83227
Paolo Bonzini committed
-
- 15 Jun, 2004 1 commit
-
-
gcc_update (libmudflap/configure): Depend on libmudflap/configure.ac instead of libmudflap/configure.in 2004-06-14 Paolo Bonzini <bonzini@gnu.org> * gcc_update (libmudflap/configure): Depend on libmudflap/configure.ac instead of libmudflap/configure.in From-SVN: r83186
Paolo Bonzini committed
-
- 14 Jun, 2004 1 commit
-
-
From-SVN: r83100
Andreas Jaeger committed
-
- 10 Jun, 2004 1 commit
-
-
From-SVN: r82884
Andreas Jaeger committed
-
- 29 May, 2004 1 commit
-
-
gcc_update (libbanshee/configure): Depend on libbanshee/configure.ac instead of libbanshee/configure.in 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu> * gcc_update (libbanshee/configure): Depend on libbanshee/configure.ac instead of libbanshee/configure.in From-SVN: r82427
Andrew Pinski committed
-
- 18 May, 2004 1 commit
-
-
top: * Makefile.def, Makefile.tpl, configure.in: Remove all mention of libf2c. * configure, Makefile.in: Regenerate. contrib: * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files from list of files to be touched. * convert_to_f2c, convert_to_g2c, download_f2c: Delete. gcc: * f: Entire directory removed * c-common.h (CTI_G77_INTEGER_TYPE, CTI_G77_UINTEGER_TYPE) (CTI_G77_LONGINT_TYPE, CTI_G77_ULONGINT_TYPE) (g77_integer_type_node, g77_uinteger_type_node) (g77_longint_type_node, or g77_ulongint_type_node): Delete. * c-common.c (c_common_nodes_and_builtins): Do not initialize the above set of variables. * config/i386/uwin.h: No need to define WIN32_UWIN_TARGET. * doc/invoke.texi, doc/standards.texi: Remove cross-references to g77 manual. gcc/po: * exgettext (spec_error_string): Do not scan beyond the end of the string for a close brace. Do not bail out at the first incidence of %%e. * gcc.pot: Regenerate. From-SVN: r81967
Zack Weinberg committed
-
- 15 May, 2004 1 commit
-
-
From-SVN: r81874
Joseph Myers committed
-
- 13 May, 2004 2 commits
-
-
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu> * btest-gcc.sh: Remove g77.sum from TESTLOGS. From-SVN: r81799
Andrew Pinski committed -
From-SVN: r81764
Diego Novillo committed
-
- 12 Apr, 2004 1 commit
-
-
Co-Authored-By: Andreas Jaeger <aj@suse.de> From-SVN: r80619
Kelley Cook committed
-
- 09 Apr, 2004 1 commit
-
-
(libobjc) * configure.in: Rename to configure.ac. * Makefile.in: Update to match. (contrib) * gcc_update (files_and_dependencies): libobjc/configure now depends on configure.ac, not configure.in. From-SVN: r80555
Nathanael Nerode committed
-
- 02 Apr, 2004 1 commit
-
-
2004-04-01 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi. From-SVN: r80345
Kelley Cook committed
-
- 16 Mar, 2004 1 commit
-
-
2004-03-16 Andreas Tobler <a.tobler@schweiz.ch> * gcc_update (files_and_dependencies): Insert libffi dependencies. From-SVN: r79543
Andreas Tobler committed
-
- 11 Mar, 2004 2 commits
-
-
From-SVN: r79292
R. Kelley Cook committed -
boehm-gc/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.in: Regenerate. fastjar/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. intl/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.h.in: Regenerate. gcc/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. libada/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Rename file to ... * configure.ac: .. to this. Bump AC_PREREQ to 2.59. * configure: Regenerate. libjava/libltdl/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config-h.in: Regenerate. libstdc++-v3/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. contrib/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Insert libada/configure. From-SVN: r79285
Kelley Cook committed
-
- 29 Feb, 2004 1 commit
-
-
2004-02-29 Andrew Pinski <pinskia@physics.uc.edu> * gcc_update (files_and_dependencies): Update intl/configure.in to intl/configure.ac. From-SVN: r78673
Andrew Pinski committed
-
- 10 Jan, 2004 1 commit
-
-
2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Update fastjar/configure.in to fastjar/configure.ac From-SVN: r75622
Kelley Cook committed
-
- 08 Jan, 2004 1 commit
-
-
2004-01-07 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Remove non-existant files. From-SVN: r75528
Kelley Cook committed
-
- 06 Jan, 2004 1 commit
-
-
contrib/ 2004-01-05 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_generated): Revert 2003-12-18 change. gcc/ada/ 2004-01-05 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18. Update comment and copyright date. * stamp-xgnatug: Delete. From-SVN: r75461
Kelley Cook committed
-
- 03 Jan, 2004 1 commit
-
-
2004-01-03 Andrew Pinski <pinskia@physics.uc.edu> * gcc_update (files_and_dependencies): For gcc directory, rename configure.in to configure.ac. From-SVN: r75367
Andrew Pinski committed
-