diff options
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> |