1. 02 Nov, 2005 9 commits
  2. 01 Nov, 2005 11 commits
  3. 31 Oct, 2005 15 commits
  4. 30 Oct, 2005 5 commits
    • Make-lang.in (GFORTRAN_TARGET_INSTALL_NAME): Define. · def6f170
      	* Make-lang.in (GFORTRAN_TARGET_INSTALL_NAME): Define.
      	(GFORTRAN_CROSS_NAME): Remove.
      	(fortran.install-common): Correctly install a cross compiler.
      	(fortran.uninstall): Use GFORTRAN_TARGET_INSTALL_NAME instead of
      	GFORTRAN_CROSS_NAME.
      
      From-SVN: r106256
      Andreas Schwab committed
    • gfortran.texi: Update contributors. · 13679135
      fortran/
      2005-10-30  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              * gfortran.texi: Update contributors.
      
      From-SVN: r106255
      Erik Edelmann committed
    • re PR fortran/18883 (ICE in gfc_finish_var_decl) · d48734ef
      fortran/
      2005-10-30  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/18883
              * trans-decl.c (gfc_finish_var_decl): Add decl to the
              current function, rather than the parent.  Make
              assertion accept fake result variables.
              * trans-expr.c (gfc_conv_variable): If the character
              length of an ENTRY isn't set, get the length from
              the master function instead.
      
      testsuite
      2005-10-30  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/18883
              * gfortran.dg/char_result_9.f90: New.
              * gfortran.dg/char_result_10.f90: New.
      
      From-SVN: r106254
      Erik Edelmann committed
    • re PR libstdc++/20213 (cassert header documentation wrong) · 097588e4
      2005-10-30  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/20213
      	* include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
      	* include/c_std/std_cstdlib.h: Likewise.
      	* include/c_std/std_cstdio.h: Likewise.
      	* include/c_std/std_cstdarg.h: Likewise.
      	* include/c_std/std_cctype.h: Likewise.
      	* include/c_std/std_cerrno.h: Likewise.
      	* include/c_std/std_cmath.h: Likewise.
      	* include/c_std/std_ciso646.h: Likewise.
      	* include/c_std/std_ctime.h: Likewise.
      	* include/c_std/std_clocale.h: Likewise.
      	* include/c_std/std_climits.h: Likewise.
      	* include/c_std/std_cassert.h: Likewise.
      	* include/c_std/std_csetjmp.h: Likewise.
      	* include/c_std/std_cwchar.h: Likewise.
      	* include/c_std/std_cfloat.h: Likewise.
      	* include/c_std/std_cstring.h: Likewise.
      	* include/c_std/std_cstddef.h: Likewise.
      	* include/c_std/std_cwctype.h: Likewise.
      
      From-SVN: r106253
      Paolo Carlini committed
    • gfortran.texi: Remove reservations about I/O usability. · ed146156
      
      2005-10-30  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* gfortran.texi:  Remove reservations about I/O usability.  Document
      	that array intrinsics mostly work.
      
      From-SVN: r106252
      Thomas Koenig committed