From: François-Xavier Coudert Date: Thu, 22 Jun 2006 06:05:54 +0000 (+0000) Subject: re PR fortran/26769 (Implement transpose() and reshape() for real instead of using... X-Git-Tag: releases/gcc-4.2.0~2329 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f444077fe2f613fa894cacb73b691fbfb4cb041;p=thirdparty%2Fgcc.git re PR fortran/26769 (Implement transpose() and reshape() for real instead of using integer) PR libfortran/26769 * ChangeLog: Forgotten in the previous commit. From-SVN: r114881 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 8ab88b750377..c03f069245b4 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,13 @@ +2006-06-22 Francois-Xavier Coudert + + PR libfortran/26769 + * Makefile.am: Add r4 and r8 versions of reshape and transpose. + * Makefile.in: Regenerate. + * generated/reshape_r4.c: New file. + * generated/reshape_r8.c: New file. + * generated/transpose_r4.c: New file. + * generated/transpose_r8.c: New file. + 2006-06-20 Paul Thomas PR libfortran/28005