diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-30 19:21:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-30 19:21:30 -0700 |
commit | 484dd64d138a1ae977af05193036d3fe46220b2c (patch) | |
tree | ad44f4b6c274f26cca5a7d20b51fdc05028c56ae /ChangeLog | |
parent | 0580d0373fc9b9b6a84cfb5749257b095e610e73 (diff) | |
download | txr-484dd64d138a1ae977af05193036d3fe46220b2c.tar.gz txr-484dd64d138a1ae977af05193036d3fe46220b2c.tar.bz2 txr-484dd64d138a1ae977af05193036d3fe46220b2c.zip |
* lib.c (chk_grow_vec): New function.
(string_extend): Use chk_grow_vec.
(vec_set_length): Avoid subtractions for comparing numbers.
* lib.h (chk_grow_vec): Declared.
* stream.c (snarf_line, string_out_put_string): Use chk_grow_vec.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-10-30 Kaz Kylheku <kaz@kylheku.com> + * lib.c (chk_grow_vec): New function. + (string_extend): Use chk_grow_vec. + (vec_set_length): Avoid subtractions for comparing numbers. + + * lib.h (chk_grow_vec): Declared. + + * stream.c (snarf_line, string_out_put_string): Use chk_grow_vec. + +2014-10-30 Kaz Kylheku <kaz@kylheku.com> + Implementing finalization hooks. * gc.c (struct fin_reg): New struct type. |