Skip to content
Snippets Groups Projects
  1. Nov 25, 2022
  2. Nov 14, 2022
  3. Nov 08, 2022
  4. Nov 03, 2022
  5. Nov 02, 2022
  6. Nov 01, 2022
    • Raymond Toy's avatar
      Update release-21e.md with closed issues. · d5f1aa5e
      Raymond Toy authored
      d5f1aa5e
    • Raymond Toy's avatar
      Change :iso-8859-1 to :iso8859-1 in find-encoding · 88f6852f
      Raymond Toy authored
      While there's an alias for `:iso-8859-1`, it's safer to use
      `:iso8859-1` which is builtin.  Using `:iso-8859-1` requires the alias
      database to be loaded, which isn't (currently) guaranteed when
      `find-encoding` is called.  Thus use the builtin name instead.
      Besides, `:iso8859-1` is used in other places in "intl.lisp".
      
      (This is hard to test, but I noticed it when running
      ```
      LANG=ko_KR.utf8 lisp
      ```
      on the branch `issue-139-add-alias-local-external-format`.)
      88f6852f
  7. Oct 31, 2022
  8. Oct 30, 2022
  9. Oct 17, 2022
  10. Oct 16, 2022
  11. Oct 15, 2022
  12. Aug 24, 2022
  13. Aug 23, 2022
  14. Aug 14, 2022
  15. Aug 08, 2022
Loading