index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
array.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update copyright headers for 2010
Matthew Wild
2010-03-22
1
-2
/
+2
|
*
util.array: Oh no it isn't!
Matthew Wild
2009-10-08
1
-1
/
+0
|
*
util.array: Small logic fix for array:filter()
Matthew Wild
2009-10-05
1
-1
/
+1
|
*
util.array: Fix for array:filter() (in-place filtering)
Matthew Wild
2009-10-05
1
-2
/
+13
|
*
util.array: Per-array methods now always mutate the array, array.* return a ↵
Matthew Wild
2009-10-05
1
-21
/
+49
|
|
|
|
mutated copy, and most methods (e.g. sort) now return the array
*
Add copyright header to those files missing one
Matthew Wild
2009-07-10
1
-0
/
+8
|
*
util.array: Add support for + operator to create a new array from two arrays ↵
Matthew Wild
2009-06-20
1
-0
/
+5
|
|
|
|
joined
*
util.array: Make array:reverse() and array:shuffle() return the array to ↵
Matthew Wild
2009-06-20
1
-0
/
+2
|
|
|
|
allow chaining
*
util.array: Add array:append() method, to append a new array to an existing one
Matthew Wild
2009-06-20
1
-0
/
+8
|
*
util.array: Add array.collect() to collect results from iterators into an ↵
Matthew Wild
2009-04-22
1
-1
/
+14
|
|
|
|
array, and use module() to correctly set the module name
*
util.array: Add :reverse() method
Matthew Wild
2009-03-29
1
-0
/
+8
|
*
util.array: Expose array.* functions, to be used for unwrapped arrays
Matthew Wild
2009-03-26
1
-12
/
+14
|
*
util.array: New array library
Matthew Wild
2009-03-25
1
-0
/
+45