diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-17 18:20:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-17 18:20:00 -0700 |
commit | 90166275e015baddb82e56203b73bf5e1b8014ab (patch) | |
tree | 4625b909d34f87461d955e6d2cfe2fac715d76b9 /ChangeLog | |
parent | ef2ea72fe2876480b3211fb61a3347e4b23266bb (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |