OSDN Git Service

contrib:
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
index b0fa255..730ce5d 100644 (file)
@@ -1,3 +1,88 @@
+2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in: Change all uses of $(manext) to $(man1ext).
+
+2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77.1: Remove from CVS.
+       * Make-lang.in: Build g77.1 in $(srcdir).
+       Add --section=1 to POD2MAN command line.
+       * invoke.texi: Correct copyright years.
+       Add more sections to man page.  Add GFDL.
+
+Fri Nov  9 23:16:45 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * com.c (ffe_print_identifier): Rename.
+       (LANG_HOOKS_PRINT_IDENTIFIER): Override.
+       (lang_print_xnode, print_lang_decl, print_lang_statistics,
+       print_lang_type, set_yydebug): Remove.
+
+2001-11-09  Zack Weinberg  <zack@codesourcery.com>
+
+       * g77spec.c (lang_specific_driver): Adjust behavior of -v and
+       --version for consistency with other front ends.  Remove large
+       #if 0 block.  Do not add libraries to argv if there are no
+       input files.
+       (add_version_magic): Delete all references and dependent code.
+       * lang-options.h: Delete -fnull-version.
+       * lang-specs.h: Delete f77-version spec.
+
+       * lex.c: Delete logic conditional on ffe_is_null_version() and
+       now-unused label.
+       * top.c: Delete ffe_is_null_version_ variable.
+       (ffe_decode_option): Delete -fnull-version case.
+       * top.h: Delete declaration of ffe_is_null_version_ and
+       ffe_is_null_version(), ffe_set_is_null_version() macros.
+
+Fri Nov  9 07:14:47 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * com.c (language_string, lang_identify): Remove.
+       (struct lang_hooks): Constify.
+       (LANG_HOOKS_NAME): Override.
+       (init_parse): Update.
+
+2001-11-08  Andreas Franck  <afranck@gmx.de>
+
+       * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle 
+       program_transform_name the way suggested by autoconf.
+
+2001-11-08  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Make-lang.in: Add rules for building g77.1.
+       * invoke.texi: Add man page stuff.  Move indexing
+       from g77.texi to here.
+       * g77.texi: Remove indexing specific to invoke.texi.
+       * news.texi: Document that g77.1 is now a generated
+       file.
+
+Tue Nov  6 21:17:47 2001  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * com.c: Include langhooks-def.h.
+       * Make-lang.in: Update.
+
+2001-11-04  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77.texi: Split off invoke.texi (preliminary to using it
+       to generate a man page).
+       * Make-lang.in: Reflect in build rules.
+
+Fri Nov  2 10:51:34 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
+       is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
+       SKIP_ALL_WHITE_SPACE): Delete.
+       (read_filename_string, read_name_map): Don't use is_space or
+       is_hor_space.
+
+2001-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * news.texi: Document new ability to compile programs with
+       arrays larger than 512 Mbyte on 32-bit targets.
+
+2001-10-24  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
+
 Tue Oct 23 14:01:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.