aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-01 05:38:16 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-01 05:38:16 +0000
commitc3cbfcc4d06ea2719ee6562f2c501076dcedb6b9 (patch)
treefa222881067c18c12b5f73bbc7f5e7ec8160b219 /src/ChangeLog
parenta536a4423a730b38787a75b597bc6fe4a6fb6785 (diff)
downloadopen-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/ChangeLog7
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>