[perl6/specs] 663d7e: Fix sort order and add 'fossil' entry
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 663d7e7587ea81ffe1d8867eede4454d65f119d1 https://github.com/perl6/specs/commit/663d7e7587ea81ffe1d8867eede4454d65f119d1 Author: raiph Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M S99-glossary.pod Log Message: --- Fix sort order and add 'fossil' entry
[perl6/specs] 5e2c42: Adopt quietfanatic++'s suggestion of Less/More
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5e2c420566a46af03937c95f6ed0d7051a29aba2 https://github.com/perl6/specs/commit/5e2c420566a46af03937c95f6ed0d7051a29aba2 Author: Larry Wall Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M S03-operators.pod Log Message: --- Adopt quietfanatic++'s suggestion of Less/More The problem is not the sign of the numeric values, which is consistent with common usage in C and Perl. The problem is that the names seemed to be answering the opposite question from the "less, same, or greater" operators, which are asking about the left operand, not the right one. fixes 61
[perl6/specs] d0b677: s/Supply/Publish/ where needed
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d0b677036a60524a6190c4b2b6f09889175d4be0 https://github.com/perl6/specs/commit/d0b677036a60524a6190c4b2b6f09889175d4be0 Author: Elizabeth Mattijsen Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M S17-concurrency.pod Log Message: --- s/Supply/Publish/ where needed Supply was both a role and a class. Publish is a class that does Supply. Well, at least, that's how it's implemented now.
[perl6/specs] d68bb6: Add CAS
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d68bb65ecc1c309bea1109b3ce7a9a96855293f0 https://github.com/perl6/specs/commit/d68bb65ecc1c309bea1109b3ce7a9a96855293f0 Author: Elizabeth Mattijsen Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths: M S99-glossary.pod Log Message: --- Add CAS