1. Feb 03, 2023
  2. Jan 29, 2023
  3. Nov 27, 2022
    • Ralph Schleicher's avatar
      Make true and false symbols customizable. · a9a8ed2a
      Ralph Schleicher authored
      * parse.lisp (true, false): New variable.
      (parse-constant): Return symbol values of true and false.
      * encode.lisp (encode) [symbol]: Handle true and false symbols.
      * test.lisp (booleans-as-symbols): New test.
      a9a8ed2a
  4. Oct 28, 2022
  5. Oct 27, 2022
    • Raymond Toy's avatar
      Support encoding for cmucl's utf-16 strings · 26869fb2
      Raymond Toy authored
      Yason currently assumes strings can hold any possible unicode
      codepoint.  But that's not true with cmucl which uses utf-16 encoding
      for strings.  The following things are needed to allow yason to handle
      cmucl's strings.
      
      * encode.lisp:
        * Add cmucl-specific `escape-strint-to-stream` to handle cmucl's
          utf-16 strings; yason was assuming string can hold any codepoint.
      * test.lisp:
        * Update test "stream-encode.unicode-string" for cmucl's utf-16 strings.
      26869fb2
    • Philipp Marek's avatar
      Deactivate a text for CMUCL. · 34c32efa
      Philipp Marek authored
      34c32efa
  6. Oct 22, 2022
  7. Jun 02, 2022
  8. Feb 25, 2022
  9. Feb 16, 2022
  10. Feb 04, 2022
  11. Aug 27, 2021
  12. Nov 23, 2020
  13. Nov 20, 2020
  14. Nov 08, 2020
  15. Oct 16, 2020
  16. Oct 12, 2020
  17. Sep 29, 2020
  18. Sep 27, 2020
  19. Sep 09, 2020
  20. Aug 22, 2020
  21. Aug 19, 2020
  22. Aug 18, 2020
  23. May 21, 2020
  24. May 13, 2020
  25. Feb 02, 2020
  26. Dec 03, 2019