diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-17 00:55:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-17 00:55:07 -0700 |
commit | 302c1d3aeb9e05c3d2888529589217292f7e1c02 (patch) | |
tree | cd1001a4945dd1a8caf0db348139ffdcab4f67f0 /ChangeLog | |
parent | 18466ee1380682028364ac690a8745caf156d353 (diff) | |
download | txr-302c1d3aeb9e05c3d2888529589217292f7e1c02.tar.gz txr-302c1d3aeb9e05c3d2888529589217292f7e1c02.tar.bz2 txr-302c1d3aeb9e05c3d2888529589217292f7e1c02.zip |
* filter.c (digit_value): static function moved.
(html_hex_continue): Use digit_value instead of hex digits string
literal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-03-17 Kaz Kylheku <kaz@kylheku.com> + + * filter.c (digit_value): static function moved. + (html_hex_continue): Use digit_value instead of hex digits string + literal. + 2012-03-16 Kaz Kylheku <kaz@kylheku.com> * lib.c (do_chain): More useful behavior. The first |