Commit Graph

21 Commits (514e159b25b52c95b67892e8913207fd63e206bb)

Author SHA1 Message Date
Guillem Jover 14ce3f1f9f TT#69200 Rewrite setcontains() to use a hash instead of contains()
6 years ago
Guillem Jover 5148b798bd TT#69200 Rerwite seteq() based off setcontains()
6 years ago
Guillem Jover fff45d01ca TT#69200 Use none() instead of comparin $mode with each value
6 years ago
Guillem Jover d636189d58 TT#69200 Fix coding style
6 years ago
Guillem Jover 697b40d20e TT#69200 Reduce nesting levels in array_to_map()
6 years ago
Guillem Jover 40208918b4 TT#69200 Switch from C-style for loops to range ones
6 years ago
Guillem Jover 476a293426 TT#69200 Switch to an early return in arrayeq() to reduce nesting level
6 years ago
Guillem Jover e2338f8231 TT#69200 Rewrite mapeq() to not need an intermediate hash
6 years ago
Guillem Jover 88dac78209 TT#69200 Refactor getting the size of a hash
6 years ago
Guillem Jover bc0afa15a9 TT#69200 Refactor getting last array index into a new sub
6 years ago
Guillem Jover 0e8af2b6d1 TT#69200 Do not use indirect method syntax
6 years ago
Guillem Jover c3144826de TT#69200 Fix mapeq() to match correctly according to caseinsensitive argument
6 years ago
Guillem Jover c70872d390 TT#69200 Reimplement itemcount() based on grep()
6 years ago
Guillem Jover 151b33e2b6 TT#69200 Remove unused variable in arrayeq()
6 years ago
Guillem Jover 46a9f79689 TT#69200 Reimplement removeduplicates() based of List::Util's uniq
6 years ago
Guillem Jover 012caf6f52 TT#69200 Reimplement contains() based on List::Util's any()
6 years ago
Guillem Jover c03816b50c TT#69200 Use reverse in reversearray() instead of an ad-hoc implementation
6 years ago
Guillem Jover 43e5dff9d8 TT#69200 Pass the entire list to push in mergearrays()
6 years ago
Guillem Jover bee151585a TT#53701 Remove executable bit from perl module files
7 years ago
Rene Krenn 8a09b9ab48 TT#37115 normalize line endings
8 years ago
Rene Krenn 52d66ca0de MT#18663 MT#20893 row bulk processing framework WIP #5
10 years ago