summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-09-10 20:23:27 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-09-10 20:23:27 -0700
commit75c9240632d0f69d25390814b835523a23ebfb19 (patch)
tree07a7ad0289ae2632b94e199e56c46bc3358e27e1 /ChangeLog
parent063b5a8c138e68237e11bcdac2f5763243b9bfc7 (diff)
downloadtxr-75c9240632d0f69d25390814b835523a23ebfb19.tar.gz
txr-75c9240632d0f69d25390814b835523a23ebfb19.tar.bz2
txr-75c9240632d0f69d25390814b835523a23ebfb19.zip
* lib.c (compat_fixup): void return changed to int.
Returns minimum supported emulation. * lib.h (compat_fixup): Declaration fixed. * txr.c (compat): Replace hard-coded min version by return value of compat_fixup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2604b623..fc940d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-09-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (compat_fixup): void return changed to int.
+ Returns minimum supported emulation.
+
+ * lib.h (compat_fixup): Declaration fixed.
+
+ * txr.c (compat): Replace hard-coded min version
+ by return value of compat_fixup.
+
2014-09-09 Kaz Kylheku <kaz@kylheku.com>
* txr.c (help): List new --compat option.