Skip to content
Snippets Groups Projects
  1. Apr 19, 2023
  2. Apr 17, 2023
  3. Apr 10, 2023
  4. Mar 29, 2023
  5. Mar 24, 2023
  6. Mar 23, 2023
  7. Mar 16, 2023
  8. Mar 15, 2023
  9. Mar 12, 2023
  10. Mar 09, 2023
  11. Mar 06, 2023
  12. Mar 05, 2023
  13. Mar 02, 2023
    • Raymond Toy's avatar
      Add x86 reader conditional · d55e32fa
      Raymond Toy authored
      This bootstrap file only applies to x86, so add reader conditionals so
      that this can be loaded for other architectures without having any
      effect.
      
      One less thing to worry about when bootstrapping.
      d55e32fa
  14. Mar 01, 2023
  15. Feb 28, 2023
  16. Feb 27, 2023
  17. Feb 21, 2023
  18. 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
  19. 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
  20. Jan 18, 2023
  21. Jan 13, 2023
  22. Dec 08, 2022
  23. Nov 25, 2022
  24. Nov 14, 2022
  25. Nov 08, 2022
  26. Nov 03, 2022
  27. Nov 02, 2022
  28. 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
Loading