Skip to content
Snippets Groups Projects
  1. Jan 30, 2003
    • toy's avatar
      From Eric Marsden: · 8a3305b0
      toy authored
      Trying to save-lisp to a filename whose directory component doesn't
      exist will currently generate a "bad address" error from Unix.
      
         * add some sanity checking to the output file argument to
           EXT:SAVE-LISP.
      8a3305b0
  2. Jan 29, 2003
    • toy's avatar
      o Adds support for searching for the lisp.core file based on the · a20170bc
      toy authored
        location of the lisp C binary, when CMUCLLIB is not given, and the
        core file is not specified.
      o Add support for a CMUCLCORE envvar, and a -lib option for setting
        the path for the library: search-list.
      o Added some spare static symbols for the sparc port so we don't have
        to cross-compile again for a while.
      
      See cmucl-imp archives for some more details.
      a20170bc
  3. Jul 10, 2002
    • toy's avatar
      Patch from Martin Cracauer. · 7cb5b8bb
      toy authored
      The search-list "modules:" is set to track the search-list "library:"
      instead of being set whatever path "library:subsystems/" is set to at
      start up.
      7cb5b8bb
  4. Jan 18, 2002
    • pmai's avatar
      This change causes the *batch-mode* flag to be reset when saving a · 8351d0f0
      pmai authored
      core.  If the newly introduced :batch-mode argument to save-lisp is
      supplied and is true, then the *batch-mode* flag is set to true,
      otherwise it is set to false, before saving the core.  This should
      prevent ugly surprises by newbies using -batch when dumping cores.
      8351d0f0
  5. Dec 08, 2001
  6. Nov 29, 2001
  7. Jul 08, 2001
    • pw's avatar
      From Eric Marsden: · 7fbe9acc
      pw authored
         Initialize the modules: namestring so that things like
         (require :clx-library) work (assuming the filesystem layout present
         in the release tarballs).
      7fbe9acc
  8. Nov 04, 2000
  9. Oct 16, 2000
  10. Aug 24, 2000
    • dtc's avatar
      o Based on suggestions from Martin Cracauer, flush commonly used output · 62104ee1
      dtc authored
        streams during the processing of command line switches and upon exit.
        This is a convenience for typical usage, and not all output streams
        are flushed, so important streams should still be flushed but user code.
      
      o Add a new function finish-standard-output-streams to finish output on
        the commonly used output streams. Called after the processing
        of each command line switch, and before the %end-of-the-world.
      
      o Extend the eval switch to process multiple forms, flushing the common
        output streams between each.
      62104ee1
  11. Jun 24, 1998
  12. May 04, 1998
  13. Apr 07, 1998
  14. Dec 30, 1997
  15. Nov 04, 1997
  16. Mar 15, 1997
  17. Feb 05, 1997
  18. Jan 18, 1997
  19. May 08, 1996
  20. Jul 26, 1995
  21. Nov 06, 1994
  22. Nov 01, 1994
  23. Oct 31, 1994
  24. Sep 30, 1994
  25. Mar 10, 1994
  26. Feb 14, 1994
  27. Feb 11, 1994
  28. Jan 28, 1994
  29. Aug 22, 1993
  30. Apr 28, 1993
  31. Jan 13, 1993
  32. Aug 06, 1992
  33. May 25, 1992
  34. Mar 29, 1992
  35. Mar 03, 1992
  36. Feb 14, 1992
  37. Feb 06, 1992
  38. Sep 03, 1991
  39. Aug 30, 1991
Loading