diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-19 22:58:51 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-19 22:58:51 +0000 |
commit | 5b484d68a91e5867c96ac409253f3503b188aadd (patch) | |
tree | 603edd807121b9440b80202d502426a4b53d7ade /src/ChangeLog | |
parent | 32a0482710c76733805bca604c2089c231cd733f (diff) | |
download | open-axiom-5b484d68a91e5867c96ac409253f3503b188aadd.tar.gz |
* driver/utils.c (openaxiom_allocate_argv): New.
(openaxiom_build_rts_options): Use it. Tidy. Handle Clozure CL
and CLISP.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0d548c0..52df643c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-11-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * driver/utils.c (openaxiom_allocate_argv): New. + (openaxiom_build_rts_options): Use it. Tidy. Handle Clozure CL + and CLISP. + 2010-11-16 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %s2c |