[perl6/specs] bbb7d5: Some organizational tweaks

2015-01-06 Thread GitHub
  Branch: refs/heads/newio
  Home:   https://github.com/perl6/specs
  Commit: bbb7d544e8826bea77fa78b19db7b7720c26c60f
  
https://github.com/perl6/specs/commit/bbb7d544e8826bea77fa78b19db7b7720c26c60f
  Author: Elizabeth Mattijsen 
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
M S16-io.pod

  Log Message:
  ---
  Some organizational tweaks


  Commit: b628cfa421a8086b5a517e7e146180d9fd002d80
  
https://github.com/perl6/specs/commit/b628cfa421a8086b5a517e7e146180d9fd002d80
  Author: Elizabeth Mattijsen 
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
M S16-io.pod

  Log Message:
  ---
  First documentation work on the PIO role


Compare: https://github.com/perl6/specs/compare/7ce87591d44e...b628cfa421a8

[perl6/specs] 065965: /IO::Locally/IO::Pathy/

2015-01-06 Thread GitHub
  Branch: refs/heads/newio
  Home:   https://github.com/perl6/specs
  Commit: 065965da747f63efd7b592143b875ca1df9c355a
  
https://github.com/perl6/specs/commit/065965da747f63efd7b592143b875ca1df9c355a
  Author: Elizabeth Mattijsen 
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
M S16-io.pod

  Log Message:
  ---
  /IO::Locally/IO::Pathy/

PerlJam++ for the final nudge




[perl6/specs] 48af14: Mention unspace disallowed in regex (except \#)

2015-01-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 48af140e234f252242d3ed6224b2b1a15a748185
  
https://github.com/perl6/specs/commit/48af140e234f252242d3ed6224b2b1a15a748185
  Author: TimToady 
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  Mention unspace disallowed in regex (except \#)

The current engine disallows unspace in regexex as too ambiguous.
This is fine for actual whitespace, but is counterintuitive when people
try to backslash the # character.  So \# is now specifically allowed
to match a literal # character.