[parrot/parrot] 543619: char is allowed to be unsigned, so explictily requ...

GitHub noreply at github.com
Wed Jun 20 00:46:20 UTC 2012


  Branch: refs/heads/whiteknight/io_cleanup1
  Home:   https://github.com/parrot/parrot
  Commit: 543619780d42590e9d53b3996450dff22ada6b8a
      https://github.com/parrot/parrot/commit/543619780d42590e9d53b3996450dff22ada6b8a
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/gen/config_h/config_h.in

  Log Message:
  -----------
  char is allowed to be unsigned, so explictily request signed type


  Commit: 76068a53608599b026869fbac362ba91ef722a37
      https://github.com/parrot/parrot/commit/76068a53608599b026869fbac362ba91ef722a37
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/gen/config_h/config_h.in
    M src/pmc/stringbuilder.pmc
    M src/string/api.c

  Log Message:
  -----------
  remove unnecessary type ptrcast_t


  Commit: 902fed329899a4a6eb7e6200e4d2b5ac266d7d92
      https://github.com/parrot/parrot/commit/902fed329899a4a6eb7e6200e4d2b5ac266d7d92
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/memalign.pm
    M t/steps/auto/memalign-01.t

  Log Message:
  -----------
  remove _set_ptrcast() from auto::memalign


  Commit: 4e5de268a37ed2916de031224bc9eb4cb992f7e7
      https://github.com/parrot/parrot/commit/4e5de268a37ed2916de031224bc9eb4cb992f7e7
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/sizes/test_c.in

  Log Message:
  -----------
  fix misuse of %u to printf values of type size_t


  Commit: 1a14291676381bd4b3544b723c112bc64534b11d
      https://github.com/parrot/parrot/commit/1a14291676381bd4b3544b723c112bc64534b11d
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M src/runcore/subprof.c

  Log Message:
  -----------
  remove needless inclusion of stdint.h


  Commit: 05c9736eb9476f2858680ebf3aa61c97adbc0cc0
      https://github.com/parrot/parrot/commit/05c9736eb9476f2858680ebf3aa61c97adbc0cc0
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/gen/config_h/config_h.in
    M src/gc/system.c

  Log Message:
  -----------
  re-introduce ptrcast_t and use it where actually appropriate


  Commit: eebe9896c0317232ff39fec83fb0ee036d724773
      https://github.com/parrot/parrot/commit/eebe9896c0317232ff39fec83fb0ee036d724773
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/sizes.pm

  Log Message:
  -----------
  re-factor auto::sizes


  Commit: b401f8c4bb0295ac36f6e277e5b19a5a5035e96a
      https://github.com/parrot/parrot/commit/b401f8c4bb0295ac36f6e277e5b19a5a5035e96a
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/sizes.pm

  Log Message:
  -----------
  bugfix: change opcode type when changing intval type


  Commit: 4e33535108201d965e804ec7958411fcf55d2c76
      https://github.com/parrot/parrot/commit/4e33535108201d965e804ec7958411fcf55d2c76
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/sizes-01.t

  Log Message:
  -----------
  Test auto::sizes::runstep().


  Commit: 644991b324bd87f7bc2120082d58f44450153cc4
      https://github.com/parrot/parrot/commit/644991b324bd87f7bc2120082d58f44450153cc4
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/sizes-01.t

  Log Message:
  -----------
  Add tests for new version of auto::sizes.


  Commit: 9073605831b7566c765a01bab252d87d622603db
      https://github.com/parrot/parrot/commit/9073605831b7566c765a01bab252d87d622603db
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/memalign-01.t

  Log Message:
  -----------
  Correct number of tests in plan.


  Commit: d42048366d648694a9cc7549e5d0098eb67f0c7a
      https://github.com/parrot/parrot/commit/d42048366d648694a9cc7549e5d0098eb67f0c7a
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/memalign-01.t

  Log Message:
  -----------
  Update copyright date.


  Commit: bad02c586162885980d65b5255131ab2da24cbb4
      https://github.com/parrot/parrot/commit/bad02c586162885980d65b5255131ab2da24cbb4
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/sizes-01.t

  Log Message:
  -----------
  Test all execution paths (branches) for auto::sizes::_set_intval_range().


  Commit: e2c061d0f9e9203192338768c14e8836e8e8e215
      https://github.com/parrot/parrot/commit/e2c061d0f9e9203192338768c14e8836e8e8e215
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/sizes.pm

  Log Message:
  -----------
  add FIXME note about #705


  Commit: 7486fbc5a43fe0ccd70171819959d8780477ca7d
      https://github.com/parrot/parrot/commit/7486fbc5a43fe0ccd70171819959d8780477ca7d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M t/steps/auto/sizes-01.t

  Log Message:
  -----------
  Test all execution paths for _set_floatval_range().


  Commit: 762dddd5cc536ee53c5b84fb4c3ae8b7a480c190
      https://github.com/parrot/parrot/commit/762dddd5cc536ee53c5b84fb4c3ae8b7a480c190
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M config/auto/sizes.pm

  Log Message:
  -----------
  use _minimal_ type with size greater than sizeof (void *) for ptrcast
no change on non-exotic platforms, but in priciple the right thing to do


  Commit: 4baeaff60c9bb3eae1738d30c54aa34431882142
      https://github.com/parrot/parrot/commit/4baeaff60c9bb3eae1738d30c54aa34431882142
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M include/parrot/pointer_array.h
    M src/gc/string_gc.c
    M src/interp/inter_cb.c

  Log Message:
  -----------
  Fix issue #378

There probably are more pointer to integer conversions which need to be fixed.


  Commit: 444ba2af6248d84bb3e2c3fe711874dc34222285
      https://github.com/parrot/parrot/commit/444ba2af6248d84bb3e2c3fe711874dc34222285
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M src/pmc/addrregistry.pmc

  Log Message:
  -----------
  [addrregistry.pmc] fix another round of incorrect pointer conversions


  Commit: 22d61a316045405669dd49871b24fa163d9ae1b2
      https://github.com/parrot/parrot/commit/22d61a316045405669dd49871b24fa163d9ae1b2
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M src/string/encoding/shared.c

  Log Message:
  -----------
  [string/encoding/shared.c] don't discard const


  Commit: e439c1439000b36c24db51a242a35ac7423581fa
      https://github.com/parrot/parrot/commit/e439c1439000b36c24db51a242a35ac7423581fa
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Addresses #280

Copy over all attributes from sysinfo into interpinfo core op.
Currently, this is duplicated between sysinfo and interpinfo. We may
move these in favour of interpinfo sometime in future deprecating
sysinfo.


  Commit: 258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
      https://github.com/parrot/parrot/commit/258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M src/interp/api.c

  Log Message:
  -----------
  First shot at implementing CPU_TYPE

