diff options
author | dos-reis <gdr@axiomatics.org> | 2012-08-18 23:57:06 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-08-18 23:57:06 +0000 |
commit | 23e3d955132e04a74e804da81890e7fe9390bc30 (patch) | |
tree | 7f63971ab506c0a6c2ef86a74667e3b2ab329d91 /src/ChangeLog | |
parent | 3c41ecf6c94ad09fa023c402c39d18c72a76812a (diff) | |
download | open-axiom-23e3d955132e04a74e804da81890e7fe9390bc30.tar.gz |
* boot/translator.boot (shoeOutParse): Fix thinko.
* lib/cfuns-c.c (oa_getcwd): Tidy.
(oa_spawn): Likewise.
* lib/sockio-c.c (send_string_len): Likewise.
* utils/command.cc (option_value): Likewise.
(execute_core): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 52cef853..0304bd1a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2012-08-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/translator.boot (shoeOutParse): Fix thinko. + * lib/cfuns-c.c (oa_getcwd): Tidy. + (oa_spawn): Likewise. + * lib/sockio-c.c (send_string_len): Likewise. + * utils/command.cc (option_value): Likewise. + (execute_core): Likewise. + 2012-07-25 Aleksej Saushev <asau@inbox.ru> * hyper/htadd.c: Include <string.h> |