Skip to content
Snippets Groups Projects
  1. Apr 25, 2023
  2. Apr 21, 2023
  3. Apr 10, 2023
  4. 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
  5. 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
  6. Jan 18, 2023
  7. Jan 13, 2023
  8. Nov 25, 2022
  9. Nov 14, 2022
  10. Nov 03, 2022
  11. Aug 24, 2022
  12. Aug 23, 2022
  13. Aug 08, 2022
  14. Dec 03, 2015
    • Raymond Toy's avatar
      Linux needs unix-setitimer · 5406768c
      Raymond Toy authored
      Cut and paste error from unix-glibc2.lisp copied unix-getitimer
      instead of unix-setitimer which is needed by SAVE-LISP.
      5406768c
  15. Oct 31, 2015
  16. Oct 20, 2015
  17. Oct 18, 2015
  18. Jun 12, 2015
    • Raymond Toy's avatar
      Move more unix support to core for asdf and slime. · 1a20bb57
      Raymond Toy authored
      o The upcoming version of asdf wants to use unix-getenv, so add that
        to the core, removing from the unix contrib.
      o Slime wants to use unix-execve and unix-fork, so import that and the
        necessary support routines in to the core from the unix contrib.
      1a20bb57
  19. May 17, 2015
  20. May 16, 2015
  21. May 14, 2015
  22. Apr 22, 2015
  23. Apr 18, 2015
  24. Nov 19, 2014
  25. Nov 17, 2014
  26. Nov 16, 2014
  27. Oct 27, 2014
  28. Oct 25, 2014
  29. Nov 04, 2011
  30. Sep 25, 2011
Loading