[perl6/specs] d7b563: [S32/Str] added Str form to .comb

2011-09-25 Thread noreply
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: d7b5637978ed99480fa97e0d2c232c2558dd3747
  
https://github.com/perl6/specs/commit/d7b5637978ed99480fa97e0d2c232c2558dd3747
  Author: Carl Masak 
  Date:   2011-09-25 (Sun, 25 Sep 2011)

  Changed paths:
M S32-setting-library/Str.pod

  Log Message:
  ---
  [S32/Str] added Str form to .comb

In parallel with the Str form in .split -- it's nice to have the
few times one needs it.

Also, added the :match parameter mentioned in the text.




[perl6/specs] ff11f1: define %%; clarify that % is not quantmod

2011-09-25 Thread noreply
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: ff11f19331bf30327cf729a0f5c9c349caa231c7
  
https://github.com/perl6/specs/commit/ff11f19331bf30327cf729a0f5c9c349caa231c7
  Author: Larry Wall 
  Date:   2011-09-25 (Sun, 25 Sep 2011)

  Changed paths:
M S05-regex.pod

  Log Message:
  ---
  define %%; clarify that % is not quantmod

ingy++ requested a method of stopping optionally after the separator,
so that's now %% (with some notion of "evenly divisible" in some kind
of loose sense).  (Note, if you want to require the separator at the
end, don't use this construct, just use [x ',']* or such.

sorear++ requested clarification: % (and %%) are not really quantifier
modifiers; they modify a quantified atom to insert requirements
between each iteration of that quantified atom.  Hence any quantifier
may still take an additional control quantmod in addition to a separator.


  Commit: 6d7f9f1ad5f42fe3e14d44a10834cda869643cc7
  
https://github.com/perl6/specs/commit/6d7f9f1ad5f42fe3e14d44a10834cda869643cc7
  Author: Larry Wall 
  Date:   2011-09-25 (Sun, 25 Sep 2011)

  Changed paths:
M S32-setting-library/IO.pod
  M S32-setting-library/Str.pod

  Log Message:
  ---
  Merge branch 'master' of github.com:perl6/specs


Compare: https://github.com/perl6/specs/compare/d7b5637...6d7f9f1