OSDN Git Service

* COPYING: Update to current
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
index e1efb7f..2516e4c 100644 (file)
@@ -1,3 +1,339 @@
+2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
+
+2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>
+
+       * bugs.texi: Correct copyright years.
+       * g77.texi: Likewise.
+       * news.texi: Likewise.
+
+2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77install.texi: Remove obsolete parts only used for INSTALL,
+       and DOC-G77 conditionals.  Update last-update-install date.
+
+Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * .cvsignore: New file; add info files.
+
+2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in (f77.info): Depend on info files in source
+       directory.
+       (f/g77.info): Build info files in source directory; don't build
+       them unless BUILD_INFO is "info".
+       (f77.install-info): Install info files from source directory.
+
+2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in: Link f/fini with safe-ctype.o.
+       * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
+       * com.c: Use TOUPPER, not ffesrc_toupper.
+       * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
+       * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
+       * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
+       initializing code; use TOUPPER and TOLOWER instead of
+       ffesrc_toupper and ffesrc_tolower.
+       * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
+       Don't define ffesrc_toupper or ffesrc_tolower.
+
+2000-11-28  Richard Henderson  <rth@redhat.com>
+
+       * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
+
+2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * RELEASE-PREP: Remove obsolete EGCS reference.
+       * g77.texi: Adjust reference to EGCS as something current.
+       * lang-options.h (FTNOPT): Remove macro and obsolete comment.
+       Include doc strings directly in option listing instead of through
+       this macro.
+       * root.texi: Remove support for multiple different (FSF and EGCS)
+       distributions of g77.
+       * g77install.texi: Remove conditioned out instructions applying
+       only to obsolete distributions of g77 not as part of GCC.  Change
+       "superceded" to the correct spelling "superseded".
+
+Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77spec.c (lang_specific_driver): Update copyright year to 2000.
+
+Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
+
+       * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
+
+2000-11-21  David Billinghurst  <David.Billinghurst@riotinto.com)
+
+       * Make-lang.in:  Add $(build_exeext) to f/fini target
+
+2000-11-21  Andreas Jaeger  <aj@suse.de>
+
+       * g77.texi (Floating-point Exception Handling): Use feenableexcept
+       in example.
+       (Floating-point precision): Change to match above change.
+
+Sun Nov 19 17:29:22 2000  Matthias Klose  <doko@marvin.itso-berlin.de>
+
+       * g77.texi (Floating-point precision): Adjust example
+       to work with glibc (>= 2.1).
+
+Sat Nov 18 13:54:49 2000  Matthias Klose  <doko@cs.tu-berlin.de>
+
+       * g77.texi (Floating-point Exception Handling): Adjust
+       example to work with glibc (>= 2.1).
+
+2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Make-lang.in (INTDOC_DEPS): New macro.
+       (f/intdoc.texi): Depend on $(INTDOC_DEPS).  Build f/intdoc.
+       (f/intdoc): Likewise.  Add $(build_exeext).
+
+2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
+       ggc_strdup (var).
+
+Thu Nov 16 23:14:07 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * malloc.c (malloc_init): Call xmalloc, not malloc.
+
+2000-11-10  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
+
+2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * root.texi: Remove non-historical EGCS reference.
+       Set current g77 version to 0.5.26.
+
+2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
+
+2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
+       munging of source file name.
+       ($(srcdir)/f/intdoc.texi): Break up into several rules each of
+       which builds just one thing.  Don't mess with $(LANGUAGES).
+       (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
+
+2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
+       Remove non-historical references to egcs/EGCS.
+
+2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in: Remove f77.distdir and f/INSTALL.
+       * INSTALL, install0.texi: Remove.
+
+2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * com.c (open_include_file, ffecom_open_include_): Use strchr ()
+       and strrchr () instead of index () and rindex ().
+
+2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in: Move all build rules here from Makefile.in,
+       adapt to new context.  Wrap all rules that change the current
+       directory in parentheses.  Expunge all references to $(P).
+       When one command depends on another and they're run all at
+       once, use && to separate them, not ;.  Add OUTPUT_OPTION to
+       all object-file generation rules.  Delete obsolete variables.
+
+       * Makefile.in: Delete.
+       * config-lang.in: Delete outputs= line.
+
+Sat Oct 21 18:07:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Makefile.in, g77spec.c: Remove EGCS references in comments.
+
+Thu Oct 12 22:28:51 2000  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (ffecom_do_entry_): Don't mess with obstacks.
+       (ffecom_finish_global_): Likewise.
+       (ffecom_finish_symbol_transform_): Likewise.
+       (ffecom_gen_sfuncdef_): Likewise.
+       (ffecom_init_zero_): Likewise.
+       (ffecom_start_progunit_): Likewise.
+       (ffecom_sym_transform_): Likewise.
+       (ffecom_sym_transform_assign_): Likewise.
+       (ffecom_transform_equiv_): Likewise.
+       (ffecom_transform_namelist_): Likewise.
+       (ffecom_vardesc_): Likewise.
+       (ffecom_vardesc_array_): Likewise.
+       (ffecom_vardesc_dims_): Likewise.
+       (ffecom_end_transition): Likewise.
+       (ffecom_make_tempvar): Likewise.
+       (bison_rule_pushlevel_): Likewise.
+       (bison_rule_compstmt_): Likewise.
+       (finish_decl): Likewise.
+       (finish_function): Likewise.
+       (push_parm_decl): Likewise.
+       (start_decl): Likewise.
+       (start_function): Likewise.
+       (ggc_p): Don't define.
+       * std.c (ffestd_stmt_pass_): Likewise.
+       * ste.c (ffeste_end_block_): Likewise.
+       (ffeste_end_stmt_): Likewise.
+       (ffeste_begin_iterdo_): Likewise.
+       (ffeste_io_ialist_): Likewise.
+       (ffeste_io_cilist_): Likewise.
+       (ffeste_io_inlist_): Likewise.
+       (ffeste_io_olist_): Likewise.
+       (ffeste_R810): Likewise.
+       (ffeste_R838): Likewise.
+       (ffeste_R839): Likewise.
+       (ffeste_R842): Likewise.
+       (ffeste_R843): Likewise.
+       (ffeste_R1001): Likewise.
+
+2000-10-05  Richard Henderson  <rth@cygnus.com>
+
+       * com.c (finish_function): Don't init can_reach_end.
+
+Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (lang_mark_false_label_stack): Remove.
+
+2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * com.c: Include defaults.h.
+       * com.h: Don't define the *_TYPE_SIZE macros.
+       * Makefile.in: Update dependencies.
+
+2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * ansify.c: Use #line, not # <number>.
+
+2000-08-24  Greg McGary  <greg@mcgary.org>
+
+       * intdoc.c (ARRAY_SIZE): Remove macro.
+       * proj.h (ARRAY_SIZE): Remove macro.
+       * com.c (init_decl_processing): Use ARRAY_SIZE.
+
+2000-08-22  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
+       * com.c (macro DEFGFRT): Use CONST boolean.
+       (ffecom_call_binop_): Choose between call by value
+       and call by reference.
+       (ffecom_expr_): Use direct calls to (g)libc functions for
+       POW_DD, LOG10, (float) MOD.
+       (ffecom_make_gfrt_): Add const indication to table of
+       intrinsics.
+       * com.h (macro DEFGFRT): Use CONST boolean.
+       * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
+
+2000-08-21  Nix  <nix@esperi.demon.co.uk>
+
+       * lang-specs.h: Do not process -o or run the assembler if
+       -fsyntax-only.  Use %j instead of /dev/null.
+
+2000-08-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * lang-specs.h: Pass -I* options to f771.
+
+2000-08-19  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * top.c (ffe_decode_option): Disable -fdebug-kludge
+       and warn about it.
+       * lang-options.h: Document the fact.
+       * g77.texi: Ditto.
+
+2000-08-13  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * bugs.texi: Describe new ability to emit debug info
+       for EQUIVALENCE members.
+       * news.texi: Ditto.
+
+2000-08-11  G. Helffrich  <george@gly.bris.ac.uk>
+           Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
+       so that debug info can be attached to their storage.
+       Unconditionally list the storage set aside for them.
+
+2000-08-07  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77spec.c (lang_specific_driver): Clearer g77 version message.
+
+2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
+       * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
+       (f771): Link with $(BACKEND).
+
+2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * g77spec.c: Adjust type of second argument to
+       lang_specific_driver, and update code as necessary.
+
+       * expr.c (ffeexpr_finished_): Cast signed side of ?:
+       expression to bool.
+
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
+
+Thu Jul 27 11:50:08 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * fini.c (main): Avoid automatic aggregate initialization.
+
+       * proj.h: Indent #error directive.
+
+2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * lang-specs.h: Remove one /dev/null from tradcpp invocation.
+
+Sun Jul 23 15:47:30 2000  Billinghurst, David <David.Billinghurst@riotinto.com>
+
+       * Make-lang.in: Put $(build_exeext) suffix on programs which run
+       on the build machine.
+
+2000-07-22  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
+       FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
+
+2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
+
+2000-07-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * version.c: Bump version number.
+
+2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * Make-lang.in (F77_SRCS): Remove all .j files.
+       * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
+       GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
+       TOPLEV_H, TREE_H): Remove references to .j files.
+       (TCONFIG_H, TM_H): Remove entirely.
+       (deps-kinda): Delete rule.
+       Correct commentary.
+
+       * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
+       hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
+       tree.j, tconfig.j, tree.j: Delete.
+
+       * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
+       parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
+       where.c, where.h: Include parent-directory headers directly.
+       * lex.c: Don't include tree.h twice.
+
+2000-05-17  H.J. Lu  (hjl@gnu.org)
+
+       * Make-lang.in: Use a unique stamp for each target to support
+       parallel make.
+
+Thu Jun 15 14:03:14 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ste.c (gbe_block): Constify.
+
 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
 
        * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
