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