This information is picked out of <sys/utsname.h>, equivalent to `uname
-m` output. I'm unsure as to what should go in there. Fair warning: it's
not quite portable.


  Commit: 93841d71ca8d78d03698bc0c09f4c6699d150f16
      https://github.com/parrot/parrot/commit/93841d71ca8d78d03698bc0c09f4c6699d150f16
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    A t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Add a log of all of the files which fail 'prove -v t/codingstd/pod_description.t'.


  Commit: 647008502c85a12b3385108fdb46bcef0c3ea7a4
      https://github.com/parrot/parrot/commit/647008502c85a12b3385108fdb46bcef0c3ea7a4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M DONORS.pod
    M README_cygwin.pod

  Log Message:
  -----------
  Update to include a DESCRIPTION and some additional information on how to resolve various problems to close issue #700.


  Commit: 04fefe73931d1e0852976fd3a22801af5c592132
      https://github.com/parrot/parrot/commit/04fefe73931d1e0852976fd3a22801af5c592132
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M README_cygwin.pod

  Log Message:
  -----------
  Minor fixes.


  Commit: 7329f3562435807f6f226444f7ac51b9db203e17
      https://github.com/parrot/parrot/commit/7329f3562435807f6f226444f7ac51b9db203e17
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/data_json/JSON_README.pod

  Log Message:
  -----------
  Update with DESCRIPTION and fixed a typo.


  Commit: 70fd3aeac606195d663c4fe9e9897584eaa6ce52
      https://github.com/parrot/parrot/commit/70fd3aeac606195d663c4fe9e9897584eaa6ce52
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/data_json/data_json.pir

  Log Message:
  -----------
  Update with DESCRIPTION


  Commit: 210a5cfd329776ce646669740b8bf5eba47303dc
      https://github.com/parrot/parrot/commit/210a5cfd329776ce646669740b8bf5eba47303dc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pct/README.pod

  Log Message:
  -----------
  Update with DESCRIPTION


  Commit: 6e498f2e25033dfa98657d242ab7209617dca7c0
      https://github.com/parrot/parrot/commit/6e498f2e25033dfa98657d242ab7209617dca7c0
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pge/PGE.pir

  Log Message:
  -----------
  Update with DESCRIPTION


  Commit: a733ef8728aa5d45eedb5ebb8d153ee548cbe18f
      https://github.com/parrot/parrot/commit/a733ef8728aa5d45eedb5ebb8d153ee548cbe18f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pge/PGE/Exp.pir

  Log Message:
  -----------
  Update with DESCRIPTIONS


  Commit: 5abc3b768bb4e1571c9053de39e7b386005e5ed2
      https://github.com/parrot/parrot/commit/5abc3b768bb4e1571c9053de39e7b386005e5ed2
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pge/PGE/OPTable.pir

  Log Message:
  -----------
  Update with DESCRIPTION


  Commit: 5eb2f97109ebb61215957ed3f3590bc1180b5acb
      https://github.com/parrot/parrot/commit/5eb2f97109ebb61215957ed3f3590bc1180b5acb
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pge/PGE/Perl6Regex.pir

  Log Message:
  -----------
  Update with DESCRIPTION


  Commit: 7377fc812420d8c0f53e4c9c0374090e5c17a35d
      https://github.com/parrot/parrot/commit/7377fc812420d8c0f53e4c9c0374090e5c17a35d
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M compilers/pge/README.pod

  Log Message:
  -----------
  Update with DESCRIPTION and a few extra bits.


  Commit: 9fb2f11794b8dc43aa017d19ddb32b2741b65149
      https://github.com/parrot/parrot/commit/9fb2f11794b8dc43aa017d19ddb32b2741b65149
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Updated log.


  Commit: 279df554a144a26405a41b309eee01e6d6aab37f
      https://github.com/parrot/parrot/commit/279df554a144a26405a41b309eee01e6d6aab37f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M compilers/tge/TGE/Compiler.pir

  Log Message:
  -----------
  Updated the DESCRIPTION content.


  Commit: 902cfefbcf77c2012b9a00e860cf28a41f239349
      https://github.com/parrot/parrot/commit/902cfefbcf77c2012b9a00e860cf28a41f239349
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M compilers/tge/TGE/Grammar.pir

  Log Message:
  -----------
  Update the DESCRIPTION


  Commit: 3f165bc5abd0f2887d32d717153af2734d036f95
      https://github.com/parrot/parrot/commit/3f165bc5abd0f2887d32d717153af2734d036f95
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M compilers/tge/tgc.pir

  Log Message:
  -----------
  Updated DESCRIPTIONS '=head2' to '=head1' and OPTIONS from '=head2' to '=head1' as well.


  Commit: 3d27e12f1bb2c0a0aed923ee145c9f0b12b4d799
      https://github.com/parrot/parrot/commit/3d27e12f1bb2c0a0aed923ee145c9f0b12b4d799
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M config/auto/llvm/hello.c

  Log Message:
  -----------
  Added DESCRIPTION tag


  Commit: 3b99e7a95a1d79d701124f4e374d91d35c1bb169
      https://github.com/parrot/parrot/commit/3b99e7a95a1d79d701124f4e374d91d35c1bb169
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/binaries/ops2c.pod
    M docs/binaries/parrot-nqp.pod
    M docs/binaries/parrot-prove.pod
    M docs/binaries/parrot_nci_thunk_gen.pod
    M docs/binaries/parrotbug.pod
    M docs/binaries/pbc_to_exe.pod
    M docs/binaries/plumage.pod

  Log Message:
  -----------
  Upcased '=head1' tags.


  Commit: 9617bb7bcf6695ac5cc16934254c79af11a2aeb8
      https://github.com/parrot/parrot/commit/9617bb7bcf6695ac5cc16934254c79af11a2aeb8
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/binaries/winxed.pod

  Log Message:
  -----------
  Upcased '=head1' tags


  Commit: 1f3949cdf91f74d4fe20c0b57586951979d3a675
      https://github.com/parrot/parrot/commit/1f3949cdf91f74d4fe20c0b57586951979d3a675
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/compiler_faq.pod

  Log Message:
  -----------
  Upcased '=head1' tags


  Commit: a8cbea3c2476f1476c63dab0cce518c5291f81af
      https://github.com/parrot/parrot/commit/a8cbea3c2476f1476c63dab0cce518c5291f81af
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/debug.pod

  Log Message:
  -----------
  Added DESCRIPTION tag


  Commit: 99c60a0b137162e9f302aaad7820c0ebeb818824
      https://github.com/parrot/parrot/commit/99c60a0b137162e9f302aaad7820c0ebeb818824
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/deprecations/deprecations.pod
    M docs/deprecations/deprecations_2_6.pod
    M docs/deprecations/deprecations_2_9.pod
    M docs/deprecations/deprecations_3_0.pod
    M docs/deprecations/deprecations_3_3.pod
    M docs/deprecations/deprecations_3_6.pod
    M docs/deprecations/how_to_deprecate.pod

  Log Message:
  -----------
  Added DESCRIPTION tag


  Commit: 69897d5a0400a9cc0065ce0f1b542c63c7086a98
      https://github.com/parrot/parrot/commit/69897d5a0400a9cc0065ce0f1b542c63c7086a98
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/byteorder.pod
    M docs/dev/c_functions.pod
    M docs/dev/coverage.pod

  Log Message:
  -----------
  Added DESCRIPTION or changed Overview to DESCRIPTION, depending on ...


  Commit: a588024c65fffeb6612a64a039da211f8b4f7b76
      https://github.com/parrot/parrot/commit/a588024c65fffeb6612a64a039da211f8b4f7b76
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/debugging_with_msvc.pod

  Log Message:
  -----------
  Removed 'ABSTRACT' tag and updated it to 'DESCRIPTION.


  Commit: a9c552350f77f5d9c4375084d0e41ec627a6e131
      https://github.com/parrot/parrot/commit/a9c552350f77f5d9c4375084d0e41ec627a6e131
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/headerizer.pod

  Log Message:
  -----------
  Removed INTRODUCTION; added DESCRIPTION; and moved AUTHOR to the end of the pod.


  Commit: e1c84cac79b5b5cefc7593129e910d9ebfd55869
      https://github.com/parrot/parrot/commit/e1c84cac79b5b5cefc7593129e910d9ebfd55869
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/infant.pod

  Log Message:
  -----------
  Added in a DESCRIPTION


  Commit: 4319d3087e44d5e14532dd339f01e77422cabddf
      https://github.com/parrot/parrot/commit/4319d3087e44d5e14532dd339f01e77422cabddf
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/longopt.pod

  Log Message:
  -----------
  Changed Summary to DESCRIPTION


  Commit: 4340a7a2d3c038d91a34fb6c0705fc0c0fff9103
      https://github.com/parrot/parrot/commit/4340a7a2d3c038d91a34fb6c0705fc0c0fff9103
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/parrot_api.pod

  Log Message:
  -----------
  Added DESCRIPTION and one line about how PARROT_EXPORT must appear first in the list of modifiers.


  Commit: bab3d603e1fd9aa73bcfa88bb426a37268115dd4
      https://github.com/parrot/parrot/commit/bab3d603e1fd9aa73bcfa88bb426a37268115dd4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/pcc_methods.pod

  Log Message:
  -----------
  Added in DESCRIPTION


  Commit: b9c0c4a27a4817b03b0e84c6d922e18a89d9cd6a
      https://github.com/parrot/parrot/commit/b9c0c4a27a4817b03b0e84c6d922e18a89d9cd6a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/pcc_state.pod

  Log Message:
  -----------
  Added in copyright information, NAME, and DESCRIPTION tags.


  Commit: 791fed0edb84742dd60fa62e8ec6b238269ac870
      https://github.com/parrot/parrot/commit/791fed0edb84742dd60fa62e8ec6b238269ac870
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/pmc_freeze.pod

  Log Message:
  -----------
  Upcase '=head1' tags.


  Commit: db3da4f51efd8d4514ab2bb3763e71a7a1136704
      https://github.com/parrot/parrot/commit/db3da4f51efd8d4514ab2bb3763e71a7a1136704
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/dev/pmc_obj_design_meeting_notes.pod

  Log Message:
  -----------
  Added in copyright info; NAME; DESCRIPTION; and upcased a '=head1' tag.


  Commit: 72f63b4110a4e882eb77cf926ada2e51f922d3f5
      https://github.com/parrot/parrot/commit/72f63b4110a4e882eb77cf926ada2e51f922d3f5
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/extend.pod

  Log Message:
  -----------
  Added in a DESCRIPTION


  Commit: 677471a19c4517d25a0cbaddc52b02491cb4433b
      https://github.com/parrot/parrot/commit/677471a19c4517d25a0cbaddc52b02491cb4433b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/faq.pod

  Log Message:
  -----------
  Added in a DESCRIPTION


  Commit: e578b7824d044d682d29a1ff0f673b8fdcec00bf
      https://github.com/parrot/parrot/commit/e578b7824d044d682d29a1ff0f673b8fdcec00bf
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/gettingstarted.pod

  Log Message:
  -----------
  Added a DESCRIPTION. NOTE: This document 'should' be renamed to 'developer_faq.pod'.


  Commit: 26b0a198eaa10f8056d7156052ec44644ec86b48
      https://github.com/parrot/parrot/commit/26b0a198eaa10f8056d7156052ec44644ec86b48
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/glossary.pod

  Log Message:
  -----------
  Changed Summary to DESCRIPTION and updated the date updated (and the copyright dates as well).


  Commit: 5fa0068dbda580aa5719e33613a7ace5cbaf0e44
      https://github.com/parrot/parrot/commit/5fa0068dbda580aa5719e33613a7ace5cbaf0e44
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/imcc/imcfaq.pod

  Log Message:
  -----------
  Added in copyright info, NAME, DESCRIPTION, and fixed some line length issues.


  Commit: d0733de0ce04bd358c53f778860e1d590e26f983
      https://github.com/parrot/parrot/commit/d0733de0ce04bd358c53f778860e1d590e26f983
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/intro.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: f55cc39095d11e813c398a6cd182fd195c38ac1e
      https://github.com/parrot/parrot/commit/f55cc39095d11e813c398a6cd182fd195c38ac1e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/memory_internals.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' tags.


  Commit: 76302fee5041ce87e861f351290edfdfe13e0f1e
      https://github.com/parrot/parrot/commit/76302fee5041ce87e861f351290edfdfe13e0f1e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/overview.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' tags.


  Commit: d49c95f639c1b55e5ffd6a2189867ff044b2bd83
      https://github.com/parrot/parrot/commit/d49c95f639c1b55e5ffd6a2189867ff044b2bd83
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/parrot.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 9906e5f8b0166dce4a07f9e1cb715b5e7d03385a
      https://github.com/parrot/parrot/commit/9906e5f8b0166dce4a07f9e1cb715b5e7d03385a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/parrotbyte.pod

  Log Message:
  -----------
  Added DESCRIPTION and a few minor edits.


  Commit: 9c51bd06fca1b100bb94df59343a105f8ea0a6d9
      https://github.com/parrot/parrot/commit/9c51bd06fca1b100bb94df59343a105f8ea0a6d9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Running updates to denote corrected files.


  Commit: 6b5b70f478ce03a8df6be8184f1d6cc9de03883a
      https://github.com/parrot/parrot/commit/6b5b70f478ce03a8df6be8184f1d6cc9de03883a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/pmc.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 0759a63cbb1b3b27473a108be7cc25e7e3c2cf93
      https://github.com/parrot/parrot/commit/0759a63cbb1b3b27473a108be7cc25e7e3c2cf93
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/pmc/array.pod

  Log Message:
  -----------
  Added copyright info, NAME and DESCRIPTION


  Commit: 1aa7305480660b032709c6784349099fd624955e
      https://github.com/parrot/parrot/commit/1aa7305480660b032709c6784349099fd624955e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/pmc/documentation.pod

  Log Message:
  -----------
  Added copyright info, NAME, and DESCRIPTION


  Commit: cc6ad53fa8318476bd1a401eb74f147f7e1eca39
      https://github.com/parrot/parrot/commit/cc6ad53fa8318476bd1a401eb74f147f7e1eca39
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/pmc2c.pod

  Log Message:
  -----------
  Added copyright info, SYNOPSIS, and DESCRITPION


  Commit: 20451795ee727b3cae706f968882d3d62795812a
      https://github.com/parrot/parrot/commit/20451795ee727b3cae706f968882d3d62795812a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/porting_intro.pod

  Log Message:
  -----------
  Changed Overview to DESCRIPTION and upcased '=head1' tags.


  Commit: 10a52144af21bbffc221d7fc10f9ed3c9363fd69
      https://github.com/parrot/parrot/commit/10a52144af21bbffc221d7fc10f9ed3c9363fd69
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/cage_cleaners_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' tags.


  Commit: 1608eac3862182cf6235e102edaea0f7e0b5562d
      https://github.com/parrot/parrot/commit/1608eac3862182cf6235e102edaea0f7e0b5562d
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/committer_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' tags.


  Commit: bdb0ee1d735e2a82d088992a85be1c3d7a11dbcf
      https://github.com/parrot/parrot/commit/bdb0ee1d735e2a82d088992a85be1c3d7a11dbcf
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/core_inclusion.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' command paragraphs [hereafter 'cp' in these commits].


  Commit: e1ebff58884c4166bf539eb1bae9060ff60c84da
      https://github.com/parrot/parrot/commit/e1ebff58884c4166bf539eb1bae9060ff60c84da
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/cage_cleaners_guide.pod

  Log Message:
  -----------
  Fixed typo.


  Commit: 7cd6846b413a367fc2cd69a313ec5a163f5edbb5
      https://github.com/parrot/parrot/commit/7cd6846b413a367fc2cd69a313ec5a163f5edbb5
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/debian_packaging_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: 5a498db8f031f14d98d018e8298e8e5f9f416456
      https://github.com/parrot/parrot/commit/5a498db8f031f14d98d018e8298e8e5f9f416456
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/metacommitter_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION and made a few, minor edits.


  Commit: 4db8be595716d669f2e37f47ef8145958d32ca2b
      https://github.com/parrot/parrot/commit/4db8be595716d669f2e37f47ef8145958d32ca2b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: 333d4ec1995c362842d432734d062fa2f4591832
      https://github.com/parrot/parrot/commit/333d4ec1995c362842d432734d062fa2f4591832
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/roles_responsibilities.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: a2f103515a66224b1b474f4475597fc6c32d8150
      https://github.com/parrot/parrot/commit/a2f103515a66224b1b474f4475597fc6c32d8150
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/support_policy.pod

  Log Message:
  -----------
  Changed Abstract to DESCRIPTION.


  Commit: e32cf2b44326beb1850c120e41b06dd6688b65e7
      https://github.com/parrot/parrot/commit/e32cf2b44326beb1850c120e41b06dd6688b65e7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M docs/project/ubuntu_packaging_guide.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 9ab85b19d41f9c2bf2d9f1a3b163d7ec0f508f62
      https://github.com/parrot/parrot/commit/9ab85b19d41f9c2bf2d9f1a3b163d7ec0f508f62
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Updated to note the corrected files.


  Commit: 382d90b375232723a5122480f5155ae9e57a8656
      https://github.com/parrot/parrot/commit/382d90b375232723a5122480f5155ae9e57a8656
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/req/model_users.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: b20e867b1eb4b1c7308bb123cb4662b6a9ed3e34
      https://github.com/parrot/parrot/commit/b20e867b1eb4b1c7308bb123cb4662b6a9ed3e34
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/running.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: d2701e565f9f622997d0f584da4194c415da75d3
      https://github.com/parrot/parrot/commit/d2701e565f9f622997d0f584da4194c415da75d3
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/submissions.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: 983fe832c564fa65dd794b719695b8389e6df64c
      https://github.com/parrot/parrot/commit/983fe832c564fa65dd794b719695b8389e6df64c
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/tests.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: c9e12f839788b9fca1cdea1074e8fb92a46a2907
      https://github.com/parrot/parrot/commit/c9e12f839788b9fca1cdea1074e8fb92a46a2907
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/user/pir/exceptions.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: e63513c20a7e2a77eaa56d523c63ba7d9a3e2a73
      https://github.com/parrot/parrot/commit/e63513c20a7e2a77eaa56d523c63ba7d9a3e2a73
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/user/pir/intro.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased '=head1' cps.


  Commit: 3607aaa5876bff4b89acbc157de9040c3d402739
      https://github.com/parrot/parrot/commit/3607aaa5876bff4b89acbc157de9040c3d402739
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/user/pir/objects.pod

  Log Message:
  -----------
  Added DESCRIPTION and upcased a '=head1' cps.


  Commit: bac982b1273d283fd5508ae9c31a8a75e9129312
      https://github.com/parrot/parrot/commit/bac982b1273d283fd5508ae9c31a8a75e9129312
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/user/pir/pmcs.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 00e764af84ca8f92b2c2f92fa7e589e1b94c14b2
      https://github.com/parrot/parrot/commit/00e764af84ca8f92b2c2f92fa7e589e1b94c14b2
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M docs/vtables.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 3178c1755c9ede93c2b85130df94234562f63962
      https://github.com/parrot/parrot/commit/3178c1755c9ede93c2b85130df94234562f63962
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M editor/README.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 53ff7ad3c6c8f796af66d26e5959b2f7a640446f
      https://github.com/parrot/parrot/commit/53ff7ad3c6c8f796af66d26e5959b2f7a640446f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Updated with corrected files.


  Commit: a9d1eacd2806714082aa82a07a733c645fe86050
      https://github.com/parrot/parrot/commit/a9d1eacd2806714082aa82a07a733c645fe86050
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/languages/abc/abc.pir

  Log Message:
  -----------
  Upcased '=head2 Description' to '=head1 DESCRIPTION'.


  Commit: 23a4483bedbf955bfff58790c08f1c1fe008447f
      https://github.com/parrot/parrot/commit/23a4483bedbf955bfff58790c08f1c1fe008447f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/languages/abc/src/builtins/all.pir

  Log Message:
  -----------
  Added DESCRIPTION to '=head1' cp.


  Commit: 3d54d262787b10d881a62ff02d0b92c4996a682b
      https://github.com/parrot/parrot/commit/3d54d262787b10d881a62ff02d0b92c4996a682b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/languages/squaak/src/squaak.pir

  Log Message:
  -----------
  Upcased 'Description' to 'DESCRIPTION'.


  Commit: e892ea94240a773104b5cabfb2a1b67e52c0a68f
      https://github.com/parrot/parrot/commit/e892ea94240a773104b5cabfb2a1b67e52c0a68f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/languages/squaak/squaak.pir

  Log Message:
  -----------
  Upcased 'Description' to 'DESCRIPTION'


  Commit: 1af2cef028203b49ae5062a7902c804b38f4083a
      https://github.com/parrot/parrot/commit/1af2cef028203b49ae5062a7902c804b38f4083a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/languages/squaak/doc/tutorial_episode_1.pod
    M examples/languages/squaak/doc/tutorial_episode_2.pod
    M examples/languages/squaak/doc/tutorial_episode_3.pod
    M examples/languages/squaak/doc/tutorial_episode_4.pod
    M examples/languages/squaak/doc/tutorial_episode_5.pod
    M examples/languages/squaak/doc/tutorial_episode_6.pod
    M examples/languages/squaak/doc/tutorial_episode_7.pod
    M examples/languages/squaak/doc/tutorial_episode_8.pod
    M examples/languages/squaak/doc/tutorial_episode_9.pod

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 9681c7d7ba5fa6e549a304a06e0cc1773ac74d4a
      https://github.com/parrot/parrot/commit/9681c7d7ba5fa6e549a304a06e0cc1773ac74d4a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/mops/mops.p6

  Log Message:
  -----------
  Changed '=begin pod' and '=end pod' to '=pod' and '=cut' cps. This should fix the problem.


  Commit: 3a3cca0ef2ec8e2635e885000831918826cb5fe3
      https://github.com/parrot/parrot/commit/3a3cca0ef2ec8e2635e885000831918826cb5fe3
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/mops/mops.rb

  Log Message:
  -----------
  Removed '=begin RUBY_COMMENT' and '=end RUBY_COMMENT' cps and substituted with '=pod' and '=cut' cps.


  Commit: e0a0a1e1b7d41eea8a5bef34dd45757664cfee37
      https://github.com/parrot/parrot/commit/e0a0a1e1b7d41eea8a5bef34dd45757664cfee37
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/nci/Xlib.pir
    M examples/nci/Xlibconstants.pir
    M examples/nci/xlibtest.nqp
    M examples/nci/xlibtest.p6
    M examples/nci/xlibtest.pir

  Log Message:
  -----------
  Added DESCRIPTION, moved SYNOPSIS to proper place, and renamed 'TITLE' to 'NAME'.


  Commit: 70d617f9555ea58f61a0671a8973be33825f46ac
      https://github.com/parrot/parrot/commit/70d617f9555ea58f61a0671a8973be33825f46ac
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/past/01-sub.pir
    M examples/past/four_plus_one.pir

  Log Message:
  -----------
  Added DESCRIPTION cps


  Commit: fe565c57cdbc3c42975d5c0806d8975b6c3cbdf8
      https://github.com/parrot/parrot/commit/fe565c57cdbc3c42975d5c0806d8975b6c3cbdf8
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/pir/coop_threads.pir

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: a17fc716841bb39f97f61a2eec5aa7581483c0ab
      https://github.com/parrot/parrot/commit/a17fc716841bb39f97f61a2eec5aa7581483c0ab
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/sdl/anim_image.pir
    M examples/sdl/anim_image_dblbuf.pir

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 02d52f1e3ed1baba7def5762fbaf264c177c113f
      https://github.com/parrot/parrot/commit/02d52f1e3ed1baba7def5762fbaf264c177c113f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/sdl/anim_image.pir
    M examples/sdl/anim_image_dblbuf.pir
    M examples/sdl/blue_font.pir
    M examples/sdl/blue_rect.pir
    M examples/sdl/blue_rect.pl
    M examples/sdl/bounce_parrot_logo.pir
    M examples/sdl/mandel.pir

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 4762a12d470c1df0a10d975a05f2a79e817eeb64
      https://github.com/parrot/parrot/commit/4762a12d470c1df0a10d975a05f2a79e817eeb64
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M examples/sdl/minesweeper/eventhandler.pir
    M examples/sdl/minesweeper/mines.pir

  Log Message:
  -----------
  Added DESCRIPTION


  Commit: 36a31584825820f74683c3208d0c2375f379221e
      https://github.com/parrot/parrot/commit/36a31584825820f74683c3208d0c2375f379221e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-05-26 (Sat, 26 May 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Update more files. Only 99 left, so I'm taking a'bit of a break for a coupl'a days.


  Commit: 329e690f08873f91c90699f5b9bf6057b51d3b14
      https://github.com/parrot/parrot/commit/329e690f08873f91c90699f5b9bf6057b51d3b14
  Author: isBEKaml <nastavs at gmail.com>
  Date:   2012-05-27 (Sun, 27 May 2012)

  Changed paths:
    M include/parrot/platform_interface.h
    M src/interp/api.c
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c

  Log Message:
  -----------
  CPU_TYPE information is now available for win32

