2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message: make it clear what package depend on discussed with wiz@. |
2012-03-04 08:15:32 by PHO / phonohawk | Files touched by this commit (3) | |
Log message: Upstream update to pointedlist-0.4.0.3 |
2011-07-12 07:23:23 by PHO / phonohawk | Files touched by this commit (5) | |
Log message: Import hs-pointedlist-0.4.0.2 as wip/hs-pointedlist. A PointedList tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. |