Branches for Hardy

Name Status Last Modified Last Commit
lp:ubuntu/hardy/cl-f2cl 2 Mature 2009-07-22 21:50:32 UTC
6. * New upstream release. Major changes...

Author: Peter Van Eynde
Revision Date: 2007-09-15 00:29:12 UTC

* 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.

11 of 1 result