summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-18 06:35:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-18 06:35:09 -0700
commite0bede31f0094f6e2b4893a9db726fa67ca84ad4 (patch)
treec423a5230e8012bf2e4574903b5b2d4b27b8e29f /ChangeLog
parentb41b2cc220d9ba53024045fd3f84cd7be495d6a4 (diff)
downloadtxr-e0bede31f0094f6e2b4893a9db726fa67ca84ad4.tar.gz
txr-e0bede31f0094f6e2b4893a9db726fa67ca84ad4.tar.bz2
txr-e0bede31f0094f6e2b4893a9db726fa67ca84ad4.zip
Library .txr files become .tl and are autoloaded.
* lisplib.c (ver_set_entries, ver_instantiate, txr_case_set_entries, txr_case_instantiate): New static functions. (lisplib_init): Register new functions. * share/txr/stdlib/txr-case.txr: Reduced to a load for the corresponding .tl file, retained for backward compatibility. * share/txr/stdlib/ver.txr: Likewise. * share/txr/stdlib/txr-case.tl: New file, based on previous contents of corresponding .txr file. * share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92fa7aaa..a499a76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2015-06-18 Kaz Kylheku <kaz@kylheku.com>
+
+ Library .txr files become .tl and are autoloaded.
+
+ * lisplib.c (ver_set_entries, ver_instantiate,
+ txr_case_set_entries, txr_case_instantiate): New
+ static functions.
+ (lisplib_init): Register new functions.
+
+ * share/txr/stdlib/txr-case.txr: Reduced to a load for the
+ corresponding .tl file, retained for backward compatibility.
+
+ * share/txr/stdlib/ver.txr: Likewise.
+
+ * share/txr/stdlib/txr-case.tl: New file, based on previous
+ contents of corresponding .txr file.
+
+ * share/txr/stdlib/ver.tl: Likewise.
+
2015-06-17 Kaz Kylheku <kaz@kylheku.com>
Adding anaphoric ifa macro.