openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
perl6-specs
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 17 hours
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 89 of 103
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clarify value syntax inconsistency noticed by pmichaud++
lwall
More...
over 16 years ago
rechristen .<?> as .rob (at least for now)
lwall
More...
over 16 years ago
Added a cross-reference to S07-iterators, as suggested by ruoso/skids on IRC.
wayland
More...
over 16 years ago
more result object demotion
lwall
More...
over 16 years ago
~ and + now just stringify/numify the matched string, not the result object
lwall
More...
over 16 years ago
Updated in line with Larry's changes to S05
wayland
More...
over 16 years ago
clarify semantics of invocant type checking on exported methods
lwall
More...
over 16 years ago
Removed "is export" from true/not, as per pmichaud++ s suggestion
wayland
More...
over 16 years ago
.i should be \i .text should be .Str
lwall
More...
over 16 years ago
Changed real to re, and imaginary to im, as perl moritz_++ suggestion
wayland
More...
over 16 years ago
Added real/imaginary to Complex, and true/not to Object
wayland
More...
over 16 years ago
[spec]: Update S05: remove <word>, add <ww>, revise <wb>, <ws>, <space>, and <blank>.
pmichaud
More...
over 16 years ago
[S32/Containers] forgot to bump version number; fixed date from the future
moritz
More...
over 16 years ago
[S32/Containers] remove nonsensical return value from min/max
moritz
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 <!>.
finanalyst
More...
over 16 years ago
disallow bare <> as probable p5ism
lwall
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.
wayland
More...
over 16 years ago
Made Basics contain Object, Any, Pattern, and Scalar
wayland
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.)
lwall
More...
over 16 years ago
more method declaration clarification, ruoso++
lwall
More...
over 16 years ago
fix declaration syntax of private methods
lwall
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.
wayland
More...
over 16 years ago
- Moved "defined" and "undefined" from Scalar.pod to Any.pod, as per signature - Defined the Pattern role for Any
wayland
More...
over 16 years ago
tweak result object from {''} into {'?'}
lwall
More...
over 16 years ago
clarify enum vs sub for moritz++
lwall
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
lwall
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
lwall
More...
over 16 years ago
Fix typo in Numeric
leto
More...
over 16 years ago
Should've looked first -- $*DISTRO is documented in S02 :)
wayland
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.
wayland
More...
over 16 years ago
←
1
2
…
85
86
87
88
89
90
91
92
93
…
102
103
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree