fixed typo in wrong iterator example
[pintos-anon] / src / lib / kernel / list.c
2006-09-12 Godmar Backfixed typo in wrong iterator example
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-03-30 Ben PfaffReimplement list_sort() iteratively, reducing memory...
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-11-05 Ben PfaffFix bug caused by previous change.
2004-11-05 Ben PfaffImprove list_remove().
2004-09-27 Ben PfaffBug fix.
2004-09-27 Ben PfaffFix bugs.
2004-09-06 Ben PfaffRename printk() to printf().