[perl6/specs] 063e71: define process
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 063e7117473f98eb81c137ba5dab377aabae3aaf https://github.com/perl6/specs/commit/063e7117473f98eb81c137ba5dab377aabae3aaf Author: L. Grondin Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M S99-glossary.pod Log Message: --- define process Commit: 5757b4cf45f7448bb4f4685c7e266e363aad6d54 https://github.com/perl6/specs/commit/5757b4cf45f7448bb4f4685c7e266e363aad6d54 Author: L. Grondin Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M S02-bits.pod Log Message: --- Merge branch 'master' of github.com:perl6/specs Compare: https://github.com/perl6/specs/compare/24fb00c9f0ca...5757b4cf45f7
[perl6/specs] 24fb00: make Bag/Mix.list more hashy, returning .pairs
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 24fb00c9f0ca1ed6311381cd29d311491cc31aed https://github.com/perl6/specs/commit/24fb00c9f0ca1ed6311381cd29d311491cc31aed Author: TimToady Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M S02-bits.pod Log Message: --- make Bag/Mix.list more hashy, returning .pairs Bags and Mixes are more naturally hashy, so we'll default to returning .pairs in list context. Set, however, still returns only .keys for its default list, since the values are uninterestingly true. (cf RT #121947)