Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    addf17d7
    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
    History
    code/commandline.lisp:
    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.