diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-27 06:30:11 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-27 06:30:11 -0800 |
commit | e9b78ff2c7a7765b842588c9a93f84956de9834d (patch) | |
tree | 7a0bd22f89841184171f4344cf3080434b593e02 /ChangeLog | |
parent | 0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562 (diff) | |
download | txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.tar.gz txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.tar.bz2 txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.zip |
* arith.c (width): New function.
* arith.h (width): Declared.
* eval.c (eval_init): Width registered as intrisinc.
* txr.1: Documented width.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-01-27 Kaz Kylheku <kaz@kylheku.com> + + * arith.c (width): New function. + + * arith.h (width): Declared. + + * eval.c (eval_init): Width registered as intrisinc. + + * txr.1: Documented width. + 2015-01-25 Kaz Kylheku <kaz@kylheku.com> * eval.c (call_f): New global variable. |