Commit Graph

21 Commits (3fffe245ccbd310ade5b02b663ab3331380b1fb7)

Author SHA1 Message Date
Guillem Jover 3fffe245cc TT#69200 Rewrite setcontains() to use a hash instead of contains()
5 years ago
Guillem Jover 60a8559ac8 TT#69200 Rerwite seteq() based off setcontains()
5 years ago
Guillem Jover 40d703c90d TT#69200 Use none() instead of comparin $mode with each value
5 years ago
Guillem Jover d8ecfa4ca8 TT#69200 Fix coding style
5 years ago
Guillem Jover 842ea9e142 TT#69200 Reduce nesting levels in array_to_map()
5 years ago
Guillem Jover 9b4c532674 TT#69200 Switch from C-style for loops to range ones
5 years ago
Guillem Jover 4bfd641e39 TT#69200 Switch to an early return in arrayeq() to reduce nesting level
5 years ago
Guillem Jover 0cb0a19e6a TT#69200 Rewrite mapeq() to not need an intermediate hash
5 years ago
Guillem Jover aafcff406e TT#69200 Refactor getting the size of a hash
5 years ago
Guillem Jover e77b3d7c0a TT#69200 Refactor getting last array index into a new sub
5 years ago
Guillem Jover 0d2aa2db55 TT#69200 Do not use indirect method syntax
5 years ago
Guillem Jover 5996ed1a60 TT#69200 Fix mapeq() to match correctly according to caseinsensitive argument
5 years ago
Guillem Jover f0ee2f0771 TT#69200 Reimplement itemcount() based on grep()
5 years ago
Guillem Jover 88a372ef7e TT#69200 Remove unused variable in arrayeq()
5 years ago
Guillem Jover 4c6a282af6 TT#69200 Reimplement removeduplicates() based of List::Util's uniq
5 years ago
Guillem Jover fb90e64024 TT#69200 Reimplement contains() based on List::Util's any()
5 years ago
Guillem Jover 30fc05c0c2 TT#69200 Use reverse in reversearray() instead of an ad-hoc implementation
5 years ago
Guillem Jover b69a7eecd9 TT#69200 Pass the entire list to push in mergearrays()
5 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