[perl6/specs] a56fba: Fix bad directive: s/=head 2/=head2/;

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: a56fbac443b5322330f5c83335cf330e2934eb35
  
https://github.com/perl6/specs/commit/a56fbac443b5322330f5c83335cf330e2934eb35
  Author: Bruce Gray bruce.g...@acm.org
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Changed paths:
M S05-regex.pod

  Log Message:
  ---
  Fix bad directive: s/=head 2/=head2/;




[perl6/specs] eed90a: [S03] Finally, finally move =head1 Adverbs to =hea...

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: eed90adc94dd88b43bce7ab6c4a9747134b2de72
  
https://github.com/perl6/specs/commit/eed90adc94dd88b43bce7ab6c4a9747134b2de72
  Author: lue rnd...@gmail.com
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Changed paths:
M S03-operators.pod

  Log Message:
  ---
  [S03] Finally, finally move =head1 Adverbs to =head2

newbie_Perl6++ for reminding me this still needed to be done :) .




[perl6/specs] 860145: \c \C \x \X \o \O create long characters

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 8601457bf3d072f8b39730b0c5f6525a4a8c2bd3
  
https://github.com/perl6/specs/commit/8601457bf3d072f8b39730b0c5f6525a4a8c2bd3
  Author: Larry Wall la...@wall.org
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M S05-regex.pod

  Log Message:
  ---
  \c \C \x \X \o \O create long characters




[perl6/specs] 1206d5: eqv must respect laziness

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 1206d5e6d1ca42bdb7b95475f0b1a60804245665
  
https://github.com/perl6/specs/commit/1206d5e6d1ca42bdb7b95475f0b1a60804245665
  Author: Larry Wall la...@wall.org
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M S03-operators.pod

  Log Message:
  ---
  eqv must respect laziness




Parrot 6.0.0 Red-necked Amazon Released!

2014-01-21 Thread Bruce Gray
May your pleasures be many, your troubles be few.
   -- Cast of Hee Haw

On behalf of the Parrot team, I'm proud to announce Parrot 6.0.0, also known
as Red-necked Amazon.  Parrot (http://parrot.org/) is a virtual machine aimed
at running all dynamic languages.

Parrot 6.0.0 is available on Parrot's FTP site
(ftp://ftp.parrot.org/pub/parrot/releases/supported/6.0.0/), or by following the
download instructions at http://parrot.org/download.  For those who would like
to develop on Parrot, or help develop Parrot itself, we recommend using Git to
retrieve the source code to get the latest and best Parrot code.

Parrot 6.0.0 News:
   - Core
   - Build
   - Documentation
   + Fixed bad IPv6 examples in pdd22_io, thanks to Zefram++ [GH#1005]
   - Tests
   + Fixed failure in t/configure/062-sha1.t.
   + Updated to Unicode 6.3 (libicu5.2): U+180e Mongolian Vowel Separator
 is no whitespace anymore [GH #1015]
   - Community


The SHA256 message digests for the downloadable tarballs are:
e150d4c5a3f12ae9d300f019bf03cca58d8e8051dd0b934222b4e4c91160cd54 
parrot-6.0.0.tar.gz
6cb9223ee389a36588acf76ad8ac85e2224544468617412b1d7902e5eb8bd39b 
parrot-6.0.0.tar.bz2

Many thanks to all our contributors for making this possible, and our sponsors
for supporting this project.  Our next scheduled release is 18 Feb 2014.

Enjoy!