diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-23 22:21:19 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-23 22:21:19 -0400 |
commit | 69d40b9de060f88af224f1f27a7e020ccaabeddd (patch) | |
tree | cdf6bbe32d7d3d6d65a50e999d6ca2aa0bfb95c2 /ChangeLog | |
parent | bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0 (diff) | |
download | txr-69d40b9de060f88af224f1f27a7e020ccaabeddd.tar.gz txr-69d40b9de060f88af224f1f27a7e020ccaabeddd.tar.bz2 txr-69d40b9de060f88af224f1f27a7e020ccaabeddd.zip |
* tests/007/except-1.txr: Use next :list instead
of piping from echo command. As a result, this test case should run on
MingW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * tests/007/except-1.txr: Use next :list instead + of piping from echo command. As a result, this test case should run on + MingW. + +2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * match.c (list_k, string_k): New keyword symbol variables. (v_next): Implement :list and :string keywords. (syms_init): New keyword variables initialized. |