diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 21:10:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 21:10:35 -0700 |
commit | 97f8a48e8aca3ab9837051d0d07e129fa41d7f17 (patch) | |
tree | bedc83b03835cea4ee98f4a754737272a42972e9 /ChangeLog | |
parent | 108a4fd92f79a47261e1ad5e06f6333ac03b91d5 (diff) | |
download | txr-97f8a48e8aca3ab9837051d0d07e129fa41d7f17.tar.gz txr-97f8a48e8aca3ab9837051d0d07e129fa41d7f17.tar.bz2 txr-97f8a48e8aca3ab9837051d0d07e129fa41d7f17.zip |
* lib.c (rebind_s): New symbol variable.
* lib.h (rebind_s): Declared.
* match.c (v_rebind): New static function.
(dir_tables_init): Registered rebind_s to v_rebind,
and also to hv_trampoline in the horizontal directive table.
* txr.1: Documented it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-03-24 Kaz Kylheku <kaz@kylheku.com> + * lib.c (rebind_s): New symbol variable. + + * lib.h (rebind_s): Declared. + + * match.c (v_rebind): New static function. + (dir_tables_init): Registered rebind_s to v_rebind, + and also to hv_trampoline in the horizontal directive table. + + * txr.1: Documented it. + +2012-03-24 Kaz Kylheku <kaz@kylheku.com> + Bug #35989 * match.c (syms_init): text_s must be in the system |