]> git.neil.brown.name Git - edlib.git/history - list.h
TODO: clean out done items.
[edlib.git] / list.h
2023-07-27 NeilBrownFactor out list sorting into list.h
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownInclude some include files where there are needed in...
2019-11-17 NeilBrownUpdate copyright dates.
2019-11-13 NeilBrownpane: forbid nested notifications.
2019-10-03 NeilBrowntlist: only use one bit from either pointer.
2019-07-05 NeilBrownupdate dates in copyright messages.
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-07 NeilBrownlists.h: change hlist_prev_entry to not call container_...
2016-04-24 NeilBrowncontainer_of: use per-member temp variable
2015-12-10 NeilBrownChange hlist to make the head directlry recognisable.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-11-26 NeilBrowntlist_for_each{,_entry}_continue* no longer need head...
2015-11-10 NeilBrownFix silly typo in GPL statement.
2015-11-07 NeilBrownAdd COPYING file and GPLv2 notices.
2015-11-05 NeilBrownAllow list_for_each_entry_from to start at NULL.
2015-11-02 NeilBrownFix another ASSERT problem.
2015-11-02 NeilBrownASSERT() was backwards ... how strange.
2015-08-11 NeilBrownpane_close: teach panes to close themselves.
2015-07-07 NeilBrownmark: fix forward/backward to mark
2015-07-07 NeilBrownrender_text: use active marks to know when to refresh.
2015-07-07 NeilBrownFix up text_add_type
2015-07-04 NeilBrownlist.h: tlist fixes
2015-06-29 NeilBrownAdd internal consistency checks, and fix related bugs.
2015-06-09 NeilBrownInitial checking