Skip to content
Snippets Groups Projects
  1. Oct 24, 2021
    • Tim Bradshaw's avatar
      read-stream-content-into-string element-type fix · 9c97e6f6
      Tim Bradshaw authored
      Default the element type of the string being created from the element
      type of the stream being read.
      
      This has two advantages: it will make things work for implementations
      which have a mode where the default string element type is a subtype
      of character, and it will also mean that if the stream's element type
      is a subtype of character you may get thinner strings.
      9c97e6f6
  2. Jul 22, 2021
  3. Mar 13, 2021
  4. Aug 21, 2020
  5. Mar 27, 2020
  6. Mar 25, 2020
    • Samuel Freilich's avatar
      Check that input is a list in proper-list-length · a297e86d
      Samuel Freilich authored
      proper-list-length and related functions claim to signal an error if the
      input is not a proper list, and are careful to safely check that the cdr
      is a cons (with safe-endp). However, they call cdr on the input without
      checking that it is a list in the first place, resulting in memory-error
      when compiled with safety 0 instead of type-error as the tests expect.
      a297e86d
  7. Mar 04, 2020
Loading