diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:05:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:05:16 -0800 |
commit | 133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43 (patch) | |
tree | a5b7ed955daaa4d4ca6473ffb9f25b314124deb3 /ChangeLog | |
parent | 06fed2b68e08772c606ee6328d8e661e46c571f8 (diff) | |
download | txr-133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43.tar.gz txr-133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43.tar.bz2 txr-133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43.zip |
* hash.c (inhash): Rename local variable from new to new_p.
This is consistent with usage elsewhere in the module,
and more importantly, keeps our code C++.
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> + * hash.c (inhash): Rename local variable from new to new_p. + This is consistent with usage elsewhere in the module, + and more importantly, keeps our code C++. + +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. |