Skip to content
Snippets Groups Projects
  1. Jul 14, 2010
    • rtoy's avatar
      commandline.lisp: · 5942f034
      rtoy authored
      debug-int.lisp:
      load.lisp:
      
      Put the OS- and/or arch-specific items in the correct textdomain.
      5942f034
  2. May 16, 2010
  3. May 15, 2010
    • rtoy's avatar
      Make the docstrings follow the CMUCL convention so that they are lined · 64564400
      rtoy authored
      up neatly when describe prints them.
      64564400
    • rtoy's avatar
      code/commandline.lisp: · f95cf535
      rtoy authored
      o Update DEFSWITCH to allow docstrings (and argument names)
      o Add docstrings to the available switches
      o Add -help (and --help) switches to print out usage information and
        exit.
      
      code/save.lisp:
      o If the command line includes -help or --help, disable loading of the
        user init and site init files.  We don't want to process them if
        we're going to just print out help and exit.
      f95cf535
  4. Apr 20, 2010
  5. Apr 19, 2010
  6. Mar 19, 2010
  7. Jan 06, 2009
    • rtoy's avatar
      code/commandline.lisp: · addf17d7
      rtoy authored
      o Command line parsing now recognizes "--" and disables any further
        processing by CMUCL itself.  Everything after "--" is placed in the
        new variable EXT:*COMMAND-LINE-APPLICATION-ARGUMENTS*, which is a
        list of strings.
      
      code/exports.lisp:
      o Export EXT:*COMMAND-LINE-APPLICATION-ARGUMENTS*.
      
      general-info/release-19f.txt:
      o Update.
      addf17d7
  8. Nov 12, 2008
  9. Aug 17, 2004
  10. Jun 20, 2004
  11. 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
  12. Dec 08, 2001
  13. Mar 04, 2001
  14. Nov 06, 2000
  15. Oct 24, 2000
  16. Oct 16, 2000
  17. 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
  18. May 08, 1996
  19. Aug 18, 1995
  20. Jul 26, 1995
  21. Oct 31, 1994
  22. Feb 11, 1994
  23. Jan 13, 1993
  24. Feb 08, 1991
  25. May 30, 1990
  26. Mar 05, 1990
  27. Feb 22, 1990
Loading