Remove all trailing whitespace
[prosody.git] / util / array.lua
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-05-10 Matthew WildMerge 0.9->trunk
2013-05-07 Waqas Hussainutil.array: Wrap tostring() output in {} (otherwise...
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2012-08-08 Matthew Wildutil.array: Accept an iterator to the array constructor
2011-12-09 Waqas Hussainutil.array: Avoid globals.
2011-12-09 Waqas Hussainutil.array: Make array:push() chainable.
2011-12-07 Matthew Wildutil.array: Expand some of the more basic methods to...
2011-12-07 Matthew Wildutil.array: Add pluck() method to pick a given property...
2011-09-24 Matthew Wildutil.array: Fix array.collect() for iterators that...
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Waqas HussainMerge with 0.5
2009-10-08 Matthew Wildutil.array: Oh no it isn't!
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Small logic fix for array:filter()
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew Wildutil.array: Fix for array:filter() (in-place filtering)
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildutil.array: Per-array methods now always mutate the...
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