diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-11-30 00:35:51 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-11-30 00:35:51 +0000 |
| commit | cadd6f77df5ad2f93d1c494525db8a192bed87b5 (patch) | |
| tree | 1662ed293232382d988bac5e9c2fea089ea80b07 /src/ChangeLog | |
| parent | eadaa332441dbb0bbc710e4803cd73970859cc1f (diff) | |
| download | open-axiom-cadd6f77df5ad2f93d1c494525db8a192bed87b5.tar.gz | |
* etc/Makefile.in: Use the driver.
* driver/utils.c (get_suffix): New.
(option_value): Likewise.
(preprocess_arguments): Handle --translate and --build-databases.
* driver/main.c (upgrade_environment): Change argument type to
Command. Upgrade LD_LIBRARY_PATH too.
* boot/translator.boot (loadSystemRuntimeCore): Don't prefix the
shared library file name with the system path.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db11d90f..b106343c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2010-11-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * etc/Makefile.in: Use the driver. + * driver/utils.c (get_suffix): New. + (option_value): Likewise. + (preprocess_arguments): Handle --translate and --build-databases. + * driver/main.c (upgrade_environment): Change argument type to + Command. Upgrade LD_LIBRARY_PATH too. + * boot/translator.boot (loadSystemRuntimeCore): Don't prefix the + shared library file name with the system path. + 2010-11-28 Gabriel Dos Reis <gdr@cs.tamu.edu> * clef/: Add using directive at toplevel. |
