Skip to content
Snippets Groups Projects
  1. Mar 19, 2003
  2. Mar 04, 2003
  3. Mar 03, 2003
  4. Feb 05, 2003
  5. 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
  6. 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
  7. 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
  8. 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
  9. Dec 08, 2001
  10. Nov 29, 2001
  11. 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
  12. Nov 04, 2000
  13. Oct 16, 2000
  14. 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
  15. Jun 24, 1998
  16. May 04, 1998
  17. Apr 07, 1998
  18. Dec 30, 1997
  19. Nov 04, 1997
  20. Mar 15, 1997
  21. Feb 05, 1997
  22. Jan 18, 1997
  23. May 08, 1996
  24. Jul 26, 1995
  25. Nov 06, 1994
  26. Nov 01, 1994
  27. Oct 31, 1994
  28. Sep 30, 1994
  29. Mar 10, 1994
  30. Feb 14, 1994
  31. Feb 11, 1994
  32. Jan 28, 1994
  33. Aug 22, 1993
  34. Apr 28, 1993
  35. Jan 13, 1993
  36. Aug 06, 1992
  37. May 25, 1992
  38. Mar 29, 1992
  39. Mar 03, 1992
Loading