Skip to content
Snippets Groups Projects
  1. Oct 12, 2017
  2. Oct 08, 2017
  3. Oct 06, 2017
  4. Sep 19, 2017
  5. Sep 14, 2017
  6. Sep 11, 2017
  7. Sep 06, 2017
  8. Sep 02, 2017
  9. Sep 01, 2017
  10. Aug 30, 2017
  11. Aug 22, 2017
  12. Aug 21, 2017
  13. Aug 01, 2017
  14. Jul 30, 2017
  15. Jul 26, 2017
    • Francois-Rene Rideau's avatar
      Fix more upgrade issues · 65d16a93
      Francois-Rene Rideau authored
      Use :recycle of :asdf/find-system in :asdf/source-registry to migrate symbol
      initialize-source-registry that moved from that previous packages
      (otherwise, upgrade from 3.2.1 breaks on all lisps).
      
      Also :recycle :asdf/action in :asdf/plan for required-components and
      traverse-action. But avoid interning plan in asdf/action so it doesn't
      confuse clisp when upgrading from 2.26(!).
      65d16a93
  16. Jul 24, 2017
    • Francois-Rene Rideau's avatar
      Tweak a docstring · 74cb84d5
      Francois-Rene Rideau authored
      74cb84d5
    • Francois-Rene Rideau's avatar
      Fix run-program on clisp/win multicommand strings · a0939ad0
      Francois-Rene Rideau authored
      Group the commands in ( parentheses ) including the optional chdir.
      Update the test-run-program.script.
      a0939ad0
    • Francois-Rene Rideau's avatar
      Fix upgrade issues on ABCL and ECL · 815a1833
      Francois-Rene Rideau authored
      Fix upgrade on ABCL, that failed to properly process the fact that
      initialize-source-registry had moved from asdf/find-system to
      asdf/source-registry, yet was called in a cleanup function.
      
      Fix upgrade on ECL, that failed to correctly process that
      find-component was fmakunbound.
      It also seems to clear *central-registry* in some upgrade scenarios
      (that also moved from find-system to system-registry).
      
      Tweak script-support to not unconditionally frob-packages
      when ASDF isn't loaded yet, and to not include the asdf directory
      when loading and testing only UIOP.
      815a1833
  17. Jul 23, 2017
    • Francois-Rene Rideau's avatar
      Add back make-build on ECL · 41f397c9
      Francois-Rene Rideau authored
      This provides for backward compatibility with ECL, whose current
      maintainer Daniel K. has decided to keep supporting the make-build
      interface and has forked ASDF for that.
      41f397c9
  18. Jul 21, 2017
    • Daniel Kochmański's avatar
      ecl: create-image: don't call internal function compute-init-name · 0acc3687
      Daniel Kochmański authored
      It is wrong to call this function. If :init-name is not supplied, or
      NIL ECL will compute the init name itself (it is not a new
      mechanism).
      
      Enabling specifying init-name makes it possible to build static and
      shared libraries with known initialization function (important, when
      CL module is linked with bigger C/C++ project outside ASDF).
      
      If :init-name is NIL, it will default to compute-init-name
      internally. Calling explicitly is not guaranteed to work in the
      future (internal mechanism).
      0acc3687
    • Francois-Rene Rideau's avatar
      Fix issues with ECL with the new plan · df2261fe
      Francois-Rene Rideau authored
      Update some packages so #+ecl forms can see symbols they need.
      Make sure uiop and/or asdf have linkable output before to link them.
      Fix test-program to account for recent asdf changes.
      df2261fe
    • Francois-Rene Rideau's avatar
      Fix two tests on ABCL · 026ceaea
      Francois-Rene Rideau authored
      026ceaea
Loading