diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-09-05 13:07:45 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-09-05 13:07:45 +0200 |
commit | 719bb4e3d3f7d9e3e59f97141a54fe633a77b46d (patch) | |
tree | 1beb1ce7152c7446899dbebe21a596356b4ea627 /gcc/fortran/ChangeLog-2007 | |
parent | 23d9794af3ce1e5814c76169bc8aa58f696b69a5 (diff) | |
download | gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.zip gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.gz gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.bz2 |
Convert ChangeLog files to UTF-8.
Command used:
LC_ALL=C sed -i \
-e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \
-e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \
-e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \
-e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \
-e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \
-e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \
-e 's/G\xfctlein/G\xc3\xbctlein/' \
-e 's/G\xe1[b]or/G\xc3\xa1bor/' \
-e 's/L\xf3ki/L\xc3\xb3ki/' \
-e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \
-e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \
-e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \
-e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \
-e 's/K\xfchl/K\xc3\xbchl/' \
-e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \
-e 's/L\xf8vset/L\xc3\xb8vset/' \
-e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \
-e 's/V\x81\xf5/V\xc3\xb5/' \
-e 's/J\xf6nsson/J\xc3\xb6nsson/' \
-e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \
-e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \
-e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \
-e 's/R\xe4ty/R\xc3\xa4ty/' \
-e 's/2003\xc2\xad-/2003-/' \
-e 's/\xc2\xa0/ /g' \
-e 's/ \xa0/ /g' \
-e 's/\xa0 //' \
`find . -name \*ChangeLog\* | grep -v /.svn`
From-SVN: r140033
Diffstat (limited to 'gcc/fortran/ChangeLog-2007')
-rw-r--r-- | gcc/fortran/ChangeLog-2007 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gcc/fortran/ChangeLog-2007 b/gcc/fortran/ChangeLog-2007 index 8b92ad1..9c34c79 100644 --- a/gcc/fortran/ChangeLog-2007 +++ b/gcc/fortran/ChangeLog-2007 @@ -870,7 +870,7 @@ (gfc_dep_resolver): Correct the logic for substrings so that overlapping arrays are handled correctly. -2007-10-28 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/32147 * module.c (write_symbol): Fix whitespace. @@ -985,7 +985,7 @@ namespaces and start search for symbol in current namespace. 2007-10-18 Paul Thomas <pault@gcc.gnu.org> - Dominique d'Humieres <dominiq@lps.ens.fr> + Dominique d'Humières <dominiq@lps.ens.fr> PR fortran/33733 * simplify.c (gfc_simplify_transfer): Return null if the source @@ -1028,7 +1028,7 @@ * resolve.c (check_dimension): Fix dimension-type switch; improve error message. -2007-10-13 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org> Paul Thomas <pault@gcc.gnu.org> PR fortran/33254 @@ -1055,7 +1055,7 @@ PR fortran/33636 * expr.c (find_array_section): Check for constructor constantness. -2007-10-08 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/33689 * resolve.c (gfc_resolve_expr): Fix indentation. @@ -1069,7 +1069,7 @@ * mathbuiltins.def (GAMMA): Change function name to "tgamma" instad of "gamma". -2007-10-07 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/20851 * expr.c (check_inquiry): Typo fix in error message. @@ -1085,11 +1085,11 @@ * simplify.c (range_check): Return gfc_bad_expr if incoming expression is NULL. -2007-10-06 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org> * simplify.c (gfc_simplify_size): Fix typo. -2007-10-06 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/25076 * resolve.c (gfc_find_forall_index): Move towards top, @@ -1148,7 +1148,7 @@ * gfortran.h (gfc_linebuf): Add dbg_emitted field. (gfc_define_undef_line): New prototype. -2007-10-04 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/33626 * resolve.c (resolve_operator): Always copy the type for @@ -1166,7 +1166,7 @@ * trans-decl.c (build_function_decl): Set "externally_visible" attribute on the MAIN program decl. -2007-10-03 Tobias Schlter <tobi@gcc.gnu.org> +2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/33198 * resolve.c (has_default_initializer): Move to top. Make bool. @@ -1239,7 +1239,7 @@ * module.c (mio_expr): Avoid -Wcast-qual warning. -2007-09-27 Tobias Schlter <tobi@gcc.gnu.org> +2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org> * arith.c (reduce_binary_aa): Fix capitalization. * check.c (gfc_check_dot_product): Likewise. @@ -1264,7 +1264,7 @@ PR fortran/30780 * invoke.texi: Add note to -ffpe-trap option. Fix typos. -2007-09-23 Tobias Schlter <tobi@gcc.gnu.org> +2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org> PR fortran/33269 * io.c (check_format_string): Move NULL and constant checks into @@ -1373,7 +1373,7 @@ reduce_binary_aa): Call ourselves recursively if an element of the constructor is itself a constant array. -2007-09-20 Tobias Schlter <tobi@gcc.gnu.org> +2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org> * io.c (resolve_tag_format): New function using code split out and simplified from ... @@ -1663,7 +1663,7 @@ * match.c (gfc_match_strings): Delete unused function. * match.h (gfc_match_strings): Delete prototype. -2007-09-02 Tobias Schluter <tobi@gcc.gnu.org> +2007-09-02 Tobias Schlüter <tobi@gcc.gnu.org> * dump-parse-tree.c (show_char_const): New function. (gfc_show_expr): Use it. @@ -1879,7 +1879,7 @@ runtime error checking. 2007-08-22 Roger Sayle <roger@eyesopen.com> - Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de> + Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> * match.c (intrinsic_operators): Delete. (gfc_match_intrinsic_op): Rewrite matcher to avoid calling @@ -2897,7 +2897,7 @@ dummy arguments, tell middle-end not to emit additional warnings. 2007-07-08 Daniel Franke <franke.daniel@gmail.com> - Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de> + Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> PR fortran/17711 * gfortran.h (gfc_intrinsic_op): Added INTRINSIC_EQ_OS, @@ -3430,7 +3430,7 @@ the total offset to the field. * target-memory.h : Add prototype for gfc_merge_initializers. -2007-06-11 Rafael Avila de Espindola <espindola@google.com> +2007-06-11 Rafael Ávila de Espíndola <espindola@google.com> * trans-types.c (gfc_signed_type): Remove. * trans-types.h (gfc_signed_type): Remove. @@ -3839,7 +3839,7 @@ * trans-expr.c (gfc_conv_substring): Evaluate substring bounds only once. -2007-05-14 Rafael Avila de Espindola <espindola@google.com> +2007-05-14 Rafael Ávila de Espíndola <espindola@google.com> * f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove. * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for @@ -4392,7 +4392,7 @@ * gfortran.texi: Add a section for the %VAL, %REF and %LOC extensions. -2007-03-30 Rafael Avila de Espindola <espindola@google.com> +2007-03-30 Rafael Ávila de Espíndola <espindola@google.com> * trans-types.c (gfc_signed_or_unsigned_type): Remove. (gfc_unsigned_type): Use get_signed_or_unsigned_type instead of |