Skip to content
Snippets Groups Projects
  1. Oct 15, 2017
    • Raymond Toy's avatar
      Release 21c · e32c4479
      Raymond Toy authored
      Use `-B boot-21c` to bootstrap the release from 21b to 21c.
      
      - 21b/boot-21c.lisp:
       - Add boot-21c.lisp to update the version number
      - compiler/byte-comp.lisp
       - Update the actual version number
      e32c4479
  2. Oct 11, 2017
  3. Oct 08, 2017
  4. Oct 07, 2017
  5. Sep 30, 2017
  6. Sep 23, 2017
  7. Sep 16, 2017
  8. Sep 09, 2017
    • Raymond Toy's avatar
      Fix #41: Report proper process status · f05cb10a
      Raymond Toy authored
      The main problem is that we weren't calling wait3 with WCONTINUED so
      that we would be signaled when the process continues.  And we also
      need to check that result of wait call was WCONTINUED>
      
      Replace the wait3 routine with a C routine (prog_status) so we don't
      have to deal with the OS-specific flags.  This function basically
      returns what the lisp function wait3 did.
      
      Use this function in GET-PROCESSES-STATUS-CHANGES.
      
       - runprog.c:
         - Add prog_status
       - run-program.lisp:
         - Use prog_status instead of wait3
       - issues.lisp:
         - Add basic test
      f05cb10a
  9. Sep 06, 2017
  10. Sep 03, 2017
  11. Sep 02, 2017
Loading