diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-29 19:39:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-29 19:39:45 -0700 |
commit | d428a0e222590c1eb20c7abdf2905ff0ebddc69a (patch) | |
tree | 3ad3f6ccdd72adfce748124e1b5026b96f92d080 /ChangeLog | |
parent | 7a0851c446dc6d128b1c49e21cc9d356bd7debc3 (diff) | |
download | txr-d428a0e222590c1eb20c7abdf2905ff0ebddc69a.tar.gz txr-d428a0e222590c1eb20c7abdf2905ff0ebddc69a.tar.bz2 txr-d428a0e222590c1eb20c7abdf2905ff0ebddc69a.zip |
Bugfix: cannot print (lambda . 42) structure.
* lib.c (obj_print, obj_pprint): Fix mistake in the test for
properly formed lambda syntax whcih is printed specially.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-04-29 Kaz Kylheku <kaz@kylheku.com> + + Bugfix: cannot print (lambda . 42) structure. + + * lib.c (obj_print, obj_pprint): Fix mistake in the test for + properly formed lambda syntax whcih is printed specially. + 2015-04-28 Kaz Kylheku <kaz@kylheku.com> Adding poll function. |