[perl6/specs] 696068: Change IO::Path stringification, add new methods.

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 696068389ab2e29cd0f85a136350fee614acf379
  
https://github.com/perl6/specs/commit/696068389ab2e29cd0f85a136350fee614acf379
  Author: Brent Laabs bsla...@gmail.com
  Date:   2013-03-28 (Thu, 28 Mar 2013)

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

  Log Message:
  ---
  Change IO::Path stringification, add new methods.
.Str returns full path instead of basename
.path is now a no-op (so Str.path.path still returns IO::Path)
.contents is now documented - lists the directory
.is-absolute, .is-relative, .absolute, .relative added





[perl6/specs] f348a0: Update Numeric.pod

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: f348a0aa51aa5fe864556925d7c8cac19c587cea
  
https://github.com/perl6/specs/commit/f348a0aa51aa5fe864556925d7c8cac19c587cea
  Author: colomon colo...@gmail.com
  Date:   2013-03-28 (Thu, 28 Mar 2013)

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

  Log Message:
  ---
  Update Numeric.pod

Change conjugate to conj.  (Another location in the spec, the compilers, and 
roast all had it as conj.)





[perl6/specs] ea0af4: [S02] unconfuse wording about type objects

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: ea0af4730459844516e205037707193090d009fd
  
https://github.com/perl6/specs/commit/ea0af4730459844516e205037707193090d009fd
  Author: Moritz Lenz mor...@faui2k3.org
  Date:   2013-03-30 (Sat, 30 Mar 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  [S02] unconfuse wording about type objects

since a type object is the opposite of an instance, it is confusing to call
it an instance of soemthing. anant++, sorear++





[perl6/specs] 59052e: Renamed weekday-of-month to day-of-week-in-month

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 59052efdde030a837a3d022c344b111637709ace
  
https://github.com/perl6/specs/commit/59052efdde030a837a3d022c344b111637709ace
  Author: chansen chan...@cpan.org
  Date:   2013-03-30 (Sat, 30 Mar 2013)

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

  Log Message:
  ---
  Renamed weekday-of-month to day-of-week-in-month

Weekday usually means any day of the week other than a day that occurs in
the weekend unless the API is constrained by struct tm. Which uses wday.


  Commit: d01495e05ba625134f700dd4f16fad61c4dc29a0
  
https://github.com/perl6/specs/commit/d01495e05ba625134f700dd4f16fad61c4dc29a0
  Author: Carl Mäsak cma...@gmail.com
  Date:   2013-03-30 (Sat, 30 Mar 2013)

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

  Log Message:
  ---
  Merge pull request #34 from chansen/master

Renamed weekday-of-month to day-of-week-in-month


Compare: https://github.com/perl6/specs/compare/ea0af4730459...d01495e05ba6


[perl6/specs] 890758: Typo fix

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 890758f17522ad7fa808b1d6c8e13ce6e7b7f962
  
https://github.com/perl6/specs/commit/890758f17522ad7fa808b1d6c8e13ce6e7b7f962
  Author: Elizabeth Mattijsen l...@dijkmat.nl
  Date:   2013-04-01 (Mon, 01 Apr 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  Typo fix





[perl6/specs] aff4d8: Added omitted square brackets example with paramet...

2013-04-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: aff4d83b7ca4c8137e26791a319d90ce02cb9199
  
https://github.com/perl6/specs/commit/aff4d83b7ca4c8137e26791a319d90ce02cb9199
  Author: Elizabeth Mattijsen l...@dijkmat.nl
  Date:   2013-04-01 (Mon, 01 Apr 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  Added omitted square brackets example with parametric typing.