summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-20 08:07:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-20 08:07:18 -0700
commitd1e775648cba50537070b3bb598ed7dc7e5cbb64 (patch)
tree312260a6fb5bfcc315253389d0ae1544b55d3299 /ChangeLog
parent55a691ccd9972e8c7dc077107e6cd065b0c37259 (diff)
downloadtxr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.tar.gz
txr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.tar.bz2
txr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.zip
Remove places.h generation hack.
* Makefile (GEN_HDRS, LISP_TO_C_STRING): Variables removed. (%.h: %.tl): Rule removed. The place.h header is no longer generated from place.tl. * lisplib.c (place_instantiate): Load place.tl from stdlib directory, rather than obtaining it from a string literal in generated header place.h. * place.tl: Moved to share/txr/stdlib directory. * genvim.txr: Refer to place.tl in stdlib.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60d759f5..40a431ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2015-06-20 Kaz Kylheku <kaz@kylheku.com>
+ Remove places.h generation hack.
+
+ * Makefile (GEN_HDRS, LISP_TO_C_STRING): Variables removed.
+ (%.h: %.tl): Rule removed. The place.h header is no longer
+ generated from place.tl.
+
+ * lisplib.c (place_instantiate): Load place.tl from stdlib directory,
+ rather than obtaining it from a string literal in generated header
+ place.h.
+
+ * place.tl: Moved to share/txr/stdlib directory.
+
+ * genvim.txr: Refer to place.tl in stdlib.
+
+2015-06-20 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register have function, synonym of true.
* txr.1: Document have.