From e23e15aa5c1a1e476fb022edaefe95f5fbe9c97e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 25 Oct 2009 19:01:37 +0000 Subject: * lib/cfuns-c.c (oa_concatenate_string): Define. * include/open-axiom.h (openaxiom_ifs): New. (OPENAXIOM_TEXINPUTS_PATH): Likewise. (OPENAXIOM_BIBINPUTS_PATH): Likewise. * driver/main.c (augment_variable): New. (upgrade_environment): Likewise. Call publish_systemdir. (main): Call it instead of publish_systemdir. Handle 'spawn' driver. * driver/utils.h (openaxiom_execute_driver): New kind of driver. * driver/utils.c (openaxiom_preprocess_arguments): Tidy. (openaxiom_execute_core): Likewise. * sman/sman.c (process_arguments): Likewise. (process_options): Likewise. --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index cf07ee90..636a99ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2009-10-25 Gabriel Dos Reis + + * lib/cfuns-c.c (oa_concatenate_string): Define. + * include/open-axiom.h (openaxiom_ifs): New. + (OPENAXIOM_TEXINPUTS_PATH): Likewise. + (OPENAXIOM_BIBINPUTS_PATH): Likewise. + * driver/main.c (augment_variable): New. + (upgrade_environment): Likewise. Call publish_systemdir. + (main): Call it instead of publish_systemdir. Handle 'spawn' driver. + * driver/utils.h (openaxiom_execute_driver): New kind of driver. + * driver/utils.c (openaxiom_preprocess_arguments): Tidy. + (openaxiom_execute_core): Likewise. + * sman/sman.c (process_arguments): Likewise. + (process_options): Likewise. + 2009-10-24 Gabriel Dos Reis * lib/cfuns-c.c (oa_spawn): New. -- cgit v1.2.3