diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-12-05 10:44:04 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-12-05 10:44:04 -0800 |
commit | 0c86abee82a66963ec3c46e36c63ba8df89e1fa9 (patch) | |
tree | cd49af1479fea5c6550161039d24b249b6a9c7e1 /ChangeLog | |
parent | bdfe648ad88513857c3f9ef670ac0cae47bd606c (diff) | |
download | txr-0c86abee82a66963ec3c46e36c63ba8df89e1fa9.tar.gz txr-0c86abee82a66963ec3c46e36c63ba8df89e1fa9.tar.bz2 txr-0c86abee82a66963ec3c46e36c63ba8df89e1fa9.zip |
More void * to mem_t * conversion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2009-12-05 Kaz Kylheku <kkylheku@gmail.com> + + More void * to mem_t * conversion. + + * stream.c (stdio_put_char_callback, stdio_get_char_callback, + stdio_put_string, stdio_put_char, stdio_snarf_line, stdio_get_char): + Convert void * to mem_t *. + + * utf8.c (utf8_encode, utf8_decode): Convert void * to mem_t *. + + * utf8.h (utf8_encode, utf8_decode): Update declarations. + 2009-12-04 Kaz Kylheku <kkylheku@gmail.com> Eliminate the void * disease. Generic pointers are of mem_t * |