Skip to content
Snippets Groups Projects
  1. Feb 10, 2023
    • Raymond Toy's avatar
      Fix stupid typos · ce202074
      Raymond Toy authored
      Really stupid typos/thinkos:
      * Forgot to change initial value if `*filename-encoding*` from
        `:no-encoding` to `:null`.  (Stupid!)
      * Fix typo: `:nul` instead of `:null` in `%name->file`.
      
      Update cmucl-unix.pot too for the change in the docstring for
      `*filename-encoding*`.
      ce202074
  2. Jan 19, 2023
    • Raymond Toy's avatar
      Use :null instead of :no-encoding for no filename encoding · 7c44d848
      Raymond Toy authored
      The advantage of using `:null` is that it's a recognized external
      format (that aliases to `:void`).  So if we inadvertently use `:null`
      as a filename encoding somewhere unexpected, it will cause an
      error (because the `:void` encoding does).
      7c44d848
  3. Jan 18, 2023
  4. Jan 13, 2023
  5. Dec 08, 2022
  6. Nov 25, 2022
  7. Nov 14, 2022
  8. Nov 08, 2022
  9. Nov 03, 2022
  10. Nov 02, 2022
  11. 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
  12. Oct 31, 2022
  13. Oct 30, 2022
  14. Oct 17, 2022
  15. Oct 16, 2022
  16. Oct 15, 2022
Loading