Skip to content
Snippets Groups Projects
  1. Oct 11, 2015
    • Raymond Toy's avatar
      Use correct path for git clone. · 7c199b29
      Raymond Toy authored
      Noticed by Joram Schrijver who gave the correct path.
      7c199b29
    • Raymond Toy's avatar
      Include the exit code when printing the process structure. · c614c412
      Raymond Toy authored
      It's really nice to see the exit code of the process when printing out
      the process structure.
      
      Fix a typo too: "tings" -> "things".
      c614c412
    • Raymond Toy's avatar
      Exit with the return code from obj_run_linker. · c49d87c7
      Raymond Toy authored
      obj_run_linker() returns the return code from the call to system().
      Exit lisp with this return code to indicate if running the executable
      linker script worked or not.
      c49d87c7
    • 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. Oct 04, 2015
  3. Oct 03, 2015
  4. Oct 01, 2015
  5. Sep 28, 2015
  6. Sep 01, 2015
    • Raymond Toy's avatar
      Really don't print the herald when -quiet is given. · b8654321
      Raymond Toy authored
      The previous implementation cleared *herald-items* when -quiet was
      given, but if the init file loaded up items that added to
      *herald-items*, then the items were still printed.  Plus, it seems odd
      that -quiet actually clears *herald-items*.
      
      So, just don't print herald if -quiet is given, but also preserve
      *herald-items* so that (print-herald) would actually print the actual
      herald.
      b8654321
  7. Aug 30, 2015
  8. Aug 27, 2015
  9. Aug 01, 2015
    • Raymond Toy's avatar
      Fix #4 again, but for negative indices. · 5a1ecf1a
      Raymond Toy authored
      o Add declaration for LIST-ELT* that the index is a kerrnel:index.
      o Clean up ELT to directly call LIST-ELT* instead of having an inlined
        version.
      o Fix typo: issue.5 is really issue.4.
      o Add tests for invalid indices for ELT and (SETF ELT) for both lists
        and vectors.
      5a1ecf1a
Loading