1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/globhist
Miciah Dashiel Butler Masters 1377fb0f2e Global history: fix locking issue
Introduce a new list, global_history_reap_list, and a new routine,
reap_deleted_globhist_items, which deletes unused items from that
list. In done_global_history_item, do not free the item; just move it
to that list. Call global_history_reap_list in add_global_history_item
and free_global_history.
2006-05-03 13:50:38 +00:00
..
dialogs.c Here is a framework that detects cases where a PO file assigns 2006-01-01 18:55:18 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
globhist.c Global history: fix locking issue 2006-05-03 13:50:38 +00:00
globhist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00