Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |