diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-31 06:56:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-31 06:56:59 -0700 |
commit | 937f888f0a5873bf78d34afa5c68ca2cb764b331 (patch) | |
tree | 2722b32f2c8dcb8db9f7746b2de8672710baeb48 /ChangeLog | |
parent | d9a0a4a147e016761ed29966246b347d0c8ef8bb (diff) | |
download | txr-937f888f0a5873bf78d34afa5c68ca2cb764b331.tar.gz txr-937f888f0a5873bf78d34afa5c68ca2cb764b331.tar.bz2 txr-937f888f0a5873bf78d34afa5c68ca2cb764b331.zip |
string_output renamed to string_out
* stream.c (struct string_output): Renamed to string_out.
(string_out_stream_destroy, string_out_byte_callback,
string_out_put_char, strnig_out_put_string, string_out_put_byte,
make_string_output_stream, get_string_from_stream): Follow rename.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-07-31 Kaz Kylheku <kaz@kylheku.com> + string_output renamed to string_out + + * stream.c (struct string_output): Renamed to string_out. + (string_out_stream_destroy, string_out_byte_callback, + string_out_put_char, strnig_out_put_string, string_out_put_byte, + make_string_output_stream, get_string_from_stream): Follow rename. + +2015-07-31 Kaz Kylheku <kaz@kylheku.com> + Simplify type check code in stream module. * stream.c (get_string_from_stream, get_list_from_stream, |