diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2012-06-01 07:53:31 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-06-01 07:53:31 +0200 |
commit | 7ed26a671c8b9bfe83a5b3691ea7f82986816a7d (patch) | |
tree | 63fe8083057cc04125b9f153960462ad7b09fd6b /libgfortran/ChangeLog | |
parent | 62330f08cbb816f178c86d3ec589f1a259aedd93 (diff) | |
download | gcc-7ed26a671c8b9bfe83a5b3691ea7f82986816a7d.zip gcc-7ed26a671c8b9bfe83a5b3691ea7f82986816a7d.tar.gz gcc-7ed26a671c8b9bfe83a5b3691ea7f82986816a7d.tar.bz2 |
chmod.c (chmod_func): On MinGW, don't set is_dir
2012-06-01 Tobias Burnus <burnus@net-b.de>
* intrinsics/chmod.c (chmod_func): On MinGW, don't set is_dir
* and
fix octal-mode handling.
* io/unit.c (get_internal_unit): Add cast.
* io/unix.c (min): Undef "min" before defining it.
* runtime/backtrace.c (show_backtrace): Move label into
ifndef __MINGW__ block.
From-SVN: r188098
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b629d30..fc464a1 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,8 +1,17 @@ +2012-06-01 Tobias Burnus <burnus@net-b.de> + + * intrinsics/chmod.c (chmod_func): On MinGW, don't set is_dir and + fix octal-mode handling. + * io/unit.c (get_internal_unit): Add cast. + * io/unix.c (min): Undef "min" before defining it. + * runtime/backtrace.c (show_backtrace): Move label into + ifndef __MINGW__ block. + 2012-05-31 Benjamin Kosnik <bkoz@redhat.com> - PR libstdc++/51007 - * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument. - * configure: Regenerated. + PR libstdc++/51007 + * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument. + * configure: Regenerated. 2012-05-31 Tobias Burnus <burnus@net-b.de> |