diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-11-17 20:06:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-11-20 16:17:19 -0800 |
commit | 49b863afbd7e78dcc07d20df6652a969d919921e (patch) | |
tree | 00212d2a05792a822e8f8e2d3475f7f6193f0632 /gc.h | |
parent | e557d7bc37def93fb56196dd286b6a337fdfa0c4 (diff) | |
download | txr-49b863afbd7e78dcc07d20df6652a969d919921e.tar.gz txr-49b863afbd7e78dcc07d20df6652a969d919921e.tar.bz2 txr-49b863afbd7e78dcc07d20df6652a969d919921e.zip |
Renaming html filters to get rid of underscore.
* filter.c (to_html_k, from_html_k, to_html_relaxed_k):
Variables removed.
(tohtml_k, tohtml_star_k, fromhtml_k): New keyword
symbol variables.
(to_html_table): Array renamed to tohtml_table.
(to_html_relaxed_table): Renamed to tohtml_star_table.
(from_html_table): Renamed to fromhtml_table.
(html_encode): Refers to tohtml_k.
(html_encode_star): Refers to tohtml_star_k.
(html_decode): Refers to fromhtml_k.
(filter_init): Initialize new symbol variables. Remove old
registrations. Register filters under old names too.
* txr.1: Document new names.
Diffstat (limited to 'gc.h')
0 files changed, 0 insertions, 0 deletions