summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-12 22:03:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-12 22:03:58 -0700
commit03e6fc5649ab4548fc331a0fe8bb5ed93eb296db (patch)
tree5da279b8fed550416afefe04f89bdd6e3aeff952 /ChangeLog
parent5bf88f48fe8233955b3346ccea14f8e3fae38286 (diff)
downloadtxr-03e6fc5649ab4548fc331a0fe8bb5ed93eb296db.tar.gz
txr-03e6fc5649ab4548fc331a0fe8bb5ed93eb296db.tar.bz2
txr-03e6fc5649ab4548fc331a0fe8bb5ed93eb296db.zip
* lib.c (iffi): Bugfix: was still using incorrect, outdated optional
argument defaulting logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac12d72..e8ddb285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-03-12 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (iffi): Bugfix: was still using incorrect, outdated optional
+ argument defaulting logic.
+
+2014-03-12 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (plus_s, prof_s): New symbol global variables.
(op_prof, me_pprof): New static functions.
(eval_init): Intern prof symbol, store in prof_s.