~ubuntu-branches/ubuntu/intrepid/cl-f2cl/intrepid

Viewing all changes in revision 6.

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-09-15 00:29:12 UTC
  • mfrom: (0.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070915002912-i96j9792bauoq3cs
Tags: 20070618-1
* New upstream release. Major changes: 
  + In FIXUP-F2CL-LIB, we need to honor external declarations.  That is,
    if a function is declared external, we should not use the version from
    f2cl-lib, because the Fortran code implies we're using something else.

    We make an exception for d1mach, r1mach, and i1mach, since these are
    standard SLATEC functions for which f2cl-lib has its own portable Lisp
    implementation.

    This change fixes an issue when compiling some SLATEC code which
    declares ZSQRT external.  Previously, f2cl would use f2cl-lib:zqrt,
    which was wrong; the version from SLATEC was the desired version.
  + Oops.  We don't want to mangle the function name either in case the
    Fortran code is defining its own version.
  + Bug [ 1709300 ] unused key parameters
     o In %open-file, ignore UNIT, and produce an error if FORM is UNFORMATTED
     o In %close, produce an error if STATUS is specified.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: