Skip to content
Snippets Groups Projects
  1. May 08, 2014
  2. May 05, 2014
  3. Mar 22, 2014
    • Francois-Rene Rideau's avatar
      index: mkcl now ships with asdf3. · d944ca34
      Francois-Rene Rideau authored
      manual: document that ~/common-lisp/ is now in the default source-registry;
        mention dump-image hooks when discussing clear-configuration.
      improve install-asdf-as-module and its coverage in the manual.
      d944ca34
  4. Mar 04, 2014
  5. Mar 01, 2014
    • Francois-Rene Rideau's avatar
      Define and export uiop:argv0, for the sake of a portable buildapp-like dispatched entry. · 15b373a5
      Francois-Rene Rideau authored
      Fix some issues with SCL:
      * it doesn't like run-program from a modified directory?
      * it somehow pushes :non-base-chars-exist-p even though +non-base-chars-exist-p+ is NIL???
      15b373a5
    • Francois-Rene Rideau's avatar
      580e8d1e
    • Francois-Rene Rideau's avatar
      Fixes and refactoring of asdf/bundle and uiop/image for ECL. · c52a4f83
      Francois-Rene Rideau authored
      Testing the latest cl-launch with ECL showed massive bitrot in the bundle support for ECL.
      * Make better use of ASDF3's class hierarchy in redefining asdf/bundle,
        by removing and adding the mixins: goodbye bundle-compile-op and monolithic-,
        hello link-op and gather-op. Also, reinstate bundle-system as a class
        to hold prologue and epilogue (but do we need these, now with portable ASDF3 image support?)
      * rename binary-op to deliver-asd-op, same for monolithic-
      * Introduce image-op as a superclass of program-op,
        for dumping an executable image with the regular top-level.
      * Redo the way operation flags are or aren't propagated:
        gather-op explicitly does not pass the flags,
        so toplevel options are for the toplevel build only
        -- though they belong to the system, not the operation.
        Therefore get rid of no-ld-flags-op -- if there are flags to pass,
        they should be passed explicitly in gather-op;
        or more likely, they might be slots in the system, or the plan,
        or special variables for the current session.
        OPERATE tries harder to preserve the original-initargs,
        which are not clobbered by asdf/bundle's initialize-instance anymore.
      * Punt for command-line-arguments on LispWorks,
        so the user has a slight chance of setting them.
      c52a4f83
    • Francois-Rene Rideau's avatar
      3ac4089f
  6. Feb 28, 2014
  7. Sep 27, 2013
  8. Sep 19, 2013
  9. Jul 02, 2013
  10. Jun 11, 2013
    • Robert P. Goldman's avatar
      Quiet a style warning. · 081c8dcb
      Robert P. Goldman authored
      In ENOUGH-NAMESTRINGS, the variable B was bound to a value computed only
      for side-effect.  Removed B, lifting the call to ENSURE-PATHNAME out of
      the LOOP form.
      081c8dcb
  11. May 16, 2013
  12. Mar 17, 2013
    • Francois-Rene Rideau's avatar
      2.32.12: UIOP improvements · e6f50e36
      Francois-Rene Rideau authored
      * delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file
      * fix directory-files on clisp for files with type NIL
      * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
      e6f50e36
  13. Mar 09, 2013
  14. Mar 08, 2013
  15. Mar 03, 2013
  16. Feb 23, 2013
  17. Feb 22, 2013
  18. Feb 18, 2013
  19. Feb 16, 2013
  20. Feb 01, 2013
  21. Jan 27, 2013
  22. Jan 20, 2013
  23. Jan 19, 2013
  24. Jan 18, 2013
  25. Jan 17, 2013
  26. Jan 16, 2013
  27. Jan 15, 2013
  28. Jan 14, 2013
    • Francois-Rene Rideau's avatar
      2.26.95: more frobbing of the runtime support · 3d3b65d4
      Francois-Rene Rideau authored
      Settle on "restore-image" and "dump-image" for our API names.
      Unbreak match-condition-p and move it to utility,
      give static scoping to the generic muffler,
      rename the compiler and loader mufflers.
      Fix with-input.
      Remove crud from script-support.
      3d3b65d4
Loading