diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 17:03:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 17:03:12 -0800 |
commit | df5d69a59ff5af28a66cec7ca0e88ec0b67f4ab4 (patch) | |
tree | 9012c5665e957178e9b8fe671b53b137546a37f2 /ChangeLog | |
parent | eecab99c85e98034f01faabda16ff588138cc78c (diff) | |
download | txr-df5d69a59ff5af28a66cec7ca0e88ec0b67f4ab4.tar.gz txr-df5d69a59ff5af28a66cec7ca0e88ec0b67f4ab4.tar.bz2 txr-df5d69a59ff5af28a66cec7ca0e88ec0b67f4ab4.zip |
* parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s
which breaks backquote, caught by tests/010/reghash.txr.
I thought fixed this already! But I must have made the change to y.tab.c
rather than parser.y.
* Makefile (lex.yy.c, y.tab.c): Make these files readonly to prevent
unintended edits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-03-02 Kaz Kylheku <kaz@kylheku.com> + * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s + which breaks backquote, caught by tests/010/reghash.txr. + I thought fixed this already! But I must have made the change to y.tab.c + rather than parser.y. + + * Makefile (lex.yy.c, y.tab.c): Make these files readonly to prevent + unintended edits. + +2014-03-02 Kaz Kylheku <kaz@kylheku.com> + * genvim.txr: Skip lines that contain system_package. * txr.vim: Regenerated. |