diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:00:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:00:42 -0800 |
commit | 06fed2b68e08772c606ee6328d8e661e46c571f8 (patch) | |
tree | b2bc47bcab2cee176e9dfe6e2c7c2f91e7655e1e /ChangeLog | |
parent | b21d9c695dfb570a459129885063749e6efa561e (diff) | |
download | txr-06fed2b68e08772c606ee6328d8e661e46c571f8.tar.gz txr-06fed2b68e08772c606ee6328d8e661e46c571f8.tar.bz2 txr-06fed2b68e08772c606ee6328d8e661e46c571f8.zip |
* lib.c (class_check): Bugfix: the function was assuming that
the argument is a pointer type object, leading to a crash
if given a fixnum integer or string literal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-02-14 Kaz Kylheku <kaz@kylheku.com> + * lib.c (class_check): Bugfix: the function was assuming that + the argument is a pointer type object, leading to a crash + if given a fixnum integer or string literal. + +2014-02-14 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Register inhash as intrinsic. * hash.c (inhash): New function. |