Skip to content
Snippets Groups Projects
  1. Dec 17, 2016
  2. Dec 11, 2016
  3. Dec 08, 2016
    • Raymond Toy's avatar
      Fix typo · dc743457
      Raymond Toy authored
      "Cound" -> "Could"
      dc743457
    • Raymond Toy's avatar
      Merge branch 'rtoy-fix-issue-34' into 'master' · 3b4745d3
      Raymond Toy authored
      Fix #34: Handle newline character correctly
      
      The string containing #\Newline that is used to output the newline
      character worked on little-endian architectures because the low octet
      was first in memory.  However on a big-endian sparc, a NUL character
      was output instead since the high octet is first in memory.
      
      So, create a explicit unsigned-byte 8 array containing exactly 1 octet
      that represents a newline character code.
      
      Tests pass on both sparc and x86/linux.
      
      See merge request !19
      3b4745d3
    • Raymond Toy's avatar
      Fix #34: Handle newline character correctly · d959c164
      Raymond Toy authored
      The string containing #\Newline that is used to output the newline
      character worked on little-endian architectures because the low octet
      was first in memory.  However on a big-endian sparc, a NUL character
      was output instead since the high octet is first in memory.
      
      So, create a explicit unsigned-byte 8 array containing exactly 1 octet
      that represents a newline character code.
      
      Tests pass on both sparc and x86/linux.
      d959c164
    • Raymond Toy's avatar
      Merge branch 'rtoy-no-unix-times' into 'master' · f10c6b6f
      Raymond Toy authored
      Fix #38: Replace unix-times usage with getrusage
      
      unix:unix-times was only used for #+(and sparc svr4).  The existing
      code already supported a different function when this condition was
      false, so use that, which uses getrusage instead.
      
      Don't need cross-x86-sparc-bootstrap.lisp anymore either.
      
      See merge request !18
      f10c6b6f
  4. Dec 07, 2016
    • Raymond Toy's avatar
      Replace unix-times usage with getrusage · 29cb2f47
      Raymond Toy authored
      unix:unix-times was only used for #+(and sparc svr4).  The existing
      code already supported a different function when this condition was
      false, so use that, which uses getrusage instead.
      
      Don't need cross-x86-sparc-bootstrap.lisp anymore either.
      29cb2f47
  5. Dec 04, 2016
  6. Dec 03, 2016
  7. Dec 02, 2016
  8. Dec 01, 2016
  9. Nov 30, 2016
  10. Nov 29, 2016
  11. Nov 11, 2016
  12. Oct 09, 2016
  13. Oct 08, 2016
  14. Oct 05, 2016
Loading