I have not tested this in win32 since I don't have one available. When
you get time, please test this and let me know. Particularly, I'm unsure
about the type ramifications between WORD and char* (or STRING).


  Commit: 3c44a3e9cae23a5e3a045253ae7a8e62ae2cf0b4
      https://github.com/parrot/parrot/commit/3c44a3e9cae23a5e3a045253ae7a8e62ae2cf0b4
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-27 (Sun, 27 May 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Fix for github issue #776.

*.pbc files created by the test suite in t/compilers/imcc/syn/*.t had not been
added to 'test-clean' target.  Consequently, older files not removed during a
customary 'make realclean' were affecting test results, specifically, test #11
in t/compilers/imcc/syn/clash.t under make testr.


  Commit: 6b46960a6a631ff24f63d57552470e1a97732b0b
      https://github.com/parrot/parrot/commit/6b46960a6a631ff24f63d57552470e1a97732b0b
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-27 (Sun, 27 May 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Add to test-clean target *.pbc files created under t/compilers/imcc/reg/.


  Commit: 6c22780a1a23a8252761f9317bb802d34a0ad4fc
      https://github.com/parrot/parrot/commit/6c22780a1a23a8252761f9317bb802d34a0ad4fc
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-27 (Sun, 27 May 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Add files to test-clean or prog-clean targets.


  Commit: a9b72583fddfda7da98ea79f2044de0026da9910
      https://github.com/parrot/parrot/commit/a9b72583fddfda7da98ea79f2044de0026da9910
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  Add an alias.


  Commit: 94629c3c7accdcaaf677825944dd77e0a2d085fd
      https://github.com/parrot/parrot/commit/94629c3c7accdcaaf677825944dd77e0a2d085fd
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/pmc/key.pmc

  Log Message:
  -----------
  Key: Add method to introspect type of value

Returns an integer based on PCC's type flags.  I'd rather not expose
Key's flag values to the outside world, so let's rely on values
already exposed for simplicity/consistency.


  Commit: ca755b6d482741456865df76f4112f5c6c10b38a
      https://github.com/parrot/parrot/commit/ca755b6d482741456865df76f4112f5c6c10b38a
  Author: Francois Perrad <francois.perrad at gadz.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tools/dev/mk_inno_language.pl

  Log Message:
  -----------
  [win32/inno] follow nqp/rakudo


  Commit: 50388819d7a7212fd34bd1a6161cc1f911f87e6f
      https://github.com/parrot/parrot/commit/50388819d7a7212fd34bd1a6161cc1f911f87e6f
  Author: Klaas-Jan Stol <parrotcode at gmail.com>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  remove "kj" in credits file so as not to miss out on karma.


  Commit: 481a11580a69d0e10cfbcea2cb33216ac159f2e4
      https://github.com/parrot/parrot/commit/481a11580a69d0e10cfbcea2cb33216ac159f2e4
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M src/pmc/default.pmc

  Log Message:
  -----------
  change description of Default get_class vtable function
It was a blatant lie since who knows


  Commit: ad726e8767bd2eb0019074c40ef52947e5d959aa
      https://github.com/parrot/parrot/commit/ad726e8767bd2eb0019074c40ef52947e5d959aa
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M src/pmc/resizablepmcarray.pmc

  Log Message:
  -----------
  typo


  Commit: b02bb484d4f60936a1cfc5bc3bcc8fcd02039d7f
      https://github.com/parrot/parrot/commit/b02bb484d4f60936a1cfc5bc3bcc8fcd02039d7f
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    A tools/dev/pbc_to_exe.winxed

  Log Message:
  -----------
  pbc_to_exe converted to winxed - quick start


  Commit: c7e2a4dca93480d19d3ba8dda5e5ec9a542387f7
      https://github.com/parrot/parrot/commit/c7e2a4dca93480d19d3ba8dda5e5ec9a542387f7
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M MANIFEST
    M config/gen/makefiles/root.in
    R tools/dev/pbc_to_exe.pir

  Log Message:
  -----------
  update the infrastructute to build pbc_to_exe from the winxed source


  Commit: 03d5e8ef49421828bca9702af4e426ec91702772
      https://github.com/parrot/parrot/commit/03d5e8ef49421828bca9702af4e426ec91702772
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M tools/dev/pbc_to_exe.winxed

  Log Message:
  -----------
  minor improvements in the converted pbc_to_exe:
- convert remaining gotos
- define a const for the read buffer size
- add a helper routine for spawnw


  Commit: e036f5b7cae1431bd4d6965322a539e3acd8f9ac
      https://github.com/parrot/parrot/commit/e036f5b7cae1431bd4d6965322a539e3acd8f9ac
  Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M config/auto/memalign.pm
    M config/auto/sizes.pm
    M config/auto/sizes/test_c.in
    M config/gen/config_h/config_h.in
    M include/parrot/pointer_array.h
    M src/gc/string_gc.c
    M src/gc/system.c
    M src/interp/inter_cb.c
    M src/pmc/addrregistry.pmc
    M src/pmc/stringbuilder.pmc
    M src/runcore/subprof.c
    M src/string/api.c
    M src/string/encoding/shared.c
    M t/steps/auto/memalign-01.t
    M t/steps/auto/sizes-01.t

  Log Message:
  -----------
  Merge pull request #704 from gerdr/gerdr/cleanup

cleanup and auto::sizes refactor


  Commit: db9fc1209ddbdaeb43ee559e06892c4e64517156
      https://github.com/parrot/parrot/commit/db9fc1209ddbdaeb43ee559e06892c4e64517156
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M config/auto/sizes.pm

  Log Message:
  -----------
  Remove unused subroutine _find_type_ge() per discussion with Gerhard R.


  Commit: 22d7d59b80c12719651373135c9a5acb503d9331
      https://github.com/parrot/parrot/commit/22d7d59b80c12719651373135c9a5acb503d9331
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M src/ops/core.ops
    M src/ops/core_ops.c

  Log Message:
  -----------
  The compreg hash is autovivified in the Parrot_interp_set_compiler function. Make sure we use that function (and Parrot_interp_get_compiler) for accessing the compreg hash in the compreg_s_p and compreg_p_s ops for cases where the only compiler get/set operations are done from the pbc level. brrt++ for the find.


  Commit: 40ab27488b9316272b24b0f6584b800da55a1ff9
      https://github.com/parrot/parrot/commit/40ab27488b9316272b24b0f6584b800da55a1ff9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/move_parrot_logo.pir

  Log Message:
  -----------
  Added in a simple DESCRIPTION


  Commit: 800d58c6162e20aed42ab65152e8eddb8c180931
      https://github.com/parrot/parrot/commit/800d58c6162e20aed42ab65152e8eddb8c180931
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/move_parrot_logo.pir

  Log Message:
  -----------
  Oops! Removed 'DESCRIPTION' and renamed 'TITLE' to 'DESCRIPTION'.


  Commit: 4346f516e98015beee4c226ad0ffaf1077233559
      https://github.com/parrot/parrot/commit/4346f516e98015beee4c226ad0ffaf1077233559
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/raw_pixels.pir

  Log Message:
  -----------
  Renamed 'TITLE' to 'DESCRIPTION'.


  Commit: e35f8fb7507c9e5e28f792b2b07f87d8926e33fa
      https://github.com/parrot/parrot/commit/e35f8fb7507c9e5e28f792b2b07f87d8926e33fa
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/sdl/tetris/app.pir
    M examples/sdl/tetris/block.pir
    M examples/sdl/tetris/blockdata.pir
    M examples/sdl/tetris/blocks.pir
    M examples/sdl/tetris/board.pir
    M examples/sdl/tetris/boarddata.pir
    M examples/sdl/tetris/eventhandler.pir
    M examples/sdl/tetris/tetris.pir

  Log Message:
  -----------
  Renamved 'TITLE' to 'DESCRIPTION'.


  Commit: 8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
      https://github.com/parrot/parrot/commit/8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/streams/Bytes.pir
    M examples/streams/Combiner.pir
    M examples/streams/Coroutine.pir
    M examples/streams/FileLines.pir
    M examples/streams/Filter.pir
    M examples/streams/Include.pir
    M examples/streams/Lines.pir
    M examples/streams/ParrotIO.pir
    M examples/streams/SubCounter.pir
    M examples/streams/SubHello.pir
    M examples/streams/Writer.pir

  Log Message:
  -----------
  Updated top '=head1' cp from the textual description present to 'DESCRIPTION'.


  Commit: 22b6a86579efa52937749e79a003427915066503
      https://github.com/parrot/parrot/commit/22b6a86579efa52937749e79a003427915066503
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M examples/tge/branch/lib/Branch.pir
    M examples/tge/branch/lib/Leaf.pir

  Log Message:
  -----------
  Filled-in empty 'DESCRIPTION' cp.


  Commit: d00e40b63f6df42ff248c38ec8b76efd18fbc829
      https://github.com/parrot/parrot/commit/d00e40b63f6df42ff248c38ec8b76efd18fbc829
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Just updating the log file.


  Commit: 30a861c796f2c7dc8eed8c164364b529052a62b9
      https://github.com/parrot/parrot/commit/30a861c796f2c7dc8eed8c164364b529052a62b9
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M ext/winxed/compiler.pir
    M ext/winxed/driver.pir

  Log Message:
  -----------
  update winxed snapshot to 1.9.0:
- new syntax for multis and for new initiallization
- Fixed some inline problems
- Minor improvements in optimization


  Commit: d92d236fb76a960d385ccd93b4d858302582626e
      https://github.com/parrot/parrot/commit/d92d236fb76a960d385ccd93b4d858302582626e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M examples/tutorial/00_README.pod
    M examples/tutorial/01_temp_var.pir
    M examples/tutorial/02_local_var.pir
    M examples/tutorial/03_temp_var_basic_pmcs.pir
    M examples/tutorial/04_pod_comments.pir
    M examples/tutorial/10_math_ops.pir
    M examples/tutorial/11_math_ops_self_mod.pir
    M examples/tutorial/12_math_ops_pasm.pir
    M examples/tutorial/13_logical_ops.pir
    M examples/tutorial/20_string_ops.pir
    M examples/tutorial/21_string_ops_repeat.pir
    M examples/tutorial/22_string_ops_length.pir
    M examples/tutorial/23_string_ops_substr.pir
    M examples/tutorial/24_string_ops_clone.pir
    M examples/tutorial/30_arrays_basic.pir
    M examples/tutorial/31_array_ops_split.pir
    M examples/tutorial/32_array_ops_sprintf.pir
    M examples/tutorial/33_hashes.pir
    M examples/tutorial/34_multikey.pir
    M examples/tutorial/40_file_ops.pir
    M examples/tutorial/50_goto.pir
    M examples/tutorial/51_if_unless.pir
    M examples/tutorial/52_if_compare.pir
    M examples/tutorial/53_loop.pir
    M examples/tutorial/55_iterator.pir
    M examples/tutorial/56_defined.pir
    M examples/tutorial/57_exists.pir
    M examples/tutorial/60_subroutines.pir
    M examples/tutorial/61_namespaces.pir
    M examples/tutorial/62_namespaces.pir
    M examples/tutorial/70_class_object.pir
    M examples/tutorial/81_continuation.pir
    M examples/tutorial/82_coroutine.pir
    M examples/tutorial/83_external_libraries.pir
    M examples/tutorial/90_writing_tests.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: ab1dbb18997c0187d2619454eec56dff9f7da9dc
      https://github.com/parrot/parrot/commit/ab1dbb18997c0187d2619454eec56dff9f7da9dc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Just logging the edited files.


  Commit: cdf2570fe6ba9a0803fdd0f871c796d92f3a85a9
      https://github.com/parrot/parrot/commit/cdf2570fe6ba9a0803fdd0f871c796d92f3a85a9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M runtime/parrot/include/green_threads.pir
    M runtime/parrot/include/hllmacros.pir
    M runtime/parrot/include/test_more.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: 96843ac19113aefeb33a3a0e31b8e0c65f42b14e
      https://github.com/parrot/parrot/commit/96843ac19113aefeb33a3a0e31b8e0c65f42b14e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M runtime/parrot/library/CGI/QueryHash.pir
    M runtime/parrot/library/Config/JSON.pir
    M runtime/parrot/library/HTTP/Daemon.pir
    M runtime/parrot/library/HTTP/Message.pir
    M runtime/parrot/library/JSON.pir
    M runtime/parrot/library/LWP/Protocol.pir
    M runtime/parrot/library/LWP/UserAgent.pir
    M runtime/parrot/library/PGE/Dumper.pir
    M runtime/parrot/library/Range.pir
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/String/Utils.pir
    M runtime/parrot/library/TAP/Formatter.pir
    M runtime/parrot/library/TAP/Harness.pir
    M runtime/parrot/library/TAP/Parser.pir
    M runtime/parrot/library/Test/Builder/Test.pir
    M runtime/parrot/library/URI.pir
    M runtime/parrot/library/distutils.pir
    M runtime/parrot/library/dumper.pir
    M runtime/parrot/library/parrotlib.pir

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: cd78d9b34d1d11275253f7c9b7a2b743e0fc339c
      https://github.com/parrot/parrot/commit/cd78d9b34d1d11275253f7c9b7a2b743e0fc339c
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M config/auto/va_ptr.pm

  Log Message:
  -----------
  Silence failing auto::va_ptr probes

clang -faddress-sanitizer prints a log to stderr on the failing
stack test. Use cc_run_capture instead.


  Commit: e6460967c19ffa384ff57dfb6149955f2420db41
      https://github.com/parrot/parrot/commit/e6460967c19ffa384ff57dfb6149955f2420db41
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M src/alarm.c
    M src/dynpmc/README.pod
    M src/gc/gc_ms2.c
    M src/platform/generic/socket.c
    M src/pmc/callback.pmc
    M src/pointer_array.c
    M src/runcore/subprof.c

  Log Message:
  -----------
  Added DESCRIPTION and minor edits.


  Commit: d9f2d47d5fec3a52c2945c89327cedd5142a0b0d
      https://github.com/parrot/parrot/commit/d9f2d47d5fec3a52c2945c89327cedd5142a0b0d
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M t/TESTS_STATUS.pod
    M t/codingstd/pccmethod_deps.t
    M t/dynoplibs/time.t
    M t/harness
    M t/op/time.t
    M t/pmc/opcode.t
    M t/pmc/oplib.t
    M t/pmc/task_primes.t

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: 1eb0f9c2afdaa2e2ea6a86b57d260cd5dcd67b6c
      https://github.com/parrot/parrot/commit/1eb0f9c2afdaa2e2ea6a86b57d260cd5dcd67b6c
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tools/dev/merge_pull_request.pl
    M tools/release/cut.pl

  Log Message:
  -----------
  Added DESCRIPTION and some minor edits.


  Commit: edf650f56f66140195b0b2167544b83d466dd0d5
      https://github.com/parrot/parrot/commit/edf650f56f66140195b0b2167544b83d466dd0d5
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M compilers/imcc/imcc.y

  Log Message:
  -----------
  I've tried to add some pod, to include a DESCRIPTION, at the top of the file. We'll see if it works.


  Commit: 1fcad09993b678fa4702b1e8f0259d348e95fa35
      https://github.com/parrot/parrot/commit/1fcad09993b678fa4702b1e8f0259d348e95fa35
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Completed, most, of the edits, but I still need to test.


  Commit: a64047301478a26ae1315a6cc8080fb703ee49a6
      https://github.com/parrot/parrot/commit/a64047301478a26ae1315a6cc8080fb703ee49a6
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M config/auto/va_ptr.pm

  Log Message:
  -----------
  Merge pull request #779 from rurban/master

Silence failing auto::va_ptr probes


  Commit: 7600c8f402f5b40bcb04ee7392fce7d0200fc434
      https://github.com/parrot/parrot/commit/7600c8f402f5b40bcb04ee7392fce7d0200fc434
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M src/exit.c
    M t/run/options.t

  Log Message:
  -----------
  Mark --leak-test to be skipped with AddressSanitizer

See issue GH #765. interp can be already freed, but avoid checking it for now.


  Commit: 7bf8f079319cc5d116647cecad8842a0a498f978
      https://github.com/parrot/parrot/commit/7bf8f079319cc5d116647cecad8842a0a498f978
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M docs/compiler_faq.pod

  Log Message:
  -----------
  Removed url to 'http://www.parrotblog.org/2008/03/targeting-parrot-vm.html' and replaced it with 'http://parrot.github.com/html/examples/languages/squaak/doc/tutorial_episode_1.pod.html'. I noticed this last week, but forgot about it 'til dukeleto++'s post to parrot-dev.


  Commit: 5a208a7a1e588f6d942383c344bcd2f22ba81b67
      https://github.com/parrot/parrot/commit/5a208a7a1e588f6d942383c344bcd2f22ba81b67
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  Added reini (Jul 17, 2012 - 4.6.0) and whiteknight (Aug 21, 2012 - 4.7.0) as release mangers.


  Commit: f1276017f3dad525ed3e69d2db095e247aa8e644
      https://github.com/parrot/parrot/commit/f1276017f3dad525ed3e69d2db095e247aa8e644
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M lib/Parrot/Test/Pod.pm

  Log Message:
  -----------
  Fixed typo.


  Commit: 35375528db2c43a97fc9d102fcb481832db5f687
      https://github.com/parrot/parrot/commit/35375528db2c43a97fc9d102fcb481832db5f687
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M lib/Parrot/Test/Pod.pm

  Log Message:
  -----------
  Updated to exclude 'docs/pdds' and 'docs/pdds/draft' from the test for DESCRIPTION. There are two reasons for this exclusion: (1) 'pdds' have their own, specific format set out in 'docs/pdds/pdd00_pdd.pod' and 'docs/pdds/pdd_template.pod' and (2) we already test the POD for 'pdds' in 't/codingstd/pdd_format.t'.


  Commit: 12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
      https://github.com/parrot/parrot/commit/12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/codingstd/pod_description.t

  Log Message:
  -----------
  Added a'bit of pod about how you can use '% perl t/codingstd/pod_description.t' to find which files fail to pass the test.


  Commit: bfd55322d1a0c11868eec47a56722f3ecbf5becd
      https://github.com/parrot/parrot/commit/bfd55322d1a0c11868eec47a56722f3ecbf5becd
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/codingstd/pod_description.t

  Log Message:
  -----------
  Changed that to 'prove -v t/codingstd/pod_description.t'.


  Commit: b88b22909135b3a0934c330e6e5a5be9e84946e7
      https://github.com/parrot/parrot/commit/b88b22909135b3a0934c330e6e5a5be9e84946e7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M docs/parrotbyte.pod

  Log Message:
  -----------
  Fixed typo


  Commit: 071600bb1933c977f9a8da706408bb5feea402cf
      https://github.com/parrot/parrot/commit/071600bb1933c977f9a8da706408bb5feea402cf
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/doc/tutorial_episode_3.pod

  Log Message:
  -----------
  Fixed typo


  Commit: 75563adc448e18836f2bf85dde60b7d8dd0ea157
      https://github.com/parrot/parrot/commit/75563adc448e18836f2bf85dde60b7d8dd0ea157
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/squaak.pir

  Log Message:
  -----------
  Missed a '=head2 DESCRIPTION'. Fixed.


  Commit: 53b4757c8452d0163425d50cd51fcb6009eda3f4
      https://github.com/parrot/parrot/commit/53b4757c8452d0163425d50cd51fcb6009eda3f4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/languages/squaak/src/squaak.pir

  Log Message:
  -----------
  Missed another '=head2 DESCRIPTION'. Fixed.


  Commit: 89b4a0aec872a62ad56c14f6b77bef59d411963f
      https://github.com/parrot/parrot/commit/89b4a0aec872a62ad56c14f6b77bef59d411963f
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M runtime/parrot/languages/parrot/parrot.pir

  Log Message:
  -----------
  Just missed it in the first go. Fixed.


  Commit: e4b931d2aadecba7f03254309f36fbe4e4ab06b0
      https://github.com/parrot/parrot/commit/e4b931d2aadecba7f03254309f36fbe4e4ab06b0
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M src/embed/api.c

  Log Message:
  -----------
  Throw an exception from Parrot_api_get_compiler if the compiler cannot be found. brrt++ for the suggestion.


  Commit: 33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
      https://github.com/parrot/parrot/commit/33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Added in some POD to satisfy 't/codingstd/pod_description.t'.


  Commit: f59dfa03af66dedd67fa0e8141fc2de11e3ff9e6
      https://github.com/parrot/parrot/commit/f59dfa03af66dedd67fa0e8141fc2de11e3ff9e6
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Update the log file. Note: I'll have to delete this *before* merging this branch.


  Commit: f524d82d02b85e86dd0d991f6592ebc3ae5a9e5b
      https://github.com/parrot/parrot/commit/f524d82d02b85e86dd0d991f6592ebc3ae5a9e5b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Rearranged POD 'cause where I had it broke 'make'.


  Commit: 41387d2189d4620d430e86ea4dbe52c611c12836
      https://github.com/parrot/parrot/commit/41387d2189d4620d430e86ea4dbe52c611c12836
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Restored back to see if 'make' works. Basically, just checking.


  Commit: 89ca2655affb7ba00e2846bd71cb4b6774da3ab4
      https://github.com/parrot/parrot/commit/89ca2655affb7ba00e2846bd71cb4b6774da3ab4
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcc.y

  Log Message:
  -----------
  I think this should get it. I completely wasn't paying attention. 'imcc.y' is the parser file for 'imcparser.c'. So, this should get it.


  Commit: 554227b106c29ff27c4cf349266305fa35002b4e
      https://github.com/parrot/parrot/commit/554227b106c29ff27c4cf349266305fa35002b4e
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M compilers/imcc/imcparser.c

  Log Message:
  -----------
  Ok. This is the last commit before I stick this in the exclusion list.


  Commit: 02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
      https://github.com/parrot/parrot/commit/02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  Removed the '=pod' command paragraph at the top and the '=cut' command paragraph and the bottom because there is no other pod in this document and, truth be told, this is NOT really a Pod file. So, basically, de-minimal-podify this document.


  Commit: 7ff17f2de85584a1550ea1c5d6f7e4335b0086ed
      https://github.com/parrot/parrot/commit/7ff17f2de85584a1550ea1c5d6f7e4335b0086ed
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/sdl/blue_rect.pir

  Log Message:
  -----------
  Removed some accidentail, extra space.


  Commit: c808b36af58b50c636b9be9d2849c2507e30a4dc
      https://github.com/parrot/parrot/commit/c808b36af58b50c636b9be9d2849c2507e30a4dc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M examples/sdl/mandel.pir

  Log Message:
  -----------
  Removed some extra space.


  Commit: f03a0ad52ba9eed690da2f7c41aec5015cf5295c
      https://github.com/parrot/parrot/commit/f03a0ad52ba9eed690da2f7c41aec5015cf5295c
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/pmc/opcode.t

  Log Message:
  -----------
  Removed some extra, accidental space.


  Commit: aeb7c0759b4fb9114758c641e64b7f8a2c9d1199
      https://github.com/parrot/parrot/commit/aeb7c0759b4fb9114758c641e64b7f8a2c9d1199
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M runtime/parrot/library/CGI/QueryHash.pir

  Log Message:
  -----------
  Removed some extra, accidental space.


  Commit: f9248ede52b1359657a42c6b271d993cf25264b6
      https://github.com/parrot/parrot/commit/f9248ede52b1359657a42c6b271d993cf25264b6
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M runtime/parrot/library/String/Utils.pir

  Log Message:
  -----------
  Removed extra, accidental space.


  Commit: 183526cf24865b0c7d5d440a74200e793da8bca7
      https://github.com/parrot/parrot/commit/183526cf24865b0c7d5d440a74200e793da8bca7
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/tools/dump_pbc.t

  Log Message:
  -----------
  Updated test to reflect the edit in 'examples/tutorial/01_temp_var.pir'.


  Commit: 7f1155a6e74b6216801f9f520dc2a6b657bea4d8
      https://github.com/parrot/parrot/commit/7f1155a6e74b6216801f9f520dc2a6b657bea4d8
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/examples/streams.t

  Log Message:
  -----------
  Update the test to reflect the changes, i.e., '=head1 DESCRIPTION'.


  Commit: 4236c9d0d82d7ba5d83e208e90952e56a2f4a945
      https://github.com/parrot/parrot/commit/4236c9d0d82d7ba5d83e208e90952e56a2f4a945
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M t/examples/streams.t

  Log Message:
  -----------
  Just had to tweak the heredoc on 'ParrotIO.pir' a'bit.


  Commit: 0e451e6a902f9e5b41ad0d27697b6b696d57aafc
      https://github.com/parrot/parrot/commit/0e451e6a902f9e5b41ad0d27697b6b696d57aafc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    R t/codingstd/240_files_without_DESCRIPTION.log

  Log Message:
  -----------
  Removed log file which held all of the 't/codingstd/pod_description.t' test which failed to pass.


  Commit: 976c78ad0a510b707725d6f6b820ae4d8026e3e5
      https://github.com/parrot/parrot/commit/976c78ad0a510b707725d6f6b820ae4d8026e3e5
  Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M src/exit.c
    M t/run/options.t

  Log Message:
  -----------
  Merge pull request #781 from rurban/leak-test#765

Mark --leak-test to be skipped with AddressSanitizer


  Commit: 30b03a20dd18e218a489964878b47d402e1275b6
      https://github.com/parrot/parrot/commit/30b03a20dd18e218a489964878b47d402e1275b6
  Author: Will "Coke" Coleda <will at coleda.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M examples/README.pod

  Log Message:
  -----------
  avoid typo by picking something more accurate


  Commit: 31602096c4c9376c0aff72976924e87e44def8d2
      https://github.com/parrot/parrot/commit/31602096c4c9376c0aff72976924e87e44def8d2
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M MANIFEST
    M config/gen/makefiles/root.in
    R tools/dev/pbc_to_exe.pir
    A tools/dev/pbc_to_exe.winxed

  Log Message:
  -----------
  Merge branch 'pbc_to_exe_winxed'


  Commit: bb128c7db9bbb155e994415bf831b8827ba19967
      https://github.com/parrot/parrot/commit/bb128c7db9bbb155e994415bf831b8827ba19967
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  add missing dependence on winxed.pbc


  Commit: f852446839f3cb03c4c81d91d59ffe55cce84061
      https://github.com/parrot/parrot/commit/f852446839f3cb03c4c81d91d59ffe55cce84061
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M CREDITS
    M DONORS.pod
    M README_cygwin.pod
    M compilers/data_json/JSON_README.pod
    M compilers/data_json/data_json.pir
    M compilers/imcc/imcc.y
    M compilers/imcc/imcparser.c
    M compilers/pct/README.pod
    M compilers/pge/PGE.pir
    M compilers/pge/PGE/Exp.pir
    M compilers/pge/PGE/OPTable.pir
    M compilers/pge/PGE/Perl6Regex.pir
    M compilers/pge/README.pod
    M compilers/tge/TGE/Compiler.pir
    M compilers/tge/TGE/Grammar.pir
    M compilers/tge/tgc.pir
    M config/auto/llvm/hello.c
    M docs/binaries/ops2c.pod
    M docs/binaries/parrot-nqp.pod
    M docs/binaries/parrot-prove.pod
    M docs/binaries/parrot_nci_thunk_gen.pod
    M docs/binaries/parrotbug.pod
    M docs/binaries/pbc_to_exe.pod
    M docs/binaries/plumage.pod
    M docs/binaries/winxed.pod
    M docs/compiler_faq.pod
    M docs/debug.pod
    M docs/deprecations/deprecations.pod
    M docs/deprecations/deprecations_2_6.pod
    M docs/deprecations/deprecations_2_9.pod
    M docs/deprecations/deprecations_3_0.pod
    M docs/deprecations/deprecations_3_3.pod
    M docs/deprecations/deprecations_3_6.pod
    M docs/deprecations/how_to_deprecate.pod
    M docs/dev/byteorder.pod
    M docs/dev/c_functions.pod
    M docs/dev/coverage.pod
    M docs/dev/debugging_with_msvc.pod
    M docs/dev/headerizer.pod
    M docs/dev/infant.pod
    M docs/dev/longopt.pod
    M docs/dev/parrot_api.pod
    M docs/dev/pcc_methods.pod
    M docs/dev/pcc_state.pod
    M docs/dev/pmc_freeze.pod
    M docs/dev/pmc_obj_design_meeting_notes.pod
    M docs/extend.pod
    M docs/faq.pod
    M docs/gettingstarted.pod
    M docs/glossary.pod
    M docs/imcc/imcfaq.pod
    M docs/intro.pod
    M docs/memory_internals.pod
    M docs/overview.pod
    M docs/parrot.pod
    M docs/parrotbyte.pod
    M docs/pmc.pod
    M docs/pmc/array.pod
    M docs/pmc/documentation.pod
    M docs/pmc2c.pod
    M docs/porting_intro.pod
    M docs/project/cage_cleaners_guide.pod
    M docs/project/committer_guide.pod
    M docs/project/core_inclusion.pod
    M docs/project/debian_packaging_guide.pod
    M docs/project/metacommitter_guide.pod
    M docs/project/release_manager_guide.pod
    M docs/project/roles_responsibilities.pod
    M docs/project/support_policy.pod
    M docs/project/ubuntu_packaging_guide.pod
    M docs/req/model_users.pod
    M docs/running.pod
    M docs/submissions.pod
    M docs/tests.pod
    M docs/user/pir/exceptions.pod
    M docs/user/pir/intro.pod
    M docs/user/pir/objects.pod
    M docs/user/pir/pmcs.pod
    M docs/vtables.pod
    M editor/README.pod
    M examples/languages/abc/abc.pir
    M examples/languages/abc/src/builtins/all.pir
    M examples/languages/squaak/doc/tutorial_episode_1.pod
    M examples/languages/squaak/doc/tutorial_episode_2.pod
    M examples/languages/squaak/doc/tutorial_episode_3.pod
    M examples/languages/squaak/doc/tutorial_episode_4.pod
    M examples/languages/squaak/doc/tutorial_episode_5.pod
    M examples/languages/squaak/doc/tutorial_episode_6.pod
    M examples/languages/squaak/doc/tutorial_episode_7.pod
    M examples/languages/squaak/doc/tutorial_episode_8.pod
    M examples/languages/squaak/doc/tutorial_episode_9.pod
    M examples/languages/squaak/squaak.pir
    M examples/languages/squaak/src/squaak.pir
    M examples/mops/mops.p6
    M examples/mops/mops.rb
    M examples/nci/Xlib.pir
    M examples/nci/Xlibconstants.pir
    M examples/nci/xlibtest.nqp
    M examples/nci/xlibtest.p6
    M examples/nci/xlibtest.pir
    M examples/past/01-sub.pir
    M examples/past/four_plus_one.pir
    M examples/pir/coop_threads.pir
    M examples/sdl/anim_image.pir
    M examples/sdl/anim_image_dblbuf.pir
    M examples/sdl/blue_font.pir
    M examples/sdl/blue_rect.pir
    M examples/sdl/blue_rect.pl
    M examples/sdl/bounce_parrot_logo.pir
    M examples/sdl/mandel.pir
    M examples/sdl/minesweeper/eventhandler.pir
    M examples/sdl/minesweeper/mines.pir
    M examples/sdl/move_parrot_logo.pir
    M examples/sdl/raw_pixels.pir
    M examples/sdl/tetris/app.pir
    M examples/sdl/tetris/block.pir
    M examples/sdl/tetris/blockdata.pir
    M examples/sdl/tetris/blocks.pir
    M examples/sdl/tetris/board.pir
    M examples/sdl/tetris/boarddata.pir
    M examples/sdl/tetris/eventhandler.pir
    M examples/sdl/tetris/tetris.pir
    M examples/streams/Bytes.pir
    M examples/streams/Combiner.pir
    M examples/streams/Coroutine.pir
    M examples/streams/FileLines.pir
    M examples/streams/Filter.pir
    M examples/streams/Include.pir
    M examples/streams/Lines.pir
    M examples/streams/ParrotIO.pir
    M examples/streams/SubCounter.pir
    M examples/streams/SubHello.pir
    M examples/streams/Writer.pir
    M examples/tge/branch/lib/Branch.pir
    M examples/tge/branch/lib/Leaf.pir
    M examples/tutorial/00_README.pod
    M examples/tutorial/01_temp_var.pir
    M examples/tutorial/02_local_var.pir
    M examples/tutorial/03_temp_var_basic_pmcs.pir
    M examples/tutorial/04_pod_comments.pir
    M examples/tutorial/10_math_ops.pir
    M examples/tutorial/11_math_ops_self_mod.pir
    M examples/tutorial/12_math_ops_pasm.pir
    M examples/tutorial/13_logical_ops.pir
    M examples/tutorial/20_string_ops.pir
    M examples/tutorial/21_string_ops_repeat.pir
    M examples/tutorial/22_string_ops_length.pir
    M examples/tutorial/23_string_ops_substr.pir
    M examples/tutorial/24_string_ops_clone.pir
    M examples/tutorial/30_arrays_basic.pir
    M examples/tutorial/31_array_ops_split.pir
    M examples/tutorial/32_array_ops_sprintf.pir
    M examples/tutorial/33_hashes.pir
    M examples/tutorial/34_multikey.pir
    M examples/tutorial/40_file_ops.pir
    M examples/tutorial/50_goto.pir
    M examples/tutorial/51_if_unless.pir
    M examples/tutorial/52_if_compare.pir
    M examples/tutorial/53_loop.pir
    M examples/tutorial/55_iterator.pir
    M examples/tutorial/56_defined.pir
    M examples/tutorial/57_exists.pir
    M examples/tutorial/60_subroutines.pir
    M examples/tutorial/61_namespaces.pir
    M examples/tutorial/62_namespaces.pir
    M examples/tutorial/70_class_object.pir
    M examples/tutorial/81_continuation.pir
    M examples/tutorial/82_coroutine.pir
    M examples/tutorial/83_external_libraries.pir
    M examples/tutorial/90_writing_tests.pir
    M lib/Parrot/Test/Pod.pm
    M runtime/parrot/include/green_threads.pir
    M runtime/parrot/include/hllmacros.pir
    M runtime/parrot/include/test_more.pir
    M runtime/parrot/languages/parrot/parrot.pir
    M runtime/parrot/library/CGI/QueryHash.pir
    M runtime/parrot/library/Config/JSON.pir
    M runtime/parrot/library/HTTP/Daemon.pir
    M runtime/parrot/library/HTTP/Message.pir
    M runtime/parrot/library/JSON.pir
    M runtime/parrot/library/LWP/Protocol.pir
    M runtime/parrot/library/LWP/UserAgent.pir
    M runtime/parrot/library/PGE/Dumper.pir
    M runtime/parrot/library/Range.pir
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/String/Utils.pir
    M runtime/parrot/library/TAP/Formatter.pir
    M runtime/parrot/library/TAP/Harness.pir
    M runtime/parrot/library/TAP/Parser.pir
    M runtime/parrot/library/Test/Builder/Test.pir
    M runtime/parrot/library/URI.pir
    M runtime/parrot/library/distutils.pir
    M runtime/parrot/library/dumper.pir
    M runtime/parrot/library/parrotlib.pir
    M src/alarm.c
    M src/dynpmc/README.pod
    M src/gc/gc_ms2.c
    M src/platform/generic/socket.c
    M src/pmc/callback.pmc
    M src/pointer_array.c
    M src/runcore/subprof.c
    M t/TESTS_STATUS.pod
    M t/codingstd/pccmethod_deps.t
    M t/codingstd/pod_description.t
    M t/dynoplibs/time.t
    M t/examples/streams.t
    M t/harness
    M t/op/time.t
    M t/pmc/opcode.t
    M t/pmc/oplib.t
    M t/pmc/task_primes.t
    M t/tools/dump_pbc.t
    M tools/dev/merge_pull_request.pl
    M tools/release/cut.pl

  Log Message:
  -----------
  Merge branch 'ayardley/pod_DESCRIPTIONS'


  Commit: 558251985ade92e65e71e8a6df22eb6693a926a9
      https://github.com/parrot/parrot/commit/558251985ade92e65e71e8a6df22eb6693a926a9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Updated '-Documentation' and '-Tests'.


  Commit: 2c97f1cbb3f38f66427031b6a8495c5bcf74a7a6
      https://github.com/parrot/parrot/commit/2c97f1cbb3f38f66427031b6a8495c5bcf74a7a6
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  delete generated pbc_to_exe.pir in prog-clean target


  Commit: dbe352e132f34a1cfc497dc9291b99f4561c4516
      https://github.com/parrot/parrot/commit/dbe352e132f34a1cfc497dc9291b99f4561c4516
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M MANIFEST
    R lib/Parrot/Pmc2c/Object.pm

  Log Message:
  -----------
  Parrot::Pmc2c::Object not used in any other source code.  Delete it.


  Commit: 85c798cfa311de293b2f92b0123dfa384d2de504
      https://github.com/parrot/parrot/commit/85c798cfa311de293b2f92b0123dfa384d2de504
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M ext/winxed/compiler.pir
    M ext/winxed/driver.pir

  Log Message:
  -----------
  update winxed snapshot to 1.9.1
- Treat carriage return in source files as white space


  Commit: ebf084f677187abfe01caec09304e674edaaf275
      https://github.com/parrot/parrot/commit/ebf084f677187abfe01caec09304e674edaaf275
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  update winxed snapshot to 3387865
- quick fix for carriage return in heredocs


  Commit: 0d0cedc51e228426a566a5da6dae1cbaf5652cb3
      https://github.com/parrot/parrot/commit/0d0cedc51e228426a566a5da6dae1cbaf5652cb3
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  update winxed snapshot to  5a1444a
- last fix for carriage return was wrong, fix the fix


  Commit: 651fe7b76f7eeb8eadfa6d69cf31b1270837465f
      https://github.com/parrot/parrot/commit/651fe7b76f7eeb8eadfa6d69cf31b1270837465f
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M t/codingstd/pod_description.t

  Log Message:
  -----------
  All Pod files now have non-empty DESCRIPTION sections; ayardley++.  Remove
TODO block.


  Commit: da85f6ff05cca99562c04adb88119e9ef2cc3984
      https://github.com/parrot/parrot/commit/da85f6ff05cca99562c04adb88119e9ef2cc3984
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Attribute.pm

  Log Message:
  -----------
  Add documentation for constructor and note about where four other methods are invoked.


  Commit: 487e9d02e5050953028c41cea3edca0aff820541
      https://github.com/parrot/parrot/commit/487e9d02e5050953028c41cea3edca0aff820541
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M MANIFEST
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Eliminate Parrot::Pmc2c::Attribute.

ack-ing showed that none of this method's packages was invoked more than once.
Hence, we can either move them to the package in which they are invoked or
eliminate them entirely in favor of simply passing their arguments to callers
as needed.

Invocation of name() in Parrot::Pmc2c::PMC re-coded to be a hash dereference
rather than a method call.

generate_start(), generate_declaration(), generate_end() and
generate_accessor() become Parrot::Pmc2c::PMC internal methods.

new() was called only once, within Parrot/Pmc2c/Parser.pm.  It never did
anything other than guarantee that all four of its key-value pairs had defined
values.  Rework its invocation.


  Commit: f4a2ff1c36a2af16150f9c507836e7237200e950
      https://github.com/parrot/parrot/commit/f4a2ff1c36a2af16150f9c507836e7237200e950
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/MULTI.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Parrot::Pmc2c::MULTI::rewrite_multi_sub() is invoked only once, in
Parrot::Pmc2c::Parser::find_methods().  The way it is written would lead one
to believe that its first argument was an object of its own class, which it is
not. The first argument is a Parrot::Pmc2c::Method object.  So inside
rewrite_multi_sub(), rename $self -> $method to be more self-documenting.


  Commit: 2ad68dd6d47c90a40afec07304e1150f4a63542f
      https://github.com/parrot/parrot/commit/2ad68dd6d47c90a40afec07304e1150f4a63542f
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Parrot::Pmc2c::MULTI::rewrite_pccmethod() and mangle_name() are invoked only
once each, in Parrot::Pmc2c::Parser::find_methods().  The way they are written
would lead one to believe that their first arguments were objects of the
Parrot::Pmc2c::MULTI class, which they are not. In each case, the first
argument is a Parrot::Pmc2c::Method object.  So inside rewrite_multi_sub(),
rename $self -> $method to be more self-documenting.

In addition, mangle_name() makes no use of its second argument, $pmc.  So
eliminate it.


  Commit: a4ffcce82820ad8073087eeb64aa2e2b5f81ea96
      https://github.com/parrot/parrot/commit/a4ffcce82820ad8073087eeb64aa2e2b5f81ea96
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M MANIFEST
    R lib/Parrot/Pmc2c/MULTI.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Parrot::Pmc2c::MULTI::rewrite_multi_sub() is invoked only once, inside
Parrot::Pmc2c::Parser::find_methods.  Let's move it to Parrot::Pmc2c::PCCMETHOD
where it can reside along two other subroutines invoked within find_methods.
This enables us to eliminate lib/Parrot/Pmc2c/MULTI.pm entirely.


  Commit: e2bd11aab4ab9e604746bdbc9529c3e0e887ba1d
      https://github.com/parrot/parrot/commit/e2bd11aab4ab9e604746bdbc9529c3e0e887ba1d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M config/auto/pmc.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Eliminate remaining references to Parrot::Pmc2c::MULTI.


  Commit: 957219a18a00e97de088ac77c6a951de8d2208f8
      https://github.com/parrot/parrot/commit/957219a18a00e97de088ac77c6a951de8d2208f8
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Method.pm

  Log Message:
  -----------
  Eliminate unnecessary import of Parrot::Pmc2c::Emitter.


  Commit: f2c651f3f18b372c3c121cc3b5dce87fa21ec90e
      https://github.com/parrot/parrot/commit/f2c651f3f18b372c3c121cc3b5dce87fa21ec90e
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/PMC.pm

  Log Message:
  -----------
  For clarity, distinguish between the emitter for .c files and that for .h
files.


  Commit: 6aa8b68740c8d82ab7b4b0f9aa8bf2518c7e1a9d
      https://github.com/parrot/parrot/commit/6aa8b68740c8d82ab7b4b0f9aa8bf2518c7e1a9d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Correct spelling error.


  Commit: 5870084f055d05fe89aba28e85509438bdc04c98
      https://github.com/parrot/parrot/commit/5870084f055d05fe89aba28e85509438bdc04c98
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/auto/icu.pm

  Log Message:
  -----------
  [configure] use icu-config --ldflags-libsonly

This fixes the build problem discussed at
http://lists.parrot.org/pipermail/parrot-dev/2012-June/006974.html


  Commit: cace87b280e0309105b0890ed99532e56fb3fe06
      https://github.com/parrot/parrot/commit/cace87b280e0309105b0890ed99532e56fb3fe06
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Add tools/dev/pbc_to_exe.pir per instruction from whiteknight.


  Commit: c89914d5de58a0e0a0849fe6125d8c51178085c1
      https://github.com/parrot/parrot/commit/c89914d5de58a0e0a0849fe6125d8c51178085c1
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/auto/icu.pm

  Log Message:
  -----------
  Merge branch 'master' of git at github.com:parrot/parrot


  Commit: 944e742cf3501c9195b12e75de8d17e561be7580
      https://github.com/parrot/parrot/commit/944e742cf3501c9195b12e75de8d17e561be7580
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M .gitignore
    M config/auto/icu.pm

  Log Message:
  -----------
  Merge branch 'master' of git at github.com:parrot/parrot


  Commit: 8e593422db56e01b330306fa66fc948ff9e624ba
      https://github.com/parrot/parrot/commit/8e593422db56e01b330306fa66fc948ff9e624ba
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Begin to write POD for Emitter.pm.


  Commit: ed8da4edccf48bef02a6eea48f3604a485b59552
      https://github.com/parrot/parrot/commit/ed8da4edccf48bef02a6eea48f3604a485b59552
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M t/steps/auto/icu-01.t

  Log Message:
  -----------
  fix t/steps/auto/icu_01.t


  Commit: 85ea38423a6c09772d35e372cef8b3c4ef8280cf
      https://github.com/parrot/parrot/commit/85ea38423a6c09772d35e372cef8b3c4ef8280cf
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Begin to document and refactor text().  FAILING TO BUILD.


  Commit: 380d59783e2947e3798ecfaaa78362f8ba634e78
      https://github.com/parrot/parrot/commit/380d59783e2947e3798ecfaaa78362f8ba634e78
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Revert "Begin to document and refactor text().  FAILING TO BUILD."

This reverts commit 85ea38423a6c09772d35e372cef8b3c4ef8280cf.


  Commit: 6bed7f139fcf512f7f35b8e6b587e88bf0509f00
      https://github.com/parrot/parrot/commit/6bed7f139fcf512f7f35b8e6b587e88bf0509f00
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Start to add documentation to Parrot::Pmc2c::Emitter in POD format.


  Commit: dc9baacc4bfdd0011d72e89c89303d8d865bc2e8
      https://github.com/parrot/parrot/commit/dc9baacc4bfdd0011d72e89c89303d8d865bc2e8
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Simplify syntax of new().


  Commit: a1965e026f148409ba89a3e19479cba5ada87031
      https://github.com/parrot/parrot/commit/a1965e026f148409ba89a3e19479cba5ada87031
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Simplify text() along same lines as new().


  Commit: e9b024c16fc0e1e9eb1b7833c61af542c35d7397
      https://github.com/parrot/parrot/commit/e9b024c16fc0e1e9eb1b7833c61af542c35d7397
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/PMC.pm

  Log Message:
  -----------
  Correct spelling of method in its declaration and single instance.


  Commit: 500836ed68630520c52e28ccf99876e3edddd1be
      https://github.com/parrot/parrot/commit/500836ed68630520c52e28ccf99876e3edddd1be
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/PMC.pm

  Log Message:
  -----------
  In Parrot::Pmc2c::PCCMETHOD, change $self to $method to make clear that these are subroutines (with other class's objects as arguments) rather than methods of this package.


  Commit: e446d96d00ed13e8efa88265c0bc41ea6ee13612
      https://github.com/parrot/parrot/commit/e446d96d00ed13e8efa88265c0bc41ea6ee13612
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M MANIFEST.SKIP

  Log Message:
  -----------
  Regenerate MANIFEST.SKIP


  Commit: 399bb0e49913e802850fdf02e976495305671c2a
      https://github.com/parrot/parrot/commit/399bb0e49913e802850fdf02e976495305671c2a
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/auto/icu.pm

  Log Message:
  -----------
  Fix auto::icu for non-standard ICU paths

While --ldflags was too much, --ldflags-libsonly isn't enough.  So
also ask icu-config for --ldflags-searchpath


  Commit: eae31fee5b1ba0b138545fc0ac256b8abe0da5f7
      https://github.com/parrot/parrot/commit/eae31fee5b1ba0b138545fc0ac256b8abe0da5f7
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M MANIFEST.SKIP
    M config/auto/icu.pm
    M t/steps/auto/icu-01.t

  Log Message:
  -----------
  Merge branch 'master' of git at github.com:parrot/parrot


  Commit: e69972a105f4c9d07a62b5672d217e03028bdc2f
      https://github.com/parrot/parrot/commit/e69972a105f4c9d07a62b5672d217e03028bdc2f
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/auto/icu.pm

  Log Message:
  -----------
  Fix auto::icu for newline from icu-config


  Commit: fa139832c4c4111b13c1ca4bea9f19227f4e28ea
      https://github.com/parrot/parrot/commit/fa139832c4c4111b13c1ca4bea9f19227f4e28ea
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/auto/icu.pm

  Log Message:
  -----------
  Merge branch 'master' of git at github.com:parrot/parrot


  Commit: 95e6f6ca24043df6a1ed39c1fb168214d0872bb0
      https://github.com/parrot/parrot/commit/95e6f6ca24043df6a1ed39c1fb168214d0872bb0
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  Write preliminary documentation in POD format for find(), subst() and replace()..


  Commit: a608886de3dcc8a8731edc522f4c5f5155039c42
      https://github.com/parrot/parrot/commit/a608886de3dcc8a8731edc522f4c5f5155039c42
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm

  Log Message:
  -----------
  pmc2c.pl is in tools/build/, not tools/dev.


  Commit: e25901d283e47f148c9337a4ce59fa0f71a22329
      https://github.com/parrot/parrot/commit/e25901d283e47f148c9337a4ce59fa0f71a22329
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M config/auto/icu.pm
    M t/steps/auto/icu-01.t

  Log Message:
  -----------
  Update branch with recent config system updates in master.


  Commit: a1b89a3cd01a0963418002db7d8781e000a45630
      https://github.com/parrot/parrot/commit/a1b89a3cd01a0963418002db7d8781e000a45630
  Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M include/parrot/platform_interface.h
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Merge pull request #772 from svatsan/b280

Addresses #280


  Commit: 4a7d8c91cc0f4114424bf17e23d9421ed75b5572
      https://github.com/parrot/parrot/commit/4a7d8c91cc0f4114424bf17e23d9421ed75b5572
  Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c

  Log Message:
  -----------
  fixed build on windows, fixed wrong code


  Commit: dd024c52597747937295a6a2e925ecb58415822e
      https://github.com/parrot/parrot/commit/dd024c52597747937295a6a2e925ecb58415822e
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M include/parrot/platform_interface.h
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Merge branch 'master' of git at github.com:parrot/parrot


  Commit: 22e79b81d39c0a4bc16c165fea230302f8c9a236
      https://github.com/parrot/parrot/commit/22e79b81d39c0a4bc16c165fea230302f8c9a236
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c

  Log Message:
  -----------
  [codingstd] Fix POD syntax in similar location in two files.


  Commit: aefede4e1f61793c878b136bcd349bba3a5dd39d
      https://github.com/parrot/parrot/commit/aefede4e1f61793c878b136bcd349bba3a5dd39d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/parrot/interpreter.h
    M include/parrot/platform_interface.h
    M src/interp/api.c

  Log Message:
  -----------
  [codingstd] No trailing whitespace\!


  Commit: 4c74eb88dcd8827dc95004a11d2974c5b7f57b81
      https://github.com/parrot/parrot/commit/4c74eb88dcd8827dc95004a11d2974c5b7f57b81
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M src/platform/generic/misc.c

  Log Message:
  -----------
  [codingstd] Fix incorrect indentation of preprocessor directive.


  Commit: 82dcd8dd1d813e9fddecabd46cd2df76cb29dea4
      https://github.com/parrot/parrot/commit/82dcd8dd1d813e9fddecabd46cd2df76cb29dea4
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M src/interp/api.c

  Log Message:
  -----------
  [codingstd] Fix non-2 space outdenting.


  Commit: 57e18ad9919a7e94d879309efba3548b26554f5a
      https://github.com/parrot/parrot/commit/57e18ad9919a7e94d879309efba3548b26554f5a
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M frontend/parrot2/prt0.pir
    M frontend/parrot2/prt0.winxed
    M src/interp/api.c

  Log Message:
  -----------
  Fix some exception messages to help track down failures more easily. re-bootstrap prt0.pir to account for the change in Interpinfo_enum numbering following recent changes. Update prt0.winxed to include the new copyright date (should be dynamic?) so re-bootstrapping does not alter the copyright message. kid51++ for pointing out the test failure.


  Commit: fa62e0f5b717bfd1fabd4474933af9469ec076af
      https://github.com/parrot/parrot/commit/fa62e0f5b717bfd1fabd4474933af9469ec076af
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M src/platform/win32/misc.c

  Log Message:
  -----------
  [codingstd] Provide correct format for C function documentation.


  Commit: 328cbafb883d8838803f651a463de5489a0ace3a
      https://github.com/parrot/parrot/commit/328cbafb883d8838803f651a463de5489a0ace3a
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M MANIFEST
    R lib/Parrot/Pmc2c/Object.pm

  Log Message:
  -----------
  Merge branch 'no_pmc_object_pm'


  Commit: e6e2d763c626eed83c8b263a1bb0ca3bb21d575b
      https://github.com/parrot/parrot/commit/e6e2d763c626eed83c8b263a1bb0ca3bb21d575b
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M MANIFEST
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Merge branch 'attribute_generate'


  Commit: 144115ee9cc2ba74a011f2912368157145b59c1c
      https://github.com/parrot/parrot/commit/144115ee9cc2ba74a011f2912368157145b59c1c
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M MANIFEST
    M config/auto/pmc.pm
    R lib/Parrot/Pmc2c/MULTI.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/Parser.pm

  Log Message:
  -----------
  Merge branch 'eliminate_multi'


  Commit: 5185a3a4f369ebaa9a84f9eb569a0b31ebb19362
      https://github.com/parrot/parrot/commit/5185a3a4f369ebaa9a84f9eb569a0b31ebb19362
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    R lib/Parrot/Pmc2c/Attribute.pm

  Log Message:
  -----------
  This should have been deleted as part of Issue #789.


  Commit: 5bd740f82b515e45a8dc71a1cab52e4bbe25a428
      https://github.com/parrot/parrot/commit/5bd740f82b515e45a8dc71a1cab52e4bbe25a428
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    M MANIFEST
    M MANIFEST.SKIP
    M config/auto/pmc.pm
    M frontend/parrot2/prt0.pir
    M frontend/parrot2/prt0.winxed
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M include/parrot/platform_interface.h
    R lib/Parrot/Pmc2c/Attribute.pm
    R lib/Parrot/Pmc2c/MULTI.pm
    R lib/Parrot/Pmc2c/Object.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/Parser.pm
    M src/dynoplibs/sys.ops
    M src/interp/api.c
    M src/ops/core.ops
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Update branch from master, then resolve some merge conflicts in PCCMETHOD.pm.


  Commit: 32922950ff43b2ba01f65167a30dd7c74496b476
      https://github.com/parrot/parrot/commit/32922950ff43b2ba01f65167a30dd7c74496b476
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-14 (Thu, 14 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Pmc2cMain.pm

  Log Message:
  -----------
  Add documentation identifying where each method is tested.


  Commit: fb9b5ba1e525c8175a95e4a77044bf3bd1d94c3b
      https://github.com/parrot/parrot/commit/fb9b5ba1e525c8175a95e4a77044bf3bd1d94c3b
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Enter comment as to why we have to use suffix rules rather than pattern rules.


  Commit: 78e570caddf8792cabd2a9e3862694f7712f4ac1
      https://github.com/parrot/parrot/commit/78e570caddf8792cabd2a9e3862694f7712f4ac1
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Restore one comment, to be consistent with other suffix rules.


  Commit: 998cd1ceb6e55ba7c0eb101a93da49175147d3a2
      https://github.com/parrot/parrot/commit/998cd1ceb6e55ba7c0eb101a93da49175147d3a2
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/Pmc2cMain.pm

  Log Message:
  -----------
  Merge branch 'pmc_emitter_document'


  Commit: bda0d58871e1c9a583477233f5edce686f7d6ed9
      https://github.com/parrot/parrot/commit/bda0d58871e1c9a583477233f5edce686f7d6ed9
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Emitter.pm
    M lib/Parrot/Pmc2c/Method.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/Parser.pm
    M lib/Parrot/Pmc2c/Pmc2cMain.pm

  Log Message:
  -----------
  [codingstd] Update copyrights on recently modified files.


  Commit: 35c4d65b23f00ad41ef1ad6e33c8300d9f8e423e
      https://github.com/parrot/parrot/commit/35c4d65b23f00ad41ef1ad6e33c8300d9f8e423e
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Added entry about code cleanup in lib/Parrot/Pmc2c/.


  Commit: ea4450c599a90935c557a9a04bce2b75d41a10ae
      https://github.com/parrot/parrot/commit/ea4450c599a90935c557a9a04bce2b75d41a10ae
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  [doc] Add some beef to the changelog


  Commit: bd38fd01b35cf1b6310dd3c7bbf119386e2e189f
      https://github.com/parrot/parrot/commit/bd38fd01b35cf1b6310dd3c7bbf119386e2e189f
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  winxed news


  Commit: b11c4d83c954e9a01aeba078914465b3d85fe8a2
      https://github.com/parrot/parrot/commit/b11c4d83c954e9a01aeba078914465b3d85fe8a2
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M tools/release/parrot_github_release.pl

  Log Message:
  -----------
  Minor edit. Just added a newline to the '<li>...</li>' output of 'releases.html' in preparation of tomorrow's release.


  Commit: 522f92816a93a3f6978f06da6a9234b667697270
      https://github.com/parrot/parrot/commit/522f92816a93a3f6978f06da6a9234b667697270
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M CREDITS
    M ChangeLog
    M MANIFEST.generated
    M README.pod
    M VERSION
    M docs/parrothist.pod
    M docs/project/release_manager_guide.pod
    M include/parrot/oplib/core_ops.h
    M src/ops/core_ops.c
    M tools/release/release.json

  Log Message:
  -----------
  Release 4.5.0 - Buff-faced Pygmy Parrot (in honor of M0).


  Commit: a08def96b921444cd7ed3c360f8c32729598d457
      https://github.com/parrot/parrot/commit/a08def96b921444cd7ed3c360f8c32729598d457
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M .gitignore
    M CREDITS
    M ChangeLog
    M DONORS.pod
    M MANIFEST
    M MANIFEST.SKIP
    M MANIFEST.generated
    M README.pod
    M README_cygwin.pod
    M VERSION
    M compilers/data_json/JSON_README.pod
    M compilers/data_json/data_json.pir
    M compilers/imcc/imcc.y
    M compilers/imcc/imcparser.c
    M compilers/pct/README.pod
    M compilers/pge/PGE.pir
    M compilers/pge/PGE/Exp.pir
    M compilers/pge/PGE/OPTable.pir
    M compilers/pge/PGE/Perl6Regex.pir
    M compilers/pge/README.pod
    M compilers/tge/TGE/Compiler.pir
    M compilers/tge/TGE/Grammar.pir
    M compilers/tge/tgc.pir
    M config/auto/icu.pm
    M config/auto/llvm/hello.c
    M config/auto/memalign.pm
    M config/auto/pmc.pm
    M config/auto/sizes.pm
    M config/auto/sizes/test_c.in
    M config/auto/va_ptr.pm
    M config/gen/config_h/config_h.in
    M config/gen/makefiles/root.in
    M docs/binaries/ops2c.pod
    M docs/binaries/parrot-nqp.pod
    M docs/binaries/parrot-prove.pod
    M docs/binaries/parrot_nci_thunk_gen.pod
    M docs/binaries/parrotbug.pod
    M docs/binaries/pbc_to_exe.pod
    M docs/binaries/plumage.pod
    M docs/binaries/winxed.pod
    M docs/compiler_faq.pod
    M docs/debug.pod
    M docs/deprecations/deprecations.pod
    M docs/deprecations/deprecations_2_6.pod
    M docs/deprecations/deprecations_2_9.pod
    M docs/deprecations/deprecations_3_0.pod
    M docs/deprecations/deprecations_3_3.pod
    M docs/deprecations/deprecations_3_6.pod
    M docs/deprecations/how_to_deprecate.pod
    M docs/dev/byteorder.pod
    M docs/dev/c_functions.pod
    M docs/dev/coverage.pod
    M docs/dev/debugging_with_msvc.pod
    M docs/dev/headerizer.pod
    M docs/dev/infant.pod
    M docs/dev/longopt.pod
    M docs/dev/parrot_api.pod
    M docs/dev/pcc_methods.pod
    M docs/dev/pcc_state.pod
    M docs/dev/pmc_freeze.pod
    M docs/dev/pmc_obj_design_meeting_notes.pod
    M docs/extend.pod
    M docs/faq.pod
    M docs/gettingstarted.pod
    M docs/glossary.pod
    M docs/imcc/imcfaq.pod
    M docs/intro.pod
    M docs/memory_internals.pod
    M docs/overview.pod
    M docs/parrot.pod
    M docs/parrotbyte.pod
    M docs/parrothist.pod
    M docs/pmc.pod
    M docs/pmc/array.pod
    M docs/pmc/documentation.pod
    M docs/pmc2c.pod
    M docs/porting_intro.pod
    M docs/project/cage_cleaners_guide.pod
    M docs/project/committer_guide.pod
    M docs/project/core_inclusion.pod
    M docs/project/debian_packaging_guide.pod
    M docs/project/metacommitter_guide.pod
    M docs/project/release_manager_guide.pod
    M docs/project/roles_responsibilities.pod
    M docs/project/support_policy.pod
    M docs/project/ubuntu_packaging_guide.pod
    M docs/req/model_users.pod
    M docs/running.pod
    M docs/submissions.pod
    M docs/tests.pod
    M docs/user/pir/exceptions.pod
    M docs/user/pir/intro.pod
    M docs/user/pir/objects.pod
    M docs/user/pir/pmcs.pod
    M docs/vtables.pod
    M editor/README.pod
    M examples/README.pod
    M examples/languages/abc/abc.pir
    M examples/languages/abc/src/builtins/all.pir
    M examples/languages/squaak/doc/tutorial_episode_1.pod
    M examples/languages/squaak/doc/tutorial_episode_2.pod
    M examples/languages/squaak/doc/tutorial_episode_3.pod
    M examples/languages/squaak/doc/tutorial_episode_4.pod
    M examples/languages/squaak/doc/tutorial_episode_5.pod
    M examples/languages/squaak/doc/tutorial_episode_6.pod
    M examples/languages/squaak/doc/tutorial_episode_7.pod
    M examples/languages/squaak/doc/tutorial_episode_8.pod
    M examples/languages/squaak/doc/tutorial_episode_9.pod
    M examples/languages/squaak/squaak.pir
    M examples/languages/squaak/src/squaak.pir
    M examples/mops/mops.p6
    M examples/mops/mops.rb
    M examples/nci/Xlib.pir
    M examples/nci/Xlibconstants.pir
    M examples/nci/xlibtest.nqp
    M examples/nci/xlibtest.p6
    M examples/nci/xlibtest.pir
    M examples/past/01-sub.pir
    M examples/past/four_plus_one.pir
    M examples/pir/coop_threads.pir
    M examples/sdl/anim_image.pir
    M examples/sdl/anim_image_dblbuf.pir
    M examples/sdl/blue_font.pir
    M examples/sdl/blue_rect.pir
    M examples/sdl/blue_rect.pl
    M examples/sdl/bounce_parrot_logo.pir
    M examples/sdl/mandel.pir
    M examples/sdl/minesweeper/eventhandler.pir
    M examples/sdl/minesweeper/mines.pir
    M examples/sdl/move_parrot_logo.pir
    M examples/sdl/raw_pixels.pir
    M examples/sdl/tetris/app.pir
    M examples/sdl/tetris/block.pir
    M examples/sdl/tetris/blockdata.pir
    M examples/sdl/tetris/blocks.pir
    M examples/sdl/tetris/board.pir
    M examples/sdl/tetris/boarddata.pir
    M examples/sdl/tetris/eventhandler.pir
    M examples/sdl/tetris/tetris.pir
    M examples/streams/Bytes.pir
    M examples/streams/Combiner.pir
    M examples/streams/Coroutine.pir
    M examples/streams/FileLines.pir
    M examples/streams/Filter.pir
    M examples/streams/Include.pir
    M examples/streams/Lines.pir
    M examples/streams/ParrotIO.pir
    M examples/streams/SubCounter.pir
    M examples/streams/SubHello.pir
    M examples/streams/Writer.pir
    M examples/tge/branch/lib/Branch.pir
    M examples/tge/branch/lib/Leaf.pir
    M examples/tutorial/00_README.pod
    M examples/tutorial/01_temp_var.pir
    M examples/tutorial/02_local_var.pir
    M examples/tutorial/03_temp_var_basic_pmcs.pir
    M examples/tutorial/04_pod_comments.pir
    M examples/tutorial/10_math_ops.pir
    M examples/tutorial/11_math_ops_self_mod.pir
    M examples/tutorial/12_math_ops_pasm.pir
    M examples/tutorial/13_logical_ops.pir
    M examples/tutorial/20_string_ops.pir
    M examples/tutorial/21_string_ops_repeat.pir
    M examples/tutorial/22_string_ops_length.pir
    M examples/tutorial/23_string_ops_substr.pir
    M examples/tutorial/24_string_ops_clone.pir
    M examples/tutorial/30_arrays_basic.pir
    M examples/tutorial/31_array_ops_split.pir
    M examples/tutorial/32_array_ops_sprintf.pir
    M examples/tutorial/33_hashes.pir
    M examples/tutorial/34_multikey.pir
    M examples/tutorial/40_file_ops.pir
    M examples/tutorial/50_goto.pir
    M examples/tutorial/51_if_unless.pir
    M examples/tutorial/52_if_compare.pir
    M examples/tutorial/53_loop.pir
    M examples/tutorial/55_iterator.pir
    M examples/tutorial/56_defined.pir
    M examples/tutorial/57_exists.pir
    M examples/tutorial/60_subroutines.pir
    M examples/tutorial/61_namespaces.pir
    M examples/tutorial/62_namespaces.pir
    M examples/tutorial/70_class_object.pir
    M examples/tutorial/81_continuation.pir
    M examples/tutorial/82_coroutine.pir
    M examples/tutorial/83_external_libraries.pir
    M examples/tutorial/90_writing_tests.pir
    M ext/winxed/compiler.pir
    M ext/winxed/driver.pir
    M frontend/parrot2/prt0.pir
    M frontend/parrot2/prt0.winxed
    M include/parrot/gc_api.h
    M include/parrot/interpreter.h
    M include/parrot/oplib/core_ops.h
    M include/parrot/platform_interface.h
    M include/parrot/pointer_array.h
    R lib/Parrot/Pmc2c/Attribute.pm
    M lib/Parrot/Pmc2c/Emitter.pm
    R lib/Parrot/Pmc2c/MULTI.pm
    M lib/Parrot/Pmc2c/Method.pm
    R lib/Parrot/Pmc2c/Object.pm
    M lib/Parrot/Pmc2c/PCCMETHOD.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/Parser.pm
    M lib/Parrot/Pmc2c/Pmc2cMain.pm
    M lib/Parrot/Test/Pod.pm
    M runtime/parrot/include/green_threads.pir
    M runtime/parrot/include/hllmacros.pir
    M runtime/parrot/include/test_more.pir
    M runtime/parrot/languages/parrot/parrot.pir
    M runtime/parrot/library/CGI/QueryHash.pir
    M runtime/parrot/library/Config/JSON.pir
    M runtime/parrot/library/HTTP/Daemon.pir
    M runtime/parrot/library/HTTP/Message.pir
    M runtime/parrot/library/JSON.pir
    M runtime/parrot/library/LWP/Protocol.pir
    M runtime/parrot/library/LWP/UserAgent.pir
    M runtime/parrot/library/PGE/Dumper.pir
    M runtime/parrot/library/Range.pir
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/String/Utils.pir
    M runtime/parrot/library/TAP/Formatter.pir
    M runtime/parrot/library/TAP/Harness.pir
    M runtime/parrot/library/TAP/Parser.pir
    M runtime/parrot/library/Test/Builder/Test.pir
    M runtime/parrot/library/URI.pir
    M runtime/parrot/library/distutils.pir
    M runtime/parrot/library/dumper.pir
    M runtime/parrot/library/parrotlib.pir
    M src/alarm.c
    M src/dynoplibs/sys.ops
    M src/dynpmc/README.pod
    M src/embed/api.c
    M src/exit.c
    M src/gc/gc_ms2.c
    M src/gc/string_gc.c
    M src/gc/system.c
    M src/interp/api.c
    M src/interp/inter_cb.c
    M src/ops/core.ops
    M src/ops/core_ops.c
    M src/platform/generic/misc.c
    M src/platform/generic/socket.c
    M src/platform/win32/misc.c
    M src/pmc/addrregistry.pmc
    M src/pmc/callback.pmc
    M src/pmc/default.pmc
    M src/pmc/key.pmc
    M src/pmc/resizablepmcarray.pmc
    M src/pmc/stringbuilder.pmc
    M src/pointer_array.c
    M src/runcore/subprof.c
    M src/string/api.c
    M src/string/encoding/shared.c
    M t/TESTS_STATUS.pod
    M t/codingstd/pccmethod_deps.t
    M t/codingstd/pod_description.t
    M t/dynoplibs/sysinfo.t
    M t/dynoplibs/time.t
    M t/examples/streams.t
    M t/harness
    M t/op/time.t
    M t/pmc/opcode.t
    M t/pmc/oplib.t
    M t/pmc/task_primes.t
    M t/run/options.t
    M t/steps/auto/icu-01.t
    M t/steps/auto/memalign-01.t
    M t/steps/auto/sizes-01.t
    M t/tools/dump_pbc.t
    M tools/dev/merge_pull_request.pl
    M tools/dev/mk_inno_language.pl
    R tools/dev/pbc_to_exe.pir
    A tools/dev/pbc_to_exe.winxed
    M tools/release/cut.pl
    M tools/release/parrot_github_release.pl
    M tools/release/release.json

  Log Message:
  -----------
  Merge branch 'master' into whiteknight/io_cleanup1


  Commit: dd76985ff44525db5714bd0314842d10c69a0d42
      https://github.com/parrot/parrot/commit/dd76985ff44525db5714bd0314842d10c69a0d42
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  The Winxed compiler relies on StringHandle.read(0) being equivalent to StringHandle.readall(). This semantic was unique to StringHandle and is not carried over into the new system. As a temporary fix update the winxed compiler generated .pir code to use the correct method. All coretests (at least) pass


Compare: https://github.com/parrot/parrot/compare/c5d25988333e...dd76985ff445


More information about the parrot-commits mailing list