1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 1.04 More... over 23 years ago
Fix context type (caused a core on Tru64) Call pp_rand via *(PL_ppaddr[OP_RAND]) More... over 23 years ago
Documentation updates More... over 23 years ago
Release 1.03 More... over 23 years ago
More changes to help merging with core dist More... over 23 years ago
Added List::Util::shuffle() similar to that described in the perl FAQ except it returns a shuffled list instead of modifying an array passed by reference More... over 23 years ago
Handle tied variables passed for the number to dualvar() Preserve number type (IV/UV/NV) in dualvar() More... over 23 years ago
Handle eval{} inside of the code blocks for first and reduce More... over 23 years ago
perl5.004 does not like exit from within a BEGIN, it core dumps More... over 23 years ago
Fix stack problem in first() and reduce() Align with core dist More... over 23 years ago
Release 1.02 More... almost 25 years ago
Check for SvMAGICAL on argument for reftype and blessed More... almost 25 years ago
Release 1.01 More... almost 25 years ago
- Added auto-detection for a compiler and install the perl version if not found - Better perl implemenation of reftype, should be thread-safe now More... almost 25 years ago
- Added some examples of simple subs that have been requested but not added - Updated copyright dates More... almost 25 years ago
- Better testcase for reftype More... about 25 years ago
- Modules are now called List::Util & Scalar::Util - Supports non-XS install - perl version of reftype now returns "REF" when it should More... about 25 years ago
Updated README More... over 25 years ago
Removed forall as it is very broken More... almost 26 years ago
Added List::Util::forall More... almost 26 years ago
Added weaken and isweak to Ref::Util More... almost 26 years ago
Add new .pm files to repository More... almost 26 years ago
- Split into three packages Ref::Util, List::Util and Scalar::DualVar - readonly and clock were removed in favor of other modules More... almost 26 years ago
Rename package More... almost 26 years ago
- Added reftype - improved reduce by not doing a sub call - reduce now uses $a and $b - now compiles with 5.005_5x More... almost 26 years ago
Modified XS code so it will compile with 5.004 and 5.005 More... over 26 years ago
Fri Feb 20 1998 Graham Barr <[email protected]> More... almost 27 years ago