diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-08-29 22:48:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-08-29 22:48:13 -0700 |
commit | ceac568650dfe4234d3da21fa75bedeaf76dfbdd (patch) | |
tree | 8c2377634fc1ac254dbc972e3e6c8f491a4d6692 /genvim.txr | |
parent | 1a3fe1a084fd68ff4f10ef8cf031f347563b79ca (diff) | |
download | txr-ceac568650dfe4234d3da21fa75bedeaf76dfbdd.tar.gz txr-ceac568650dfe4234d3da21fa75bedeaf76dfbdd.tar.bz2 txr-ceac568650dfe4234d3da21fa75bedeaf76dfbdd.zip |
txr: close streams.
* match.c (noclose_k): New keyword variable.
(v_next_keys, v_output_keys): New static variables.
(v_next_impl): Use v_next_keys in calculating alist,
rather than freshly allocating it each time.
Check for the new :noclose keyword; if it is missing,
close any locally opened stream when done.
(v_output): Refer to v_output_keys precalculated
list rather than allocating it every time.
(match_files): If a stream is opened in by a call
to open_data_source from this function, then
the stream is closed when this function returns.
(syms_init): Intern the :noclose symbol.
(plist_keys_init): New function.
(match_init): Call plist_keys_init.
* txr.1: Documented new :noclose option of @(next).
Diffstat (limited to 'genvim.txr')
0 files changed, 0 insertions, 0 deletions