diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-01 05:38:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-01 05:38:16 +0000 |
commit | c3cbfcc4d06ea2719ee6562f2c501076dcedb6b9 (patch) | |
tree | fa222881067c18c12b5f73bbc7f5e7ec8160b219 /src/ChangeLog | |
parent | a536a4423a730b38787a75b597bc6fe4a6fb6785 (diff) | |
download | open-axiom-c3cbfcc4d06ea2719ee6562f2c501076dcedb6b9.tar.gz |
* lisp/core.lisp.in (processCommandLine): Don't export.
Rewrite to pull out command line options wherever they are
except the ones after "--".
(topLevel): Bind *PACKAGE*; don't set it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c208ab00..5864c9cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-11-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in (processCommandLine): Don't export. + Rewrite to pull out command line options wherever they are + except the ones after "--". + (topLevel): Bind *PACKAGE*; don't set it. + +2010-11-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * driver/utils.cc: Commonalize some of option handling code. 2010-11-30 Gabriel Dos Reis <gdr@cs.tamu.edu> |