Skip to content
Snippets Groups Projects
  1. Jun 06, 2022
  2. Jun 05, 2022
  3. May 31, 2022
  4. May 28, 2022
  5. May 27, 2022
  6. May 15, 2022
  7. May 13, 2022
  8. Mar 27, 2022
  9. Mar 24, 2022
  10. Dec 27, 2021
  11. Nov 21, 2021
  12. Oct 03, 2021
  13. Oct 01, 2021
  14. Jul 31, 2021
  15. Apr 03, 2021
  16. Mar 26, 2021
  17. Mar 14, 2021
  18. Mar 08, 2021
  19. Feb 15, 2021
  20. Jan 26, 2021
    • Raymond Toy's avatar
      Minor updates · 2cdd7eba
      Raymond Toy authored
      - Ignore sse2f fasls created by cmucl/x86
      - Add comment to makefile on how to run with cmucl
      2cdd7eba
  21. Jan 24, 2021
    • Raymond Toy's avatar
      Check for symbol length in character.1.body · 4b4c97c7
      Raymond Toy authored
      Cmucl converts a string to Unicode NFC form before creating a symbol.
      This means some symbols have names that longer than 1 character.  The
      test assumes the name has one character which causes an error in
      cmucl.
      
      This just adds a check that the length is 1 before extracting the
      character from the symbol name.  This doesn't change behavior of the
      test (which was already assuming a length of 1), but allows cmucl not
      to signal an error but to finish the test with a meaningful list of
      characters whose corresponding symbol name is more than one character
      long.
      
      A couple of minor tweaks:
      - Ignore sse2f fasl created by cmucl/x86.
      - Add comment to makefile on how to run with cmucl.
      4b4c97c7
  22. Jan 17, 2021
Loading