Stamp ChangeLogs for release
[official-gcc.git] / gcc / f / ChangeLog
bloba3755f4c2e1b3016a706a21c94fae45decbb0eca
1 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
3         * gcc-2.95.1 Released.
5 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
7         * g77spec.c: Update URLS and mail addresses.
8         * root.texi: Update URLS and mail addresses.
10 Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
12         * gcc-2.95 Released.
14         * version.c: No longer a prerelease.
16 Sat Jul 17 21:57:07 1999  Jeffrey A Law  (law@cygnus.com)
18         * root.texi: Clear DEVEOPMENT per Craig's instructions.
20 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
21         
22         * root.texi: Update e-mail addresses to gcc.gnu.org.
23         * g77spec.c (lang_specific_driver): Updated URL with bug reporting 
24         instructions to gcc.gnu.org.  Removed e-mail address.
26 Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
28         * root.texi, g77install.texi: Switchover to GCC terminology.
29         Also, FSF-G77 had been mistakenly set at some point.
31 Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
33         * news.texi: Describe DATE intrinsic fix.
35 Tue Jun 29 10:10:25 1999  Craig Burley  <craig@jcb-sc.com>
37         * bugs.texi: Undo Friday's change, as there's now a fix
38         available from netlib.
39         * news.texi: Document the fix.
41 Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
43         * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
44         a temp even if -fno-f2c.
46         * version.c: Bump version.
48 Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
50         * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
52 Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
54         * g77.texi: Update links.
56 Wed Jun 16 11:43:02 1999  Craig Burley  <craig@jcb-sc.com>
58         * news.texi: Mention BACKSPACE fix to libg2c.
60 Mon Jun  7 08:42:40 1999  Craig Burley  <craig@jcb-sc.com>
62         * Make-lang.in: Any target using libsubdir must depend
63         on installdirs.
65 Sat Jun  5 23:50:36 1999  Craig Burley  <craig@jcb-sc.com>
67         * g77.texi: Describe a few more missing features people
68         have emailed me about.
70 Sat Jun  5 17:03:23 1999  Craig Burley  <craig@jcb-sc.com>
72         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
73         * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
75 Fri Jun  4 13:56:56 1999  Craig Burley  <craig@jcb-sc.com>
77         * Make-lang.in: Use libsubdir, not prefix, to store
78         temporary lang-f77 `flag' file.
80 Fri Jun  4 10:26:04 1999  Craig Burley  <craig@jcb-sc.com>
82         * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
83         Mention that libg2c is multilibbed.
85 Fri Jun  4 10:09:50 1999  Craig Burley  <craig@jcb-sc.com>
87         * g77.texi (Missing Features): Add `Better Warnings'
88         item.
90 Fri May 28 16:51:41 1999  Craig Burley  <craig@jcb-sc.com>
92         * g77.texi: Fix thinko.
94 Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
96         * news.texi: Document Tue May 18 03:52:04 1999 patch.
97         Fix a grammo.
99 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
101         * g77.texi, news.texi, root.texi, version.c: Start renaming
102         EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
103         the version of g77 within GCC 2.95.
105 Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
107         Rename -fsubscript-check to -fbounds-check and
108         -ff2c-subscript-check to -ffortran-bounds-check:
109         * g77.texi: Rename options in docs, clarify usage.
110         * lang-options.h: Rename options, clarify doclets.
111         * news.texi: Rename options, don't bother with fortran-specific
112         option.
113         * top.c (ffe_decode_option): Rename recognized strings.
115 Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
117         * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
118         now that -fflatten-arrays exists.
120 Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
122         Fix 19990525-0.f:
123         * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
124         CHARACTER expression.
125         (ffecom_prepare_expr_): Ditto.
127 Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
129         Support use of back end's improved open-coding of complex divide:
130         * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
131         instead of run-time call to [cz]_div, if `-Os' option specified.
132         (lang_init_options): Tell back end we want support for wide range
133         of inputs to complex divide.
135         * Bump version.
137 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
139         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
140         was not given.
142 Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
144         Fix INTEGER*8 subscripts in array references:
145         * com.c (ffecom_subscript_check_): Convert low, high, and
146         element as necessary to make comparison work.
147         (ffecom_arrayref_): Do more of the work.
148         Properly handle subscript expr that's wider than int,
149         if pointers are wider than int.
150         (ffecom_expr_): Leave more work to ffecom_arrayref_.
151         (ffecom_init_0): Record sizes of pointers and ints for
152         convenience.
153         Use set_sizetype etc. as done by gcc front end.
154         (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
155         * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
156         expressions in run-time contexts.
157         (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
158         non-default INTEGER subscript expressions.
159         * news.texi: Announce.
161         Finish accepting -fflatten-arrays option:
162         * com.c (ffecom_arrayref_): Flatten references if requested.
163         * g77.texi: Describe.
164         * lang-options.h: Allow.
165         * news.texi: Announce.
166         * top.c, top.h: Recognize.
168         * version.c: Bump version.
170 Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
172         * com.c (lang_init_options): Disable back end's maintenance
173         of errno.
174         * news.texi: Document dropping of errno.
176 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
178         * lang-specs.h: Pass -$ to the preprocessor.
180 Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
182         * g77.texi: Fix various @xref's per proper style.
183         Go ahead and use nested braces in @xref's, with care.
184         * g77install.texi: Fix @xref per proper style.
186 Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
188         * news.texi: Doc upgrade to netlib libf2c as of today.
190 Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
192         * f/g77spec.c (lang_specific_driver): Correct bug-report address
193         and point to the FAQ.
195 Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
197         * g77.texi (Arbitrary Concatenation): Put this under
198         "Missing Features" instead of "Projects".
199         (Internals Documentation): Point to new "Front End" chapter.
201 Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
203         * bugs.texi, news.texi: Automatic arrays reportedly working
204         on HP-UX systems.
206 Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
208         * g77.texi (Advantages Over f2c): Expand on this topic.
210 Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
212         * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
214 Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
216         Reverse order of two arguments to CTIME_subr, DTIME_subr,
217         ETIME_subr, and TTYNAM_subr:
218         * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
219         While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
220         TTYNAM_subr.
221         * intdoc.in: Document the new calling sequences.
222         * intrin.def: Reverse the arguments.
223         * news.texi: Document the fact that they changed.
224         * version.c: Bump version.
226 Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
228         * news.texi: Doc upgrade to netlib libf2c as of today.
230 Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
232         * version.c: Bump version.
234 Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
236         Fix compile/19990502-1.f:
237         * ste.c (ffeste_R819B): Don't overwrite tree for temp
238         variable when expanding the assignment into it.
240 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
242         Fix 19990325-0.f and 19990325-1.f:
243         * com.c (ffecom_possible_partial_overlap_): New function.
244         (ffecom_expand_let_stmt): Use it to determine whether to assign
245         to a COMPLEX operand through a temp.
246         * news.texi: Document fix.
248         * version.c: Bump version.
250 Sat Apr 24 12:19:53 1999  Craig Burley  <craig@jcb-sc.com>
252         * expr.c (ffeexpr_finished_): Convert DATA implied-do
253         start/end/incr expressions to default INTEGER.
254         Fix some broken conditionals.
255         Clean up some code in the region.
256         * news.c: Document the fix.
258         * version.c: Bump version.
260 Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
262         * g77.texi (Compiler Prototypes): Replace "missing" subscript-
263         checking option with something else.
265 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
267         Support new -fsubscript-check and -ff2c-subscript-check options:
268         * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
269         * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
270         (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
271         FFEBLD_opARRAYREF case.
272         Compute character name, array type, and use new
273         ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
274         (ffecom_expr_): Use new ffecom_arrayref_ function.
275         (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
276         * g77.texi, news.texi: Document new options.
277         * top.c, top.h: Support new options.
279         * news.texi: Fix up some items to not be in "User-Visible Changes".
281         * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
282         warnings.
284         * version.c: Bump version.
286 Tue Apr 20 01:38:57 1999  Craig Burley  <craig@jcb-sc.com>
288         * bugs.texi, news.texi: Clarify -malign-double situation.
290 Tue Apr 20 01:15:25 1999  Craig Burley  <craig@jcb-sc.com>
292         * stb.c (ffestb_R5282_): Convert DATA repeat count
293         to default INTEGER, to avoid problems downstream.
295         * version.c: Bump version.
297 Mon Apr 19 21:36:48 1999  Craig Burley  <craig@jcb-sc.com>
299         * ste.c (ffeste_R819B): Start the loop before expanding
300         the termination expression.
302         * version.c: Bump version.
304 Sun Apr 18 21:53:58 1999  Craig Burley  <craig@jcb-sc.com>
306         * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
307         variables have constant addresses (EQUIVALENCE only if
308         containing aggregate is static).
310 Sat Apr 17 16:55:59 1999  Craig Burley  <craig@jcb-sc.com>
312         * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
313         Clean up @code{} vs. @samp{}.
314         Clean up dashes (`--') vs. @minus{} vs. `---'.
316         * ffe.texi: Add copyright header.
318         * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
319         Remove support for -fugly option.
320         Clarify that -fugly-logint is needed instead of -fugly
321         to work around using .EQ./.NE. on LOGICAL operands.
322         Explain more about why -fugly-logint is bad juju.
324         * g77.texi (Missing Features): Describe READONLY as a missing
325         feature.  Describe AUTOMATIC better.
327         * news.texi: Mention libf2c upgrade.
329 Sat Apr 17 14:05:53 1999  Craig Burley  <craig@jcb-sc.com>
331         Make a place for front-end internals documentation:
332         * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
333         * ffe.texi: New file, containing docs on front-end internals.
334         * g77.texi: New chapter for, and inclusion of, ffe.texi.
336         * g77.texi: Fix an index entry.
338 Sat Apr 17 13:53:43 1999  Craig Burley  <craig@jcb-sc.com>
340         Rewrite to use block/scope structure of GBE and to ensure
341         variables (especially those going on stack/reg) are declared
342         before executable code generated:
343         * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
344         Support new hooks.
345         * bld.h (ffebld_item_hook, ffebld_item_set_hook,
346         ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
347         * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
348         ffebld_rank, ffebld_where): New convenience macros (used
349         by rest of this patch).
350         * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
351         ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
352         handling mechanism.
353         * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
354         ffecom_call_gfrt): Support passing hooks for temp-var info.
355         (ffecom_expr_power_integer_): Takes opPOWER expression, instead
356         of its left and right operands, so it can get at the hook.
357         (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
358         ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
359         ffecom_prepare_expr_w, ffecom_prepare_return_expr,
360         ffecom_prepare_ptr_to_expr): New functions supporting expression
361         pre-scanning.
362         (bison_rule_compstmt_): Return the tree, as in the CFE.
363         (delete_block): New function, from CFE.
364         (kept_level_p): New function, from CFE, modified.
365         (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
366         replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
367         and they do real work.
368         (struct binding_level): Add prep_state member.  Initialize to 0.
369         (ffecom_get_invented_identifier): Now takes either or both a
370         string and an integer, using -1 to denote no integer.
371         (ffecom_do_entry_): Disallow temp-var generation via expressions
372         in body of function, since the exprs aren't prescanned.
373         (ffecom_expr_rw): Now takes destination tree.
374         (ffecom_expr_w): New function, now used in some places
375         ffecom_expr_rw had been used.
376         (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
377         of source file, to avoid annoying problems editing com.c using
378         Emacs C-mode.
379         (ffecom_expr_power_integer_): Make a temp var for division, if
380         necessary.
381         Handle expanded statement expression as does CFE.
382         (ffecom_start_progunit_): Disallow temp-var generation in body
383         of function, since expressions are not prescanned at this level.
384         (ffecom_sym_transform_): Transform ASSIGN variables as well,
385         so these are all transformed up front, before code-generation
386         begins.
387         (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
388         ffecom_ptr_to_const_expr): New functions to transform expressions
389         only if the results will surely be constants.
390         (ffecom_arg_ptr_to_expr): Precompute size, for convenience
391         obtaining temp vars.
392         (ffecom_expand_let_stmt): Guess at usability of destination
393         pre-expansion, to provide better prescan preparation (fewer
394         spurious temp vars).
395         (ffecom_init_0): Disallow temp-var generation in global scope.
396         (ffecom_type_expr): New function, returns just the type tree
397         for the expression.
398         (start_function): Disallow temp-var generation in parm scope.
399         (incomplete_type_error): Fix introductory comment.
400         (poplevel): Update (somewhat) from CFE.
401         (pushlevel): Update (somewhat) from CFE.
402         * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
403         * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
404         ffestd_R806): Remember and pass through the ffestw block info
405         for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
406         * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
407         (ffeste_io_inlist_): Add prototype.
408         (ffeste_f2c_*): Macros rewritten, new ones added.
409         (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
410         ffeste_end_stmt_): New macros/functions, depending on whether
411         checking is enabled, to keep track of symmetry of other ste.c code.
412         (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
413         ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
414         ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
415         ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
416         ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
417         ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
418         ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
419         ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
420         ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
421         ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
422         ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
423         ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
424         all pertinent expressions, update to new com.c interface, etc.
425         (ffeste_io_impdo_): Relocate.
426         (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
427         bother calling clear_momentary, nothing was generated.
428         (ffeste_R842, ffeste_R843): Update to new com.c interface.
429         (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
430         (ffeste_terminate_2): When checking enabled, make sure all blocks
431         and statements have been ended.
432         * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
433         These now take ffestw block argument.
434         (ffeste_terminate_2): When checking enabled, it's a function, not
435         a macro.
436         * stw.h (struct _ffestw_): New variable for IFTHEN.
437         (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
438         accessor macros.
439         * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
441         * com.c: Clean up commentary per GNU coding standards.
443         * bld.h (ffebld_size, ffebld_size_known): Canonize.
445         * version.c: Bump version.
447 Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
449         * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
450         null to decide whether to use it.
452 Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
454         * ansify.c (die): Specify void argument.
456         * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
457         argument_info_ptr, argument_info_string, argument_name_ptr,
458         argument_name_string, elaborate_if_complex,
459         elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
460         Const-ify a char*.
461         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
462         (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
463         _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
465 Mon Apr  5 11:57:54 1999  Donn Terry (donn@interix.com)
467         * Make-lang.in (HOST_CFLAGS): compute dynamically.
469 Mon Apr  5 02:11:23 1999  Craig Burley  <craig@jcb-sc.com>
471         Fix bugs exposed by configuring with --enable-checking:
472         * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
473         ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
474         pop_f_function_context, store_parm_decls, poplevel): Handle
475         error_mark_node properly.
476         * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
477         * version.c: Bump version.
479 Sat Apr  3 23:57:56 1999  Craig Burley  <craig@jcb-sc.com>
481         * g77.texi: Fix up docs for -fset-g77-defaults, and
482         describe how internal consistency checking now happens.
483         (Should have been done for EGCS version 1.1.)
485 Sat Apr  3 23:29:33 1999  Craig Burley  <craig@jcb-sc.com>
487         * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
488         Make -fno-emulate-complex the default, as COMPLEX support
489         in the back end is now believed to be working.
491         * version.c: Bump version.
493 Fri Apr  2 13:33:16 1999  Craig Burley  <craig@jcb-sc.com>
495         * g77.texi: -malign-double now works.
496         Give URL for alignment-testing package.
497         * news.texi: -malign-double now works.
499 Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
501         * g77.texi (Funding GNU Fortran): Dude's got a web page.
502         * root.texi: Ditto.
504 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
506         * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
507         Const-ify a char*.
509         * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
510         Likewise.
512         * stb.c (ffestb_local_u_): Likewise.
513         (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
514         ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
515         ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
516         ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
517         ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
518         ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
519         ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
520         ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
521         ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
522         ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
523         ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
524         ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
525         ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
526         ffestb_decl_R539): Likewise.
528         * stb.h (_ffestb_args_): Likewise.
530         * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
531         ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
533         * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
534         ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
535         ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
536         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
537         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
539         * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
541         * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
542         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
544         * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
545         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
547         * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
548         ffestt_tokenlist_drive): Add prototype arguments.
550         * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
551         ffestt_tokenlist_drive): Likewise.
553         * stu.c (ffestu_dummies_transition_): Likewise.
554         (ffestu_sym_end_transition): Const-ify a char*.
556         * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
557         prototype arguments.
559         * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
561         * version.c (ffe_version_string): Const-ify a char*.
563         * version.h (ffe_version_string): Likewise.
565 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
567         * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
568         ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
569         ffebad_finish): Const-ify a char*.
571         * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
573         * bld.h (ffebld_op_string): Likewise.
575         * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
576         ffecom_debug_kludge_, ffecom_f2c_make_type_,
577         ffecom_get_appended_identifier_, ffecom_get_identifier_,
578         ffecom_gfrt_args_): Likewise.
579         (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
580         (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
581         ffecom_arglist_expr_, ffecom_build_f2c_string_,
582         ffecom_debug_kludge_, ffecom_f2c_make_type_,
583         ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
584         ffecom_get_identifier_, ffecom_decl_field,
585         ffecom_get_invented_identifier, lang_print_error_function,
586         skip_redundant_dir_prefix, read_name_map, print_containing_files):
587         Const-ify a char*. 
588         (savestring): Remove, use `xstrdup' instead.
590         * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
591         Const-ify a char*.
593         * data.c (ffebld, ffedata_gather_): Make explicitly static.
595         * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
596         ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
597         ffeexpr_nil_number_, ffeexpr_nil_number_period_,
598         ffeexpr_nil_number_real_, ffeexpr_token_real_,
599         ffeexpr_token_number_, ffeexpr_token_number_period_,
600         ffeexpr_token_number_real_): Const-ify a char*.
602         * fini.c (xspaces): Likewise.
604         * global.c (ffeglobal_type_string_): Likewise.
605         (ffeglobal_drive): Protoize.
606         (ffeglobal_proc_def_arg): Const-ify a char*.
608         * global.h (ffeglobal_drive): Protoize.
609         (ffeglobal_proc_def_arg): Const-ify a char*.
611         * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
612         Likewise.
614         * implic.h (ffeimplic_peek_symbol_type): Likewise.
616         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
617         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
618         ffeinfo_where_string_, ffeinfo_basictype_string,
619         ffeinfo_kind_message, ffeinfo_kind_string,
620         ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
622         * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
623         ffeinfo_kind_string, ffeinfo_kindtype_string,
624         ffeinfo_where_string): Likewise.
626         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
627         _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
628         ffeintrin_fulfill_specific, ffeintrin_init_0,
629         ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
630         ffeintrin_name_generic, ffeintrin_name_implementation,
631         ffeintrin_name_specific): Likewise.
633         * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
634         ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
636         * lex.c (ffelex_type_string_, ffelex_token_new_character,
637         ffelex_token_new_name, ffelex_token_new_names,
638         ffelex_token_new_number): Likewise.
640         * lex.h (ffelex_token_new_character, ffelex_token_new_name,
641         ffelex_token_new_names, ffelex_token_new_number): Likewise.
643         * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
644         malloc_new_zinpool_): Likewise.
646         * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
647         malloc_pool_new): Likewise.
649         * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
650         Protoize.
652         * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
653         Likewise.
655         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
656         ffesymbol_attrs_string): Const-ify a char*.
657         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
658         (ffesymbol_state_string): Const-ify a char*.
660         * symbol.h (ffesymbol_attrs_string): Likewise.
661         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
662         (ffesymbol_state_string): Const-ify a char*.
664         * target.c (ffetarget_layout): Likewise.
666         * target.h (ffetarget_layout): Likewise.
668 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
670         * Make-lang.in: Remove all references to g77.o/g77.c.
671         Link g77 from gcc.o.
673 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
675         * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
677 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
679         * news.texi: Editorial fix.
681 Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
683         * bugs.texi, g77.texi, news.texi: Editorial fixes.
685 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
687         Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
688         * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
689         * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
690         by convertor, just return original expr.
691         * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
692         conversions that aren't yet working properly.
693         * news.texi: Explain.
695         * version.c: Bump version.
697 Sat Mar 13 14:26:55 1999  Craig Burley  <craig@jcb-sc.com>
699         * RELEASE-PREP: New file, lists things to do for a release.
701         * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
702         install0.texi, news.texi, news0.texi: Accommodate new doc
703         architecture.
704         Consolidate news items.  Don't describe old news items in
705         various generated docs.
706         Don't describe FSF-g77 installation stuff in various EGCS-g77
707         generated docs.
708         Move description of AUTOMATIC to more suitable location.
709         * root.texi: New file for new doc architecture.
711 Thu Mar 11 17:32:55 1999  Craig Burley  <craig@jcb-sc.com>
713         * g77.texi: Add AUTOMATIC to list of unsupported extensions.
715 Sat Mar  6 02:28:35 1999  Craig Burley  <craig@jcb-sc.com>
717         Warn about non-Y2K-compliant intrinsics:
718         * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
719         * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
720         Use new DEFIMPY macro to flag these as non-Y2K-compliant.
721         * intdoc.c (DEFIMPY): Support new Y2K macro.
722         * intrin.h (DEFIMPY): Ditto.
723         * intrin.c (DEFIMPY): Ditto.
724         (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
725         Warn about invocation of non-Y2K-compliant intrinsic.
726         * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
727         Rename external procedure names, to keep previously-
728         compiled (sans-new-warnings) code from linking to
729         new library.
730         * g77.texi: Document all this stuff.
731         * news.texi: Spread the joy.
732         * version.c: Bump version.
734 Fri Mar  5 13:22:44 1999  Craig Burley  <craig@jcb-sc.com>
736         * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
737         so describe it there, instead of under 1.2.
739 Wed Mar  3 00:57:56 1999  Craig Burley  <craig@jcb-sc.com>
741         * news.texi: IDATE (VXT) fixed to return year as 0..99.
743 Wed Mar  3 00:43:49 1999  Craig Burley  <craig@jcb-sc.com>
745         * g77.texi: Add remaining changes pending from Dave Love.
747 Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
749         * bugs.texi, news.texi: Conditionalize cross-references
750         on non-html processing, providing temporary HTML "links".
752         * g77.texi: Fix up a reference.
754 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
756         * news.texi, bugs.texi: Delete fixed bugs, make one
757         of them into the appropriate news item.
759 Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
761         * news.texi: Copy over 1.1.2 news.
763 1999-03-02  Craig Burley  <craig@jcb-sc.com>
765         * g77.texi (Bug Reporting): Clarify whether to use -E.
766         Clarify other instructions.
768 1999-02-27  Craig Burley  <craig@jcb-sc.com>
770         * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
772 1999-02-26  Craig Burley  <craig@jcb-sc.com>
774         * intdoc.in (STAT_func, STAT_subr,
775         FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
776         Properly order array elements.  Specify N/A return values.
778 1999-02-26  Craig Burley  <craig@jcb-sc.com>
780         * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
781         seconds, and VALUES(8), therefore, milliseconds.
783 1999-02-26  Craig Burley  <craig@jcb-sc.com>
785         * news.texi: Clarify IOSTAT= fix.
787 1999-02-25  Richard Henderson  <rth@cygnus.com>
789         * lang-specs.h: Define __FAST_MATH__ when appropriate.
791 1999-02-25  Craig Burley  <craig@jcb-sc.com>
793         * g77.texi: Clarify/index lack of run-time allocation for
794         concatenation.
795   
796 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
798         * f/intdoc.in: Add missing `,' after cross references.
800 1999-02-20  Craig Burley  <craig@jcb-sc.com>
802         * Make-lang.in (f77.install-common, f77.install-info,
803         f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
804         instead of `lang-f77' for flag file, to be sure of a
805         writable directory, and remove the flag file after each
806         operation to keep things clean.
808 1999-02-20  Craig Burley  <craig@jcb-sc.com>
810         * g77.texi: Properly attribute Priest document; clarify
811         that it is in the .ps version of the Goldberg document.
813 1999-02-19  Craig Burley  <craig@jcb-sc.com>
815         * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
816         news0.texi, news.texi: Update copyright dates.
817         Clarify which files are source, which are derived,
818         and remind maintainers where copyright dates are sourced.
819         * BUGS, INSTALL, NEWS: Regenerated.
821 1999-02-19  Craig Burley  <craig@jcb-sc.com>
823         * global.c (ffeglobal_ref_progunit_): Warn about a function
824         definition that disagrees with the type of a previous reference.
825         Improve commentary.  Fix a couple of minor bugs.  Clean up
826         some code.
827         * news.texi: Spread the joy.
829 1999-02-18  Craig Burley  <craig@jcb-sc.com>
831         * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
832         as argument for FILEINT and FILEASSOC as lhs.
833         * news.texi: Document fix.
834         * version.c: Bump.
836 1999-02-18  Craig Burley  <craig@jcb-sc.com>
838         * g77.texi: Clarify -fno-globals vs. -Wno-globals.
840 1999-02-18  Craig Burley  <craig@jcb-sc.com>
842         * intdoc.in (LOG10): Fix typo.
844 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
846         * intdoc.in: Fix typo.
848 1999-02-17  Craig Burley  <craig@jcb-sc.com>
850         * g77.texi, intdoc.in: Document Y2K and some other known
851         limitations.
852         * intrin.def (DTIME, FDATE): Fix capitalization of
853         case-sensitive forms of these intrinsics' names.
855 1999-02-17  Dave Love  <fx@gnu.org>
857         * intdoc.in: Say `common' logarithm for log10.
859 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
861         * g77.texi: Add missing @ in email addresses.
863 1999-02-15  Craig Burley  <craig@jcb-sc.com>
865         * *.*: Delete my (old) email address in most places, change it
866         in a few.
868 1999-02-14  Craig Burley  <craig@jcb-sc.com>
870         * version.c: Bump.
872 1999-02-14  Craig Burley  <craig@jcb-sc.com>
874         * version.c: Bump for 1998-10-02 change (forgot to do this
875         before).
877 1999-02-14  Craig Burley  <craig@jcb-sc.com>
879         * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
880         and `.FPP' as well as `.for' and `.fpp'.
882 1999-02-14  Craig Burley  <craig@jcb-sc.com>
884         * intdoc.in (LOG10): Fix description.
886 1999-02-14  Craig Burley  <craig@jcb-sc.com>
888         * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
890 1999-02-14  Craig Burley  <craig@jcb-sc.com>
892         * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
893         up and improve indexing, and some other areas of docs.
895 1999-02-14  Craig Burley  <craig@jcb-sc.com>
897         * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
898         32-bit systems.
900 Sat Feb  6 18:02:17 1999  Jeffrey A Law  (law@cygnus.com)
902         * g77.texi: Update email addresses.
904 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
906         * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
907         mkstemp.o from libiberty.
909 1999-02-01  Zack Weinberg  <zack@rabi.columbia.edu>
911         * top.c: Don't define ffe_is_ident_.  Don't process
912         -f(no-)ident here.
913         * top.h: Remove declaration of ffe_is_ident_ and macros
914         ffe_is_ident() and ffe_set_is_ident().
915         * lex.c: Use flag_no_ident instead of ffe_is_ident().
917 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
919         * lang-specs.h: Map -Qn to -fno-ident.
921 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
923         * Make-lang.in (g77.o): Depend on prefix.h.
925 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
927         * fini.c: Rename variable `spaces' to `xspaces' to avoid
928         conflicting with function `spaces' from libiberty.
930         * g77spec.c: Don't prototype libiberty functions.
931         * malloc.c: Likewise.
933 1998-11-20  Dave Love  <d.love@dl.ac.uk>
935         * g77.texi: Assorted minor changes.
937 1998-11-19  Dave Love  <d.love@dl.ac.uk>
939         * bugs.texi: Formatting changes from Craig.
941         * intdoc.in: Terminate some @xrefs with `,'.
943 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
945         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
947 Mon Nov  9 23:15:39 1998  Jeffrey A Law  (law@cygnus.com)
949         * g77.texi, news.texi: Updates from Craig.
951 Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
953         * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
955 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
957         * g77spec.c: Don't include gansidecl.h.
958         * output.j: Likewise.
960 1998-11-04  Dave Love  <d.love@dl.ac.uk>
962         * g77.texi: Small formatting/indexing fixes.
964 Mon Oct 12 20:41:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
966         * bad.c (ffebad_finish): Change type of variable `c' to unsigned
967         char, change type of variable `s' to unsigned char *.
969         * com.c (ffecom_symbol_null_): Add missing initializers.
971         * fini.c (MAXNAMELEN): Undef it before defining.
973         * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
974         unsigned char.
976         * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
977         to (unsigned char).
979         * lex.c (ffelex_splice_tokens): Change type of variable `p' to
980         unsigned char *.
981         (ffelex_token_name_from_names): Cast the argument of
982         `ffelex_is_firstnamechar' to (unsigned char).
983         (ffelex_token_names_from_names): Likewise.
984         (ffelex_token_new_name): Likewise.
985         (ffelex_token_new_names): Likewise.
987         * malloc.c (malloc_root_): Add missing initializer.
989         * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
990         (ffestb_else) Likewise.
991         (ffestb_else3_) Likewise.
992         (ffestb_endxyz) Likewise.
993         (ffestb_goto) Likewise.
994         (ffestb_let) Likewise.
995         (ffestb_varlist) Likewise.
996         (ffestb_R522) Likewise.
997         (ffestb_R528) Likewise.
998         (ffestb_R834) Likewise.
999         (ffestb_R835) Likewise.
1000         (ffestb_R838) Likewise.
1001         (ffestb_R1102) Likewise.
1002         (ffestb_blockdata) Likewise.
1003         (ffestb_R1212) Likewise.
1004         (ffestb_R810) Likewise.
1005         (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
1006         to (unsigned char).
1007         (ffestb_V014): Change type of variable `p' to unsigned char *.
1008         (ffestb_dummy) Likewise.
1009         (ffestb_R524) Likewise.
1010         (ffestb_R547) Likewise.
1011         (ffestb_decl_chartype) Likewise.
1012         (ffestb_decl_dbltype) Likewise.
1013         (ffestb_decl_gentype) Likewise.
1014         (ffestb_decl_entsp_2_) Likewise.
1015         (ffestb_V027) Likewise.
1016         (ffestb_decl_R539) Likewise.
1018         * top.c (ffe_decode_option): Mark parameter `argc' with
1019         ATTRIBUTE_UNUSED.
1021         * where.c (ffewhere_unknown_line_): Add missing initializers.
1023 1998-10-02  Dave Love  <d.love@dl.ac.uk>
1025         * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
1027 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
1029         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
1030         HANDLE_GENERIC_PRAGMAS.
1032 Mon Sep 28 04:22:00 1998  Jeffrey A Law  (law@cygnus.com)
1034         * news.texi: Update from Craig.
1036 1998-09-23  Dave Love  <d.love@dl.ac.uk>
1038         * g77.texi: Additions about `/*', trailing comments and cpp.
1040 1998-09-18  Dave Love  <d.love@dl.ac.uk>
1042         * g77.texi: Various additions and some small fixes.
1044 Thu Sep 10 14:55:44 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
1046         * Make-lang.in (f77.install-common): Add missing "else true;".
1048 1998-09-07  Dave Love  <d.love@dl.ac.uk>
1050         * ChangeLog.egcs: Deleted.  Entries merged here.
1052 1998-09-05  Dave Love  <d.love@dl.ac.uk>
1054         * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
1055         (F771_LDFLAGS): Variable dispensed with.
1057 Fri Sep  4 19:53:34 1998  Craig Burley  <burley@gnu.org>
1059         * intdoc.in: Minor editorial tweaks.
1061 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
1063         * lang-options.h: Convert to wrap option and doc string
1064         in a new macro invocation, FTNOPT, so the nearly identical
1065         list can be used in FSF-g77.
1067 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
1069         * Makefile.in (fini.o): Don't define USE_HCONFIG here.
1070         * fini.c: Define USE_HCONFIG here instead, so deps-kinda
1071         picks up correct dependency.
1073         * Makefile.in (proj-h.o): Fix dependencies list.
1075 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
1077         * lex.c (ffe_lex_hash):  Change how HANDLE_PRAGMA and
1078         HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
1079         enabled in this code.
1080         Generate warning messages if unknown pragmas are encountered.
1081         (pragma_getc): New function: retrieves characters from the
1082         input stream.  Defined when HANDLE_PRAGMA is defined.
1083         (pragma_ungetc): New function: replaces characters back into the
1084         input stream.  Defined when HANDLE_PRAGMA is defined.
1086 Tue Sep  1 10:00:21 1998  Craig Burley  <burley@gnu.org>
1088         * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
1089         from Craig.
1091 1998-08-23  Dave Love  <d.love@dl.ac.uk>
1093         * g77.texi: Increment `version-g77' and fix a few typos.
1095 Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
1097         * Make-lang.in: Add several "else true" clauses to deal with lame
1098         systems.
1100 Tue Aug 11 08:12:14 1998  H.J. Lu  (hjl@gnu.org)
1102         * Make-lang.in (g77.o): Touch lang-f77 before checking it.
1104 1998-08-09  Dave Love  <d.love@dl.ac.uk>
1106         * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
1107         with explicit use of tex.
1108         (f77.mostlyclean): Remove TeX index files.
1110         * g77install.texi (Prerequisites): Kluge round TeX lossage with
1111         hyphen in @value in @code.
1113 Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
1115         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
1116         Allow conversion from pointer to same-sized integer,
1117         to fix invoking SIGNAL as a function.
1119 1998-07-26  Dave Love  <d.love@dl.ac.uk>
1121         * BUGS, INSTALL, NEWS: Rebuilt.
1123 Sat Jul 25 17:23:55 1998  Craig Burley  <burley@gnu.org>
1125         Fix 980615-0.f:
1126         * stc.c (ffestc_R1229_start): Set info to ANY as well.
1128 Tue Jul 21 04:33:37 1998  Craig Burley  <burley@gnu.org>
1130         * g77spec.c (lang_specific_driver): Return unmolested
1131         command line when --help seen.
1132         Comment out code that printed g77-specific --help info.
1134 Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
1136         * lang-options.h: Fix up doc strings.
1137         Remove the unimplemented -fdcp-intrinsics-* options.
1139         * str-1t.fin: Change mixed-case spelling of `GoTo' from
1140         `Goto'.
1142 Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
1144         * com.c (ffecom_finish_symbol_transform_): Revert change
1145         of 1998-05-23, as it was too aggressive, in that it
1146         prevented transformation of (used) functions before
1147         primary code generation.
1149 1998-07-15  Dave Love  <d.love@dl.ac.uk>
1151         * intdoc.texi: Regenerated.
1153 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
1155         * Make-lang.in (f77.rebuilt): Fix to depend on
1156         build-dir-based, not source-based, g77.info.
1158         * g77.texi: Merge docs with 0.5.24.
1159         * g77install.texi: Ditto.
1161 Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
1163         Cleanups vis-a-vis g77-0.5.24:
1164         * g77spec.c (lang_specific_driver): Tabify source.
1165         * top.c (ffe_decode_option): Use fixed macro to set
1166         internal-checking flag.
1167         * top.h (ffe_set_is_do_internal_checks): Fix macro.
1169 Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
1171         Cleanups vis-a-vis system.h cutover and g77-0.5.24:
1172         * Makefile.in (fini.o): Define USE_HCONFIG macro
1173         so source code doesn't have to.
1174         * fini.c: Don't define USE_HCONFIG here, since
1175         source code usually shouldn't care about this.
1176         * ansify.c: Include stddef.h only if we have it.
1177         * intdoc.c: Ditto.
1178         * proj.h: Ditto.
1180 Mon Jul 13 17:30:29 1998  Nick Clifton  <nickc@cygnus.com>
1182         * lang-options.h: Format changed to work with --help support added
1183         to gcc/toplev.c
1185 Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
1187         * com.c (ffecom_push_tempvar): Replace kludge that
1188         munged back-end globals directly with proper calls
1189         to push_topmost_sequence and pop_topmost_sequence.
1191 1998-07-12  Dave Love  <d.love@dl.ac.uk>
1193         * version.c: Bump version.
1195 Sat Jul 11 19:24:32 1998  Craig Burley  <burley@gnu.org>
1197         Fix 980616-0.f:
1198         * equiv.c (ffeequiv_offset_): Don't crash on various
1199         possible ANY operands.
1201 Sat Jul 11 18:24:37 1998  Craig Burley  <burley@gnu.org>
1203         * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
1204         for constant is non-zero.
1206         * com.c (__eprintf): Delete this function, it is obsolete.
1208 1998-07-09  Dave Love  <d.love@dl.ac.uk>
1210         * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
1212 Thu Jul  9 00:45:59 1998  Craig Burley  <burley@gnu.org>
1214         Fix debugging of CHARACTER*(*), etc., which requires
1215         emitting debug info on types like `ftnlen':
1216         * com.c (ffecom_start_progunit_): Don't bother
1217         resetting "invented" flag for identifier.
1218         (ffecom_transform_equiv_): Don't bother zeroing
1219         "ignored" flag for decl.
1220         (pushdecl): No longer set "ignored", "used", or
1221         "suppressed debug" flags for decls having "invented"
1222         identifiers.
1224 1998-07-06  Mike Stump  <mrs@wrs.com>
1226         * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
1227         we can move g77.c.
1229 1998-07-06  Dave Love  <d.love@dl.ac.uk>
1231         * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
1232         -lsocket.
1234 1998-07-05  Dave Love  <d.love@dl.ac.uk>
1236         * intdoc.in: Add entry for DATE_AND_TIME.
1238         * intrin.def: Add implementation for DATE_AND_TIME.  Make second
1239         and third args of SYSTEM_CLOCK optional.
1241         * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
1243         * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
1244         not system_clock_.
1245         (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
1247 Wed Jul  1 11:19:13 1998  Craig Burley  <burley@gnu.org>
1249         Fix 980701-1.f (which was producing "unaligned trap"
1250         on an Alpha running GNU/Linux, as predicted):
1251         * equiv.c (ffeequiv_layout_local_): Don't bother
1252         coping with pre-padding of entire area while building
1253         it; do that instead after the building is done, and
1254         do it by modifying only the modulo field.  This covers
1255         the case of alignment stringency being increased without
1256         lowering the starting offset, unlike the previous changes,
1257         and even more elegantly than those.
1259         * target.c (ffetarget_align): Make sure alignments
1260         are non-zero, just in case.
1262 See ChangeLog.0 for earlier changes.
1264 Local Variables:
1265 add-log-time-format: current-time-string
1266 End: