build: remove automake/autoconf build system
[oweals/opkg-lede.git] / libopkg / active_list.c
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: using active_list to list all the installed pkgs.
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: introduce active list into pkg_t
2008-12-15 ticktock35opkg: reinitial node of active_list after clear
2008-12-15 ticktock35opkg: implment active_list_clear()
2008-12-15 ticktock35opkg: implement active_list_prev and test cases.
2008-12-15 ticktock35opkg: refactory active_list_next remove unnecessary...
2008-12-15 ticktock35opkg: introduce the protype of active_list