aboutsummaryrefslogtreecommitdiffstats
path: root/util/iterators.lua
Commit message (Expand)AuthorAgeFilesLines
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* util.iterators: Add skip() to skip the first n items of an iteratorMatthew Wild2010-07-201-0/+9
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* util.iterators: Add tail() iterator, to return the last n itemsMatthew Wild2009-08-101-0/+21
* util.iterators: Add head() iterator, to return the first n itemsMatthew Wild2009-08-101-0/+12
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* util.iterators: New iterators libraryMatthew Wild2009-03-251-0/+94