diff options
author | dos-reis <gdr@axiomatics.org> | 2012-08-19 00:39:07 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-08-19 00:39:07 +0000 |
commit | 308f70df7e403e68e0ae936ad00500ad46a914b9 (patch) | |
tree | a2b6fb5f771bc1c8a521b32aec9272905cdb3b22 /src/ChangeLog | |
parent | 23e3d955132e04a74e804da81890e7fe9390bc30 (diff) | |
download | open-axiom-308f70df7e403e68e0ae936ad00500ad46a914b9.tar.gz |
* include/util.H1 (getmemWithLine): Second argument is now const char*.
(saymemWithLine): First argument is now char*.
* lib/util.c: Propogate change.
* include/XSpadFill.h (SpadFillGC): Change last parameter type to
const char*.
* lib/XSpadFill.c (SpadFillGC): 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 0304bd1a..2893ba58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2012-08-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * include/util.H1 (getmemWithLine): Second argument is now const char*. + (saymemWithLine): First argument is now char*. + * lib/util.c: Propogate change. + * include/XSpadFill.h (SpadFillGC): Change last parameter type to + const char*. + * lib/XSpadFill.c (SpadFillGC): Likewise. + +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. |