Messages by Thread
-
-
r31878 -[S02, S32] kill off .notdef
pugs-commits
-
r31869 -[S26] corrected minor typos and inconsistencies
pugs-commits
-
Array membership test?
Mark J. Reed
-
Rakudo Star - a useful, usable, "early adopter" distribution of Perl 6
Patrick R. Michaud
-
r31835 -[S32/Temporal] Specified how DateTime.new(Int) should interpret ambiguous input.
pugs-commits
-
r31820 -[S32/Temporal] Fixed an inconsistency and uniquified a section title to avoid confusing smartlinks.pl.
pugs-commits
-
Radix (base) conversion
Jan Ingvoldstad
-
r31791 -[S02] Move CALLER:: to the "reserved anywhere in a name" section, because CALLER::CALLER:: is explicitly described.
pugs-commits
-
Announce: Rakudo Perl 6 compiler development release #31 ("Atlanta")
Will Coleda
-
r31789 -[S32] DateTime immutable, leap seconds validation
pugs-commits
-
series operator issues
Jon Lang
-
multi-character ranges
Aaron Sherman
-
r31777 -[S32/Temporal] Reverted DateTime back to being mutable. I think we ought to make a big change like this only after reaching some kind of consensus to do so, not least because I just implemented a lot of mutating methods!
pugs-commits
-
r31776 -[S32/Temporal] Make DateTime immutable.
pugs-commits
-
r31773 -Fix minor typo
pugs-commits
-
r31755 -[S05] specifiy that .parse can invoke other subrules than TOP by name
pugs-commits
-
r31754 -[S29] remove fossile noted by tylercurtis++
pugs-commits
-
r31737 -[S02,S06] change YOU_ARE_HERE to {YOU_ARE_HERE} to better represent the UNIT block
pugs-commits
-
r31736 -[Numeric] fix typo and a technicality pointed out by Minimiscience++
pugs-commits
-
r31735 -[spec] Say a bit about Numeric operators and Bridge.
pugs-commits
-
Suggested magic for "a" .. "b"
Aaron Sherman
-
r31727 -[spec] Add Real.rand to spec, as it was already in the spectests and Rakudo. Change term:<rand> description to refer to it.
pugs-commits
-
r31702 -[S06] ss/is context/is dynamic/ fossil
pugs-commits
-
r31696 -[S32/Temporal] Permit day-of-month on Dates.
pugs-commits
-
r31691 -[S04] more bombastic utterances about not dropping pending exceptions
pugs-commits
-
r31690 -[S04] revise catcher semantics semantics to allow $!.handled = 1 to work as well as case match
pugs-commits
-
r31689 -[S32/Temporal] Permit days-in-month and is-leap-year on DateTimes, too.
pugs-commits
-
r31680 -[S32/Temporal] Added to Date: "There are also C<week>, C<week-year>, C<week-number>, C<weekday-of-month>, and C<day-of-year> methods, which work just like their DateTime equivalents."
pugs-commits
-
r31678 -[S32/Temporal] DateTime.new(Numeric) -> DateTime.new(Int), since time no longer returns fractional seconds.
pugs-commits
-
r31660 -[S32] revert C<time> to POSIX integer seconds; don't try to do C<now>'s job
pugs-commits
-
r31659 -[S02] s/Uint/uint/ for speculative native role
pugs-commits
-
r31657 -add 2-bits/col blob example
pugs-commits
-
r31656 -[S12] define more forced actions on enum values
pugs-commits
-
r31655 -[S02] revise blob literals a bit
pugs-commits
-
r31654 -[S06] defined callsame/nextsame in terms of callwith/nextwith and callframe
pugs-commits
-
r31652 -[Temporal] time is now a pseudo-constant like now, rand, etc
pugs-commits
-
r31651 -[S13] try to make multisig semantics slightly more generic so sigs can do better pattern matching
pugs-commits
-
r31650 -[S06] add .args to what a context can return
pugs-commits
-
r31649 -[S02] typo for jnthn++
pugs-commits
-
r31645 -[S04] try to nail down CATCH exit semantics a bit more water-tightly
pugs-commits
-
Re: r31630 -S02 : add initial formats for Blob (or Buf) literals
yary
-
Re: r31627 -[S32/Temporal] Changed to use a different way of specifying time zones, which is hopefully saner than my last proposal.
Jonathan Scott Duff