Software /
code /
prosody
Log
util/array.lua @ 4489:e68bc6f35106
description | author | age |
---|---|---|
util.array: Fix array.collect() for iterators that expect initial value of var to be preserved | Matthew Wild | 2011-09-24 |
Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 |
Update copyright headers for 2010 | Matthew Wild | 2010-03-22 |
util.array: Oh no it isn't! | Matthew Wild | 2009-10-08 |
util.array: Small logic fix for array:filter() | Matthew Wild | 2009-10-05 |
util.array: Fix for array:filter() (in-place filtering) | Matthew Wild | 2009-10-05 |
util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array | Matthew Wild | 2009-10-05 |