OSDN Git Service

* COPYING: Update to current
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
index 72a63b0..2516e4c 100644 (file)
@@ -1,3 +1,283 @@
+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.