Skip to content
  1. Jan 27, 2024
  2. Jan 25, 2024
  3. Jan 08, 2024
  4. Jan 04, 2024
  5. Jul 04, 2023
  6. May 15, 2021
    • Robert Goldman's avatar
      Add print-backtrace for clasp. · 1f4352dc
      Robert Goldman authored
      Add new code for printing backtrace on clasp.  Previously, UIOP
      treated clasp as if it was ECL.  Now we invoke
      `clasp-debug:print-backtrace`, instead.
      1f4352dc
  7. May 09, 2021
  8. May 15, 2020
  9. Mar 21, 2019
  10. Mar 01, 2018
  11. Sep 01, 2017
  12. 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
  13. Feb 17, 2017
  14. Oct 06, 2016
    • Elias Pipping's avatar
      Clean up use of *features* · 7e361dc2
      Elias Pipping authored and Robert Goldman's avatar Robert Goldman committed
      In particular:
       - clasp does not define :ecl
       - use :os-unix instead of :unix
       - use :os-windows instead of :mswindows or :windows
       - use :os-macosx instead of :darwin
       - use :lispworks7+ instead of :lispworks7
      7e361dc2
  15. Sep 25, 2016
  16. Sep 16, 2016
  17. Sep 02, 2016
  18. Aug 01, 2016
  19. Jul 25, 2016
    • Robert Goldman's avatar
      Redefined *FATAL-CONDITIONS* per 1605650. · 9fd59ed8
      Robert Goldman authored
      See https://bugs.launchpad.net/asdf/+bug/1605650
      
      According to the spec, SERIOUS-CONDITIONs are "All conditions serious
      enough to require interactive intervention if not handled should inherit
      from the type serious-condition."  This is almost exactly the definition
      of *FATAL-CONDITIONS*, so I substituted SERIOUS-CONDITION for ERROR
      here.
      
      Added exceptions to the set of *FATAL-CONDITIONS* in order to fix test
      condition handling for CCL.  The exceptions permit us to have a class of
      conditions (e.g., SERIOUS-CONDITION) that has a subclass that is not a
      FATAL-CONDITION, but that does not have an obvious more specific
      alternative.
      
      The specific example that caused me to add this: On shutdown, CCL
      signals CCL:PROCESS-RESET, a subclass of SERIOUS-CONDITION. So recent
      test harness modifications to handle SERIOUS-CONDITIONs caused the test
      scripts to mistakenly think there were failures because of calls to
      EXIT-LISP.
      9fd59ed8
  20. Nov 18, 2015
  21. Sep 28, 2015
  22. Sep 26, 2015
  23. May 07, 2015
  24. Mar 12, 2015
  25. Aug 29, 2014
  26. Jul 08, 2014
  27. Jun 20, 2014
  28. May 12, 2014
  29. Mar 27, 2014
  30. Mar 25, 2014
  31. Mar 21, 2014
  32. Mar 17, 2014
  33. Mar 04, 2014
  34. Mar 03, 2014