diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-19 10:21:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-19 10:21:05 -0800 |
commit | 6fc929b1384a97dd7922af731667dd2539819a49 (patch) | |
tree | 0d432d42c051affb68a7344b660056052c12da1f /ChangeLog | |
parent | 61abd16ff59debebdacfe0de5050070b5dde46ee (diff) | |
download | txr-6fc929b1384a97dd7922af731667dd2539819a49.tar.gz txr-6fc929b1384a97dd7922af731667dd2539819a49.tar.bz2 txr-6fc929b1384a97dd7922af731667dd2539819a49.zip |
Use unsigned char * as allocator return value.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-11-19 Kaz Kylheku <kkylheku@gmail.com> + + Use unsigned char * as allocator return value. + + * lib.c (chk_malloc, chk_realloc): Return unsigned char *. + + * lib.c (chk_malloc, chk_realloc): Declarations updated. + + * utf8 (utf8_dup_to_uc): Remove cast to unsigned char *. + 2009-11-18 Kaz Kylheku <kkylheku@gmail.com> Following-up on diagnostics obtained by running code through C++ |