@@ -137,7 +473,7 @@ Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
 
        * com.c (ffecom_type_permanent_copy_): Delete unused function.
-        (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
+       (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
 
 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
@@ -194,9 +530,9 @@ Thu Dec 30 11:42:05 1999  Geoff Keating  <geoffk@cygnus.com>
        (ffecom_init_zero_): Remove obstack use.
        (ffecom_make_gfrt_): Remove obstack use.
        (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
-       (ffecom_transform_common_): Remove obstack use, save appropriate 
+       (ffecom_transform_common_): Remove obstack use, save appropriate
        trees.
-       (ffecom_type_namelist_): Remove obstack use, save appropriate 
+       (ffecom_type_namelist_): Remove obstack use, save appropriate
        trees.
        (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
        (ffecom_lookup_label): Remove obstack use, save appropriate trees.
@@ -253,11 +589,11 @@ Sun Nov 28 21:39:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
        const-ness.
-       
+
 Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
-       
+
        (ffecom_char_enhance_arg_, ffecom_do_entry_,
        ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
        ffecom_start_progunit_, ffecom_start_progunit_,
@@ -286,7 +622,7 @@ Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
        ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
 
 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
-                          Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+                         Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
 
@@ -387,9 +723,9 @@ Wed Aug 25 01:21:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
 Mon Aug  9 19:44:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-        * com.c (lang_print_error_function): Constify a char*.
-        (init_parse): Remove redundant prototype for `print_error_function'.
-        (lang_identify): Constify a char*.
+       * com.c (lang_print_error_function): Constify a char*.
+       (init_parse): Remove redundant prototype for `print_error_function'.
+       (lang_identify): Constify a char*.
 
 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
 
@@ -402,9 +738,9 @@ Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
        (ffecom_init_0): Init and use ptr_type_node.
 
 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
-        
+
        * root.texi: Update e-mail addresses to gcc.gnu.org.
-       * g77spec.c (lang_specific_driver): Updated URL with bug reporting 
+       * g77spec.c (lang_specific_driver): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.
 
 Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
@@ -903,64 +1239,64 @@ Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
 
 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-        * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
-        Const-ify a char*.
-
-        * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
-        Likewise.
-
-        * stb.c (ffestb_local_u_): Likewise.
-        (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
-        ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
-        ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
-        ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
-        ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
-        ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
-        ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
-        ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
-        ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
-        ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
-        ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
-        ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
-        ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
-        ffestb_decl_R539): Likewise.
-
-        * stb.h (_ffestb_args_): Likewise.
+       * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
+       Const-ify a char*.
 
-        * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
-        ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
+       * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
+       Likewise.
 
-        * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
-        ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
-        ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
-        ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
-        ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
+       * stb.c (ffestb_local_u_): Likewise.
+       (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
+       ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
+       ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
+       ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
+       ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
+       ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
+       ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
+       ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
+       ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
+       ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
+       ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
+       ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
+       ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
+       ffestb_decl_R539): Likewise.
+
+       * stb.h (_ffestb_args_): Likewise.
+
+       * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
+       ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
+
+       * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
+       ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
+       ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
+       ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
+       ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
 
-        * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
+       * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
 
-        * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
-        ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
+       * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
+       ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
 
-        * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
-        ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
+       * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
+       ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
 
-        * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
-        ffestt_tokenlist_drive): Add prototype arguments.
+       * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
+       ffestt_tokenlist_drive): Add prototype arguments.
 
-        * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
-        ffestt_tokenlist_drive): Likewise.
+       * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
+       ffestt_tokenlist_drive): Likewise.
 
-        * stu.c (ffestu_dummies_transition_): Likewise.
-        (ffestu_sym_end_transition): Const-ify a char*.
+       * stu.c (ffestu_dummies_transition_): Likewise.
+       (ffestu_sym_end_transition): Const-ify a char*.
 
-        * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
-        prototype arguments.
+       * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
+       prototype arguments.
 
-        * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
+       * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
 
-        * version.c (ffe_version_string): Const-ify a char*.
+       * version.c (ffe_version_string): Const-ify a char*.
 
-        * version.h (ffe_version_string): Likewise.
+       * version.h (ffe_version_string): Likewise.
 
 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -984,7 +1320,7 @@ Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
        ffecom_get_identifier_, ffecom_decl_field,
        ffecom_get_invented_identifier, lang_print_error_function,
        skip_redundant_dir_prefix, read_name_map, print_containing_files):
-       Const-ify a char*. 
+       Const-ify a char*.
        (savestring): Remove, use `xstrdup' instead.
 
        * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
@@ -1192,7 +1528,7 @@ Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
 
        * g77.texi: Clarify/index lack of run-time allocation for
        concatenation.
-  
+
 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * f/intdoc.in: Add missing `,' after cross references.
@@ -1320,7 +1656,7 @@ Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
 
 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-        * Make-lang.in (g77.o): Depend on prefix.h.
+       * Make-lang.in (g77.o): Depend on prefix.h.
 
 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>