Skip to content
  1. Jan 17, 2013
    • Raymond Toy's avatar
      First cut at making search-list a pathname host. · 4711af84
      Raymond Toy authored
      This attempts to make a search-list pathname fill the host slot of a
      pathname with a search-list object instead of the current scheme which
      uses a unix host for the host and puts the search-list as the first
      part of the directory slot.
      
       code/pathname.lisp::
        * Make SEARCH-LIST as subtype of HOST, defining appropriate parsers
          and unparsers.
       code/filesys.lisp:
        * Update PARSE-UNIX-NAMESTRING (which also handles search-lists) to
          return the search-list object as the host instead of putting in
          the directory part.
      4711af84
  2. Jan 06, 2013
  3. Jan 04, 2013
  4. Jan 03, 2013
  5. Jan 01, 2013
  6. Dec 27, 2012
  7. Dec 26, 2012
  8. Dec 24, 2012
  9. Dec 23, 2012
  10. Dec 22, 2012
    • Raymond Toy's avatar
      Fix bitrot in interrupt_maybe_gc. · bfac8ad7
      Raymond Toy authored
      bfac8ad7
    • Raymond Toy's avatar
      Fix ticket:67 · 3be4fc21
      Raymond Toy authored
      Check that the start and end indices make sense for the given
      strings.  This is important before we start bashing random parts of
      the string, potentially overwriting other objects.
      3be4fc21
    • Raymond Toy's avatar
      Fix ticket:60. · cdf11377
      Raymond Toy authored
      This fixes the immediate issue, but there are still problems with
      very long strings.  The bit-index for such strings won't fit in an
      (unsigned-byte 32).
      
      vm-fndb.lisp:
      o Correct the defknown to have the correct arg types (vm::offset
        instead of index).
      
      vm-tran.lisp:
      o Update deftransform to use vm::offset instead of index.
      cdf11377
  11. Dec 21, 2012
    • Raymond Toy's avatar
      Reinstate ability to compile with gcc on sparc. · 683d1168
      Raymond Toy authored
      Config.sparc_common:
      o Enable ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LIBS again
      
      Config.sparc_gcc:
      o Don't use -traditional-cpp when creating dependencies because that
        causes the old (varargs.h) version of va_start to be used instead of
        the stdard.h version we want.
      
      Config.sparc_sunc:
      o Remove ASSEM_SRC, ARCH_SRC, OS_SRC, OS_LINK_FLAGS, and OS_LIBS since
        they're in Config.sparc_common.
      683d1168
  12. Dec 19, 2012
  13. Dec 11, 2012
  14. Dec 03, 2012
  15. Dec 02, 2012
  16. Nov 20, 2012
  17. Nov 19, 2012
  18. Nov 18, 2012
  19. Nov 17, 2012
  20. Oct 27, 2012