Skip to content
Snippets Groups Projects
  1. Oct 11, 2015
  2. Oct 05, 2015
    • Raymond Toy's avatar
      Support asdf's static-image-op. · 20abbd7c
      Raymond Toy authored
      * src/lisp/GNUMakefile
          * Don't add exec-final.o to lisp.a.  (But still remove exec-init.o
            from it.)
      * src/tools/linker.sh
          * When linking the executable, need to link exec-final.o too.
      * bin/make-main-dist.sh
          * Need to install exec-init.o and exec-final.o.  exec-init.o is
            needed to link a normal lisp; exec-final.o is used for the
            executable image.
          * Fix modes on some installed files.  exec-init.o, exec-final.o,
            and lisp.a don't need to be executable.
      20abbd7c
  3. Jun 12, 2015
  4. May 19, 2015
  5. May 10, 2015
  6. May 08, 2015
  7. May 07, 2015
  8. Apr 25, 2015
  9. Apr 22, 2015
  10. Apr 17, 2015
    • Raymond Toy's avatar
      Install the asdf docs too. · 48c324f4
      Raymond Toy authored
      Also, install the asdf/defsystem sources before the fasls so that the
      fasls have a newer timestamp than the source.
      48c324f4
  11. Dec 03, 2014
  12. Dec 01, 2014
  13. Sep 12, 2014
  14. May 08, 2014
  15. Mar 30, 2014
  16. Jan 05, 2014
  17. Nov 07, 2013
  18. Sep 12, 2013
  19. Sep 09, 2013
  20. May 27, 2013
  21. May 05, 2013
  22. May 04, 2013
  23. May 03, 2013
  24. Apr 14, 2013
  25. Apr 13, 2013
  26. Mar 10, 2013
  27. Mar 05, 2013
  28. Feb 02, 2013
    • Raymond Toy's avatar
      Make the version arg optional. · e7999980
      Raymond Toy authored
      If the version is not specified, determine a default version based on
      the git hash returned by git describe.  Thus, for tagged snapshot
      builds, the version will automatically be chosen from the tag, with
      "snapshot-" removed.
      e7999980
  29. Dec 26, 2012
    • Raymond Toy's avatar
      Add :alien-callback to *faatures* for platforms that support it. · 02f4566a
      Raymond Toy authored
      bootfiles/20d/boot-2012-12-1.lisp::
        Add :alien-callback to *features*
      
      bin/build.sh::
        Change bootstrap directory to 20d.
      
      code/lispinit.lisp::
        * Register :alien-callback feature if enabled.
        * Heap overflow checking depends on gencgc, so register that only if
          both are enabled.
      
      tools/comcom.lisp::
        Compile c-callback only if :alien-callback is a feature.
      
      tools/worldcom.lisp:
        Compile alien-callback onlf if :alien-callback is a feature.
      02f4566a
  30. Nov 18, 2012
  31. Oct 27, 2012
  32. Aug 05, 2012
  33. Aug 04, 2012
Loading