Skip to content
Snippets Groups Projects
  1. Mar 16, 2023
  2. Mar 15, 2023
  3. Mar 12, 2023
  4. Mar 09, 2023
  5. Mar 06, 2023
  6. Mar 05, 2023
  7. 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
  8. Mar 01, 2023
  9. Feb 28, 2023
  10. Feb 27, 2023
  11. Feb 24, 2023
  12. Feb 21, 2023
  13. Feb 15, 2023
  14. 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
  15. 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
  16. Jan 18, 2023
  17. Jan 13, 2023
  18. Dec 08, 2022
Loading