Merge with 0.5
[prosody.git] / util / array.lua
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Matthew Wildutil.array: Add support for + operator to create a...
2009-06-20 Matthew Wildutil.array: Make array:reverse() and array:shuffle...
2009-06-20 Matthew Wildutil.array: Add array:append() method, to append a...
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-22 Matthew Wildutil.array: Add array.collect() to collect results...
2009-03-29 Matthew Wildutil.array: Add :reverse() method
2009-03-26 Matthew Wildutil.array: Expose array.* functions, to be used for...
2009-03-25 Matthew Wildutil.array: New array library