Skip to content
  1. Jan 22, 2013
  2. Jun 12, 2012
  3. Mar 08, 2012
  4. Mar 04, 2012
  5. Nov 06, 2011
  6. Oct 31, 2011
  7. Oct 22, 2011
  8. Oct 18, 2011
    • Francois-Rene Rideau's avatar
      0.563: YAAAR. · 9debad20
      Francois-Rene Rideau authored
      Move more release code from Makefile to CL.
      Fix shell-tokens-to-Makefile on CLISP (CLISP bug in loop, or my misreading the spec?)
      Fix some tests, make them more verbose.
      Driver: Fix native-namestring on SCL; fix issues on CLISP:
      Setting the *source-file-types* and *compiled-file-types* to nil
      was preventing (require "linux") from working(!).
      0.563
      9debad20
  9. Oct 07, 2011
  10. Jun 06, 2011
  11. Jun 03, 2011
    • Francois-Rene Rideau's avatar
      Fix ASDF-XCVB bridge. · 0110dc30
      Francois-Rene Rideau authored
      Fix list-files and export it to the command-line.
      Fix version extraction in bootstrapped build.
      Update documentation: document :executable. Remove ASDF1 crud.
      0.555
      0110dc30
  12. Jun 01, 2011
  13. May 30, 2011
  14. May 27, 2011
    • Francois-Rene Rideau's avatar
      working toward a release: · 024d95bf
      Francois-Rene Rideau authored
      * extract fasl type from target:
       at least lispworks depends on pathname type and its fasl type varies!
      * rucksack not available on clisp (and needed fixes; see our xcvb repo of it)
      * accept compile-file failure semantics of clisp
      * suppress duplicate entries for a directory in the source-registry:
       The first one wins, with its recurse and exclude flags.
      * fix hello and test/runme
      * fix various option parsing mistakes
      024d95bf
  15. May 25, 2011
  16. May 15, 2011
  17. May 11, 2011
  18. Apr 27, 2011
    • Peter Keller's avatar
      .547: Added the 'show-settings' command line argument which can show all · 63f8da31
      Peter Keller authored
      	settings known to xcvb or the individual value of a single one.
      Change the default object-directory location to be
      	$HOME/.cache/xcvb/common-lisp/<lisp-implementation-version>/
      Added format! in driver.lisp to help with debugging and forcing output.
      Debugged CMUCL support in driver.
      Fixed implementation-identifier support in extract-target-properties.
      Allowed Makefile in example-1 to parameterize on lisp implementation.
      Refactored how option-specs are specified for command line options.
      Removed dead code paths from simple-build backend that dealt with
      	"xcvb.mk" and the makefile output file.
      Muffled warnings when loading asdf.
      Added target-asdf-version setting which you can query with show-settings.
      Started DONE.rest
      63f8da31
  19. Apr 13, 2011
  20. Aug 09, 2010
  21. Aug 08, 2010
  22. May 10, 2010
  23. Apr 28, 2010
    • Francois-Rene Rideau's avatar
      .507: small fixes · b8f2b2a1
      Francois-Rene Rideau authored
      * cfasl support: *use-cfasls*, not *has-cfasls*.
      * Normalize lisp module names to (:lisp ...).
      * Validate names of grains.
      * Tweak parse-module-declaration signature.
      * Generated files go in object directory, not source!
      b8f2b2a1
  24. Apr 14, 2010
    • Francois-Rene Rideau's avatar
      .498: restore the :generate functionality. · cdac61c3
      Francois-Rene Rideau authored
      Give proper semantics to resolve-absolute-module-name and resolve-module-name.
      Make the hello example work properly.
      hello now uses the generate functionality to extract version from parent XCVB.
      Have log-format do fresh-lines for you.
      Make sure builds are only interned once.
      Recognize that builds may be invalid because of inherited conflict.
      cdac61c3
  25. Jan 20, 2010
  26. Dec 22, 2009
  27. Dec 07, 2009
  28. Nov 17, 2009
  29. Nov 16, 2009
  30. Nov 05, 2009
  31. Oct 31, 2009
    • Francois-Rene Rideau's avatar
      XCVB .418: checkpointing progress of active backend. · 932da676
      Francois-Rene Rideau authored
      * start some test infrastructure for release
      * make image mode the default in configure.mk, for the sake of CCL
      * fix the forker package, bake a collection macro
      * extract executable and image name from target lisp (when possible)
       in view of tthsum'ing it in the future.
      932da676
  32. Oct 25, 2009
  33. Oct 23, 2009
  34. Oct 05, 2009
  35. Oct 04, 2009
  36. Sep 06, 2009
    • Francois-Rene Rideau's avatar
      XCVB 0.368: be more robust wrt underlying implementation. · 6d5062cf
      Francois-Rene Rideau authored
      * in case XCVB is compiled with SBCL, and the target is itself a SBCL with a
       different SBCL_HOME, we prevent XCVB's SBCL from exporting its SBCL_HOME.
      * Hush Makefile that was outputing big confusing commands.
      * Make no-asdf robust against implementations that include systems that
       depend on ASDF, such as happens in Debian with common-lisp-controller loaded.
      6d5062cf