]> git.ozlabs.org Git - ccan/history - ccan/tlist/tlist.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tlist / tlist.h
2018-08-10 Kazuhiro SeraFix typos detected by github.com/client9/misspell
2017-07-23 David Gibsontlist: Use TCON_WRAP instead of TCON
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-24 Jon Griffithstlist: Place tlists last in structures
2016-06-05 David Gibsontlist: Add tlist_next() and tlist_prev() functions
2012-10-31 Rusty Russelltlist: remove unused var warning in example.
2011-12-01 Rusty Russelltlist: remove type arg from tlist_top(), tlist_tail()
2011-11-29 Rusty Russelltlist: implement tlist_for_each_rev
2011-09-23 Rusty Russelltlist: use ccan/tcon
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-01-01 Rusty Russelltlist: typesafe variant of list module.