Skip to content
Snippets Groups Projects
  1. Oct 11, 2015
    • Raymond Toy's avatar
      Support asdf's static-image-op. · 43e24775
      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.
      43e24775
  2. Jun 12, 2015
  3. May 19, 2015
  4. May 10, 2015
  5. May 08, 2015
  6. May 07, 2015
  7. Apr 25, 2015
  8. Apr 22, 2015
  9. 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
  10. Dec 03, 2014
  11. Dec 01, 2014
  12. Sep 12, 2014
  13. May 08, 2014
  14. Mar 30, 2014
  15. Jan 05, 2014
  16. Nov 07, 2013
  17. Sep 12, 2013
  18. Sep 09, 2013
  19. May 27, 2013
  20. May 05, 2013
  21. May 04, 2013
  22. May 03, 2013
  23. Apr 14, 2013
  24. Apr 13, 2013
  25. Mar 10, 2013
  26. Mar 05, 2013
  27. 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
  28. 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
  29. Nov 18, 2012
  30. Oct 27, 2012
  31. Aug 05, 2012
  32. Aug 04, 2012
  33. Jul 18, 2012
Loading