aboutsummaryrefslogtreecommitdiffstats
path: root/util/iterators.lua
Commit message (Expand)AuthorAgeFilesLines
* util.iterators: Make a standard library (no longer injects into global namesp...Matthew Wild2012-01-231-11/+14
* util.iterators: it2table: Fix variable nameMatthew Wild2011-12-071-1/+1
* util.iterators: Add range(from, to)Matthew Wild2011-09-251-0/+7
* 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