From 19ec71ba06fb953d9838a930ee5e1522092a8493 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 10 May 2014 17:54:32 -0700 Subject: String type related bugfixes: neglecting to handle all three kinds in some places. In particular, the test case echo : | ./txr -c '@a:@a' - breaks because of neglected LIT in do_match_line. * arith.c (tofloat, toint): Handle LIT type in switch. * lib.c (ref, refset, replace, update): Handle LSTR type. * match.c (do_match_line, do_output_line): Handle LSTR and LIT objects in switch. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62f01872..6a06645c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2014-05-10 Kaz Kylheku + + String type related bugfixes: neglecting to handle all three kinds in + some places. In particular, the test case + + echo : | ./txr -c '@a:@a' - + + breaks because of neglected LIT in do_match_line. + + * arith.c (tofloat, toint): Handle LIT type in switch. + + * lib.c (ref, refset, replace, update): Handle LSTR type. + + * match.c (do_match_line, do_output_line): Handle LSTR and LIT + objects in switch. + 2014-04-14 Kaz Kylheku * stream.c (get_line, get_char, get_byte): Fix outdated, incorrect -- cgit v1.2.3