diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 15:53:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 15:53:06 -0800 |
commit | ed290d6d0df5f4c694459f853983ab79929ea786 (patch) | |
tree | 0c410e2c702bd6d390a74a52813f552b6f0ad495 /ChangeLog | |
parent | 773063af1cf3bb5da145335f7d73a56e084a9c3e (diff) | |
download | txr-ed290d6d0df5f4c694459f853983ab79929ea786.tar.gz txr-ed290d6d0df5f4c694459f853983ab79929ea786.tar.bz2 txr-ed290d6d0df5f4c694459f853983ab79929ea786.zip |
* eval.c (eval_init): Register inhash as intrinsic.
* hash.c (inhash): New function.
* hash.h (inhash): Declared.
* txr.1: Documented inhash. Also, added surprisingly missing
documentation for gethash!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-02-14 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (eval_init): Register inhash as intrinsic. + + * hash.c (inhash): New function. + + * hash.h (inhash): Declared. + + * txr.1: Documented inhash. Also, added surprisingly missing + documentation for gethash! + 2014-02-12 Kaz Kylheku <kaz@kylheku.com> * parser.l: Disallow syntax like 1.0a, flagging it as |