X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ff%2FChangeLog;h=edb7bb01b103d4a8e4981e3539187cf5464da1b8;hb=d0dad2ed07d4c24f796e6b5d9466dfe6c8cee0e9;hp=ef0cf906549eff9361f4c893fc9552e9468d2128;hpb=db3d6af1231adc9e4e50db3f58248c0bfff0eace;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index ef0cf906549..edb7bb01b10 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,459 @@ +Fri Mar 9 22:52:55 2001 Kaveh R. Ghazi + + * fini.c (main): Use really_call_malloc, not malloc. + +Thu Mar 8 13:27:47 2001 Kaveh R. Ghazi + + * com.c: Don't rely on the POSIX macro to define autoconf stuff. + +2001-03-07 Brad Lucier + + * g77.texi: Document new options -funsafe-math-optimizations + and -fno-trapping-math. Revise documentation for -ffast-math. + +2001-03-01 Zack Weinberg + + * proj.h: Delete 'bool' type. Don't include stddef.h here. + * com.c: Rename variables named 'true' and/or 'false'. + * intdoc.c: Delete 'bool' type. + +2001-03-01 Zack Weinberg + + * lang-specs.h: Add zero initializer for cpp_spec field to all + array elements. + +2001-02-24 Zack Weinberg + + * com.c: Don't define STDC_HEADERS, autoconf handles it. + +Fri Feb 23 15:28:39 2001 Richard Kenner + + * com.c (set_block): Set NAMES and BLOCKS from BLOCK. + +2001-02-19 Joseph S. Myers + + * version.c, root.texi: Update GCC version number to 3.1. Update + G77 version number to 0.5.27. + * BUGS, NEWS: Regenerate. + +Sun Feb 4 15:52:44 2001 Richard Kenner + + * com.c (ffecom_init_0): Call fatal_error instead of fatal. + * com.c (init_parse): Call fatal_io_error instead of + pfatal_with_name. + (ffecom_decode_include_option_): Make errors non-fatal. + * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise. + (ffelex_hash_): Likewise. + +Sat Jan 27 20:52:18 2001 Kaveh R. Ghazi + + * Make-lang.in: Remove all dependencies on defaults.h. + * com.c: Don't include defaults.h. + +2001-01-23 Michael Sokolov + + * com.c: Don't explicitly include any time headers, the right ones are + already included by proj.h. + +2001-01-15 Mark Mitchell + + * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT + label to current_function_decl. + +Fri Jan 12 17:21:33 2001 Joseph S. Myers + + * g77spec.c (lang_specific_driver): Update copyright year to 2001. + +Wed Jan 10 14:39:45 2001 Mark Mitchell + + * com.c (ffecom_init_zero_): Remove last argument in call to + make_decl_rtl; use make_function_rtl instead of make_decl_rtl. + (ffecom_lookup_label_): Likewise. + (builtin_function): Likewise. + (start_function): Likewise. + +Thu Dec 21 21:19:42 2000 Joseph S. Myers + + * g77install.texi, g77.texi: Update last-updated dates for + installation information and the manual as a whole. + * bugs.texi, news.texi: Update copyright years in the comments at + the top of the file. + +2000-12-21 Joseph S. Myers + + * g77install.texi: Adjust wording of an EGCS reference. + +Thu Dec 21 20:00:48 2000 Joseph S. Myers + + * BUGS, NEWS: Regenerate. + +2000-12-18 Joseph S. Myers + + * com.c [VMS]: Remove definition of BSTRING. + +2000-12-18 Joseph S. Myers + + * g77.texi: Update GPL copy not to refer to years 19@var{yy}. + +2000-12-18 Toon Moene + + * bugs.texi: Correct copyright years. + * g77.texi: Likewise. + * news.texi: Likewise. + +2000-12-18 Joseph S. Myers + + * 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 + + * .cvsignore: New file; add info files. + +2000-12-08 Joseph S. Myers + + * 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 + + * 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 + + * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl. + +2000-11-26 Joseph S. Myers + + * 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 + + * g77spec.c (lang_specific_driver): Update copyright year to 2000. + +Thu Nov 23 02:18:57 2000 J"orn Rennecke + + * Make-lang.in (g77spec.o): Depend on $(CONFIG_H). + +2000-11-21 David Billinghurst + + * 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 + + * g77.texi (Floating-point precision): Adjust example + to work with glibc (>= 2.1). + +Sat Nov 18 13:54:49 2000 Matthias Klose + + * g77.texi (Floating-point Exception Handling): Adjust + example to work with glibc (>= 2.1). + +2000-11-18 Alexandre Oliva + + * 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 + + * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to + ggc_strdup (var). + +Thu Nov 16 23:14:07 2000 Kaveh R. Ghazi + + * malloc.c (malloc_init): Call xmalloc, not malloc. + +2000-11-10 Rodney Brown + + * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target. + +2000-11-10 Toon Moene + + * root.texi: Remove non-historical EGCS reference. + Set current g77 version to 0.5.26. + +2000-11-10 Toon Moene + + * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort. + +2000-11-10 Zack Weinberg + + * 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 + + * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi: + Remove non-historical references to egcs/EGCS. + +2000-11-05 Joseph S. Myers + + * Make-lang.in: Remove f77.distdir and f/INSTALL. + * INSTALL, install0.texi: Remove. + +2000-11-02 Joseph S. Myers + + * com.c (open_include_file, ffecom_open_include_): Use strchr () + and strrchr () instead of index () and rindex (). + +2000-10-27 Zack Weinberg + + * 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 + + * Makefile.in, g77spec.c: Remove EGCS references in comments. + +Thu Oct 12 22:28:51 2000 Mark Mitchell + + * 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 + + * com.c (finish_function): Don't init can_reach_end. + +Sun Oct 1 11:43:44 2000 Mark Mitchell + + * com.c (lang_mark_false_label_stack): Remove. + +2000-09-10 Zack Weinberg + + * com.c: Include defaults.h. + * com.h: Don't define the *_TYPE_SIZE macros. + * Makefile.in: Update dependencies. + +2000-08-29 Zack Weinberg + + * ansify.c: Use #line, not # . + +2000-08-24 Greg McGary + + * 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 + + * 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 + + * 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 + + * lang-specs.h: Pass -I* options to f771. + +2000-08-19 Toon Moene + + * 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 + + * bugs.texi: Describe new ability to emit debug info + for EQUIVALENCE members. + * news.texi: Ditto. + +2000-08-11 G. Helffrich + Toon Moene + + * 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 + + * g77spec.c (lang_specific_driver): Clearer g77 version message. + +2000-08-04 Zack Weinberg + + * 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 + + * 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 + + * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0. + +Thu Jul 27 11:50:08 2000 Kaveh R. Ghazi + + * fini.c (main): Avoid automatic aggregate initialization. + + * proj.h: Indent #error directive. + +2000-07-26 Toon Moene + + * lang-specs.h: Remove one /dev/null from tradcpp invocation. + +Sun Jul 23 15:47:30 2000 Billinghurst, David + + * Make-lang.in: Put $(build_exeext) suffix on programs which run + on the build machine. + +2000-07-22 Toon Moene + + * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr, + FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL. + +2000-07-13 Zack Weinberg + + * lang-specs.h: Use the new named specs. Remove unnecessary braces. + +2000-07-02 Toon Moene + + * version.c: Bump version number. + +2000-06-21 Zack Weinberg + + * 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 + + * ste.c (gbe_block): Constify. + +2000-06-13 Jakub Jelinek + + * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN. + (ffecom_transform_equiv_, ffecom_decl_field): Likewise. + (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN. + (duplicate_decls): Set DECL_USER_ALIGN. + +Sun Jun 11 00:03:00 2000 Kaveh R. Ghazi + + * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED. + +2000-06-04 Philipp Thomas + + * Makefile.in(INTLLIBS): New macro. + (LIBS): Add INTLLIBS. + (DEPLIBS): Likewise. + +2000-06-02 Richard Henderson + + * com.c (lang_get_alias_set): New. + +2000-05-28 Toon Moene + + * bugs.texi: Note that debugging information for + common block items is emitted now. + * news.texi: Ditto. + 2000-05-18 Chris Demetriou * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that @@ -110,7 +566,7 @@ Sun Feb 27 16:40:33 2000 Richard Kenner 2000-02-23 Zack Weinberg * 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 @@ -167,9 +623,9 @@ Thu Dec 30 11:42:05 1999 Geoff Keating (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. @@ -226,11 +682,11 @@ Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away const-ness. - + Sun Nov 28 21:15:29 1999 Kaveh R. Ghazi * 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_, @@ -259,7 +715,7 @@ Sun Nov 28 21:15:29 1999 Kaveh R. Ghazi ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise. Wed Nov 10 12:43:21 1999 Philippe De Muyter - Kaveh R. Ghazi + Kaveh R. Ghazi * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. @@ -360,9 +816,9 @@ Wed Aug 25 01:21:06 1999 Rainer Orth Mon Aug 9 19:44:08 1999 Kaveh R. Ghazi - * 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) @@ -375,9 +831,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 - + * 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 @@ -876,64 +1332,64 @@ Fri Apr 2 12:49:12 1999 Craig Burley Tue Mar 30 12:04:11 1999 Kaveh R. Ghazi - * 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 @@ -957,7 +1413,7 @@ Sat Mar 27 13:00:43 1999 Kaveh R. Ghazi 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): @@ -1165,7 +1621,7 @@ Wed Mar 3 00:05:52 1999 Craig Burley * g77.texi: Clarify/index lack of run-time allocation for concatenation. - + 1999-02-25 Andreas Jaeger * f/intdoc.in: Add missing `,' after cross references. @@ -1293,7 +1749,7 @@ Sun Jan 31 20:34:29 1999 Zack Weinberg Tue Jan 5 22:12:41 1999 Kaveh R. Ghazi - * 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