1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarify value syntax inconsistency noticed by pmichaud++ More... over 16 years ago
rechristen .<?> as .rob (at least for now) More... over 16 years ago
Added a cross-reference to S07-iterators, as suggested by ruoso/skids on IRC. More... over 16 years ago
more result object demotion More... over 16 years ago
~ and + now just stringify/numify the matched string, not the result object More... over 16 years ago
Updated in line with Larry's changes to S05 More... over 16 years ago
clarify semantics of invocant type checking on exported methods More... over 16 years ago
Removed "is export" from true/not, as per pmichaud++ s suggestion More... over 16 years ago
.i should be \i .text should be .Str More... over 16 years ago
Changed real to re, and imaginary to im, as perl moritz_++ suggestion More... over 16 years ago
Added real/imaginary to Complex, and true/not to Object More... over 16 years ago
[spec]: Update S05: remove <word>, add <ww>, revise <wb>, <ws>, <space>, and <blank>. More... over 16 years ago
[S32/Containers] forgot to bump version number; fixed date from the future More... over 16 years ago
[S32/Containers] remove nonsensical return value from min/max More... over 16 years ago
Added descriptions to standard rules, regrouped rules, added new rule <word> to enable definition of <wb>. Eliminated deprecated <lt><gt><dot><sp>. Changed deprecated <null> to <?> and deprecated <fail> to <!>. More... over 16 years ago
disallow bare <> as probable p5ism More... over 16 years ago
Assuming .^methods returns an array of Method objects, I'mve documented things appropriately. Now we just have to decide what the attribute descriptors are. More... over 16 years ago
Made Basics contain Object, Any, Pattern, and Scalar More... over 16 years ago
By principle of least damage, minimalize autopromotion of lists in item context to Capture rather than to Array. (Let binding handle any subsequent promotions lazily.) More... over 16 years ago
more method declaration clarification, ruoso++ More... over 16 years ago
fix declaration syntax of private methods More... over 16 years ago
Changes to special variables as per "$?OS changes" discussion on mailing list. Haven't worried about compatibility for now, though. More... over 16 years ago
- Moved "defined" and "undefined" from Scalar.pod to Any.pod, as per signature - Defined the Pattern role for Any More... over 16 years ago
tweak result object from {''} into {'?'} More... over 16 years ago
clarify enum vs sub for moritz++ More... over 16 years ago
Simplify meaning of Capture and Match in item context to preserve sanity (an object in item context is always just itself, never a subpart) Result objects now come though $/{''}, although they may still be created with 'make' and accessed with $(). (This is already how STD works, btw.) The invocant (if any) of a Capture is now always considered 1st positional. Clarify that foo(|$capture) delays choice of dispatcher ruoso++ for forcing me to rethink all this More... over 16 years ago
[S03] deprecate TOP in favor of .parse and .parsefile [S12] mention restriction on calling class metamethods when there isn't a class More... over 16 years ago
Fix typo in Numeric More... over 16 years ago
Should've looked first -- $*DISTRO is documented in S02 :) More... over 16 years ago
S28: - Did more heading changes to make it "Special Names" instead of "Special Variables" - Added lots of spec cross-references - Added a $*DISTRO variable (hopefully this was just an omission) - Added a SoftwarePackage class that represents the name and version of the software mentioned, whether this be Perl, and OS, or a Distro. More... over 16 years ago