log util/iterators.lua @ 3552:8ad09efc19cc

age author description
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Tue, 20 Jul 2010 12:37:28 +0100 Matthew Wild util.iterators: Add skip() to skip the first n items of an iterator
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 10 Aug 2009 15:46:34 +0100 Matthew Wild util.iterators: Add tail() iterator, to return the last n items
Mon, 10 Aug 2009 15:07:32 +0100 Matthew Wild util.iterators: Add head() iterator, to return the first n items
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Wed, 25 Mar 2009 03:01:10 +0000 Matthew Wild util.iterators: New iterators library