summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-17 18:20:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-17 18:20:00 -0700
commit90166275e015baddb82e56203b73bf5e1b8014ab (patch)
tree4625b909d34f87461d955e6d2cfe2fac715d76b9 /ChangeLog
parentef2ea72fe2876480b3211fb61a3347e4b23266bb (diff)
downloadtxr-90166275e015baddb82e56203b73bf5e1b8014ab.tar.gz
txr-90166275e015baddb82e56203b73bf5e1b8014ab.tar.bz2
txr-90166275e015baddb82e56203b73bf5e1b8014ab.zip
Refactoring of lisplib.c
* lisplib.c (set_dlt_entries): New static function. (set_place_dlt_entries): Renamed to place_set_entries. Uses set_dlt_entries as subroutine. (place_instantiate): Argument changes from table to function, which is invoked to null out the hash entries. (dlt_register): New static function. (lisplib_init): Use dlt_register to register dynamic loading of places_tl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aebe31ea..a1400ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-06-17 Kaz Kylheku <kaz@kylheku.com>
+
+ Refactoring of lisplib.c
+
+ * lisplib.c (set_dlt_entries): New static function.
+ (set_place_dlt_entries): Renamed to place_set_entries.
+ Uses set_dlt_entries as subroutine.
+ (place_instantiate): Argument changes from table to function,
+ which is invoked to null out the hash entries.
+ (dlt_register): New static function.
+ (lisplib_init): Use dlt_register to register dynamic loading
+ of places_tl.
+
2015-06-13 Kaz Kylheku <kaz@kylheku.com>
Version 108.