aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-10-25 19:01:37 +0000
committerdos-reis <gdr@axiomatics.org>2009-10-25 19:01:37 +0000
commite23e15aa5c1a1e476fb022edaefe95f5fbe9c97e (patch)
treec790d6930c5a54c1ece2ec21afdcbe9dc6b5fdeb /src/ChangeLog
parent465174ff1bb6292faefe0e047833fa2df5c1c92f (diff)
downloadopen-axiom-e23e15aa5c1a1e476fb022edaefe95f5fbe9c97e.tar.gz
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <gdr@cs.tamu.edu>
+
+ * 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 <gdr@cs.tamu.edu>
* lib/cfuns-c.c (oa_spawn): New.