Skip to content
  1. Jun 01, 2012
  2. Apr 21, 2012
  3. Mar 04, 2012
  4. Nov 24, 2011
  5. 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
  6. Jun 09, 2011
  7. 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
  8. Jun 02, 2011
  9. May 25, 2011
  10. May 18, 2011
  11. May 15, 2011
  12. 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
  13. Apr 07, 2011
  14. Mar 29, 2011
  15. Mar 21, 2011
  16. Dec 13, 2010
  17. Nov 18, 2010
  18. Nov 15, 2010
  19. Nov 10, 2010
  20. Nov 04, 2010
  21. Sep 17, 2010
  22. Aug 13, 2010
  23. Aug 09, 2010
  24. Aug 08, 2010
  25. Aug 04, 2010
  26. Jul 25, 2010
  27. Jul 04, 2010
    • Francois-Rene Rideau's avatar
      .529: resolve signal dropping issues. · 1aac3958
      Francois-Rene Rideau authored
      We were using CCL's run-program, that spawned a thread that reset the
      pthread_sigmask. Evil. We now use a run-program/process-output-stream
      based on iolib and short-circuit the implementation's. Sigh.
      1aac3958
  28. Jul 01, 2010
  29. Jun 24, 2010
  30. Jun 23, 2010
  31. Jun 21, 2010
  32. Jun 09, 2010
  33. May 31, 2010
  34. May 20, 2010
  35. May 16, 2010