From 90166275e015baddb82e56203b73bf5e1b8014ab Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 17 Jun 2015 18:20:00 -0700 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aebe31ea..a1400ee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2015-06-17 Kaz Kylheku + + 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 Version 108. -- cgit v1.2.3