[parrot/parrot] 8f6cec: simplify Parrot_pa_insert, avoiding allocating a c...

GitHub noreply at github.com
Sat Feb 4 14:58:19 UTC 2012


  Branch: refs/heads/whiteknight/pcc_ops
  Home:   https://github.com/parrot/parrot
  Commit: 8f6cec8e814bd6aa11c65cd714697d6cbe9d42f7
      https://github.com/parrot/parrot/commit/8f6cec8e814bd6aa11c65cd714697d6cbe9d42f7
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2011-12-08 (Thu, 08 Dec 2011)

  Changed paths:
    M include/parrot/pointer_array.h

  Log Message:
  -----------
  simplify Parrot_pa_insert, avoiding allocating a chunk when there are
removed cells available


  Commit: b2f3d1d14fc3a94fc9bfee054f71a6c56f5133b4
      https://github.com/parrot/parrot/commit/b2f3d1d14fc3a94fc9bfee054f71a6c56f5133b4
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  update winxed snapshot to dad606017e
- builtins abs, sinh, cosh and tanh


  Commit: 3fd51532c9e1e0ad93f0b477ceedeec708b5d356
      https://github.com/parrot/parrot/commit/3fd51532c9e1e0ad93f0b477ceedeec708b5d356
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M docs/binaries/parrot.pod

  Log Message:
  -----------
  Fix line length violations in docs/binaries/parrot.pod


  Commit: b5809871c6df0c7598e20bbc59701d496e3df583
      https://github.com/parrot/parrot/commit/b5809871c6df0c7598e20bbc59701d496e3df583
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  Update manifest


  Commit: 5d06079cd002e3fc3f5244fa84e09aaa2f6aadb2
      https://github.com/parrot/parrot/commit/5d06079cd002e3fc3f5244fa84e09aaa2f6aadb2
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M tools/dev/install_files.pl

  Log Message:
  -----------
  Removed reference to 'mk_manifests.pl', which no longer exists.


  Commit: f43f011d1534c3660bd8fdb161323dcdebfb5009
      https://github.com/parrot/parrot/commit/f43f011d1534c3660bd8fdb161323dcdebfb5009
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M tools/dev/install_files.pl

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


  Commit: 6f1762be1aa6c3b617696e4bc4a954a239ad45f4
      https://github.com/parrot/parrot/commit/6f1762be1aa6c3b617696e4bc4a954a239ad45f4
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M MANIFEST
  M compilers/imcc/main.c
  A docs/binaries/ops2c.pod
  A docs/binaries/parrot-nqp.pod
  A docs/binaries/parrot-prove.pod
  A docs/binaries/parrot.pod
  A docs/binaries/parrot_config.pod
  A docs/binaries/parrot_nci_thunk_gen.pod
  A docs/binaries/parrotbug.pod
  A docs/binaries/pbc_to_exe.pod
  A docs/binaries/plumage.pod
  A docs/binaries/winxed.pod
  M docs/pdds/pdd22_io.pod
  M docs/user/pir/pmcs.pod
  M examples/embed/cotorra.c
  M examples/languages/squaak/src/Squaak/Actions.pm
  M examples/languages/squaak/src/Squaak/Grammar.pm
  M examples/languages/squaak/src/Squaak/Runtime.pm
  M examples/languages/squaak/t/00-sanity.t
  M ext/winxed/compiler.pir
  M frontend/parrot2/main.c
  M frontend/parrot2/prt0.pir
  M frontend/parrot2/prt0.winxed
  M frontend/parrot_debugger/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/context.h
  M include/parrot/datatypes.h
  M include/parrot/extend.h
  M include/parrot/interpreter.h
  M include/parrot/misc.h
  M include/parrot/namespace.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M include/parrot/packfile.h
  M include/parrot/pmc.h
  M include/parrot/pointer_array.h
  M include/parrot/runcore_subprof.h
  M src/call/context_accessors.c
  M src/embed/bytecode.c
  M src/embed/pmc.c
  M src/extend.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/interp/inter_misc.c
  M src/misc.c
  M src/namespace.c
  M src/nci/libffi.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/math.ops
  M src/packfile/api.c
  M src/pmc.c
  M src/pmc/eval.pmc
  M src/pmc/imccompiler.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileview.pmc
  M src/pmc/socket.pmc
  M src/pmc/structview.pmc
  M src/pmc/sub.pmc
  M src/pmc/task.pmc
  M src/runcore/subprof.c
  M t/compilers/opsc/06-opsfile.t
  M t/dynpmc/os.t
  M t/op/gc.t
  M t/op/inf_nan.t
  M t/pmc/iterator.t
  M t/pmc/mappedbytearray.t
  M t/pmc/nci.t
  M t/pmc/opcode.t
  M t/src/embed/pmc.t
  M t/src/extend.t
  M t/src/extend_vtable.t
  M tools/dev/install_files.pl

  Log Message:
  -----------
  Merge branch 'master' of github.com:parrot/parrot into separator_fixes


  Commit: 0322da837fc15b7f9670583365aa6257bab65219
      https://github.com/parrot/parrot/commit/0322da837fc15b7f9670583365aa6257bab65219
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M .gitignore
  M MANIFEST

  Log Message:
  -----------
  Update MANIFEST and .gitignore.


  Commit: b428cd5d53cdd9a659dad4e14e12607a77253012
      https://github.com/parrot/parrot/commit/b428cd5d53cdd9a659dad4e14e12607a77253012
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Have git ignore some .o files generated during testing.


  Commit: 07757354f9f41235f5801c4ac92c84f4f53f8170
      https://github.com/parrot/parrot/commit/07757354f9f41235f5801c4ac92c84f4f53f8170
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M CREDITS

  Log Message:
  -----------
  Update CREDITS


  Commit: 1a3b2f22f5a8956722db13d30cf173bae59396b6
      https://github.com/parrot/parrot/commit/1a3b2f22f5a8956722db13d30cf173bae59396b6
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-12-13 (Tue, 13 Dec 2011)

  Changed paths:
    M include/parrot/library.h
  M src/dynpmc/os.pmc
  M src/library.c
  M src/string/api.c

  Log Message:
  -----------
  Revert "Merge branch 'master' of github.com:parrot/parrot into separator_fixes"

This reverts commit 6f1762be1aa6c3b617696e4bc4a954a239ad45f4, reversing
changes made to f43f011d1534c3660bd8fdb161323dcdebfb5009.


  Commit: 111b275054f17fc99bb6c8a966ce785f3db01276
      https://github.com/parrot/parrot/commit/111b275054f17fc99bb6c8a966ce785f3db01276
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2011-12-14 (Wed, 14 Dec 2011)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  update winxed snapshot to 631d9cc494
- namespace qualified constant lookup
- fix const int division


  Commit: 165e732d9fec0e3b592d159b72925eed32a4bc6a
      https://github.com/parrot/parrot/commit/165e732d9fec0e3b592d159b72925eed32a4bc6a
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M MANIFEST.SKIP

  Log Message:
  -----------
  Update manifest


  Commit: 05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
      https://github.com/parrot/parrot/commit/05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
  Author: Sasho <sasho at ubuntu.(none)>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M docs/book/pir/ch08_io.pod
  M runtime/parrot/library/Archive/Tar.pir
  M runtime/parrot/library/Archive/Zip.pir
  M runtime/parrot/library/Configure/genfile.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/osutils.pir
  M src/pmc/filehandle.pmc
  M t/compilers/imcc/syn/op.t
  M t/dynpmc/gziphandle.t
  M t/pmc/io.t
  M t/pmc/packfile.t
  M t/pmc/stringhandle.t

  Log Message:
  -----------
  Remove FileHandle puts method and fix test and docs

Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>


  Commit: fae8c27a08de720269e1670afc8cc2a6cc1ae240
      https://github.com/parrot/parrot/commit/fae8c27a08de720269e1670afc8cc2a6cc1ae240
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M runtime/parrot/library/ProfTest/PIRProfile.nqp

  Log Message:
  -----------
  Replace .puts call with .print, fixes #231


  Commit: 7e455cbdd7351cedd2dbbd0c9f3ecce4bbfc9fe5
      https://github.com/parrot/parrot/commit/7e455cbdd7351cedd2dbbd0c9f3ecce4bbfc9fe5
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

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

  Log Message:
  -----------
  update winxed snapshot to e456f00b63:
- Fix to scope search that was failing since recent change for consts
- Fix expresionless switch with non int cases
- Compiler and driver now don't have source annotations,
  saves memory in normal usages and you can always install annotated versions
  if you need to debug the compiler


  Commit: 3e98a290cec4f6989401ece6326475bc2ad03b95
      https://github.com/parrot/parrot/commit/3e98a290cec4f6989401ece6326475bc2ad03b95
  Author: Francois Perrad <francois.perrad at gadz.org>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M runtime/parrot/library/LWP/Protocol.pir

  Log Message:
  -----------
  partial revert of http://github.com/parrot/parrot/commit/05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
Socket is not a FileHandle


  Commit: 3417b80c1460bb6ba6caab85416cb2f0e51d8cd8
      https://github.com/parrot/parrot/commit/3417b80c1460bb6ba6caab85416cb2f0e51d8cd8
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M ext/winxed/compiler.pir

  Log Message:
  -----------
  update winxed snapshot to release number 1.5.0


  Commit: 2691300f884ff2b6db7081078b352e463610af56
      https://github.com/parrot/parrot/commit/2691300f884ff2b6db7081078b352e463610af56
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M src/pmc/filehandle.pmc

  Log Message:
  -----------
  [codingstd] Remove trailing whitespace.


  Commit: 0a82f0ab75778ab9692bdf44ddc72aeda4af2310
      https://github.com/parrot/parrot/commit/0a82f0ab75778ab9692bdf44ddc72aeda4af2310
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M examples/pir/make_hello_pbc.pir

  Log Message:
  -----------
  Update example for change to FileHandle

Updates make_hello_pbc.pir for the change in
  05a88d8 Remove FileHandle puts method and fix test and docs


  Commit: 2db4772d14373eb5639acd591ba0d20bb061269f
      https://github.com/parrot/parrot/commit/2db4772d14373eb5639acd591ba0d20bb061269f
  Author: Christoph Otto <christoph_github at mksig.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  initial overly-general version of changelog for 3.11.0


  Commit: c27c04196c2c5a918540c193e57c249dde1c24e4
      https://github.com/parrot/parrot/commit/c27c04196c2c5a918540c193e57c249dde1c24e4
  Author: Christoph Otto <christoph_github at mksig.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  polish the changelog a bit


  Commit: a6c5dd271c5c40144f2a08520d5d93e0665fce6b
      https://github.com/parrot/parrot/commit/a6c5dd271c5c40144f2a08520d5d93e0665fce6b
  Author: Christoph Otto <christoph_github at mksig.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M MANIFEST.generated
  M README
  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:
  -----------
  cut the 3.11.0 release "Duct Tape"


  Commit: 618ded2ed610ace43bd6db3254e7e9791139c17a
      https://github.com/parrot/parrot/commit/618ded2ed610ace43bd6db3254e7e9791139c17a
  Author: Christoph Otto <christoph_github at mksig.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  add alvis++ as the 4.1.0 release manager


  Commit: 80e365dddd76f1c74757fd9038112c233399f1cb
      https://github.com/parrot/parrot/commit/80e365dddd76f1c74757fd9038112c233399f1cb
  Author: Christoph Otto <christoph_github at mksig.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  add some release managers for 2012, should the world not end


  Commit: 96917801b694ed90418284a3aa0850d925484c8d
      https://github.com/parrot/parrot/commit/96917801b694ed90418284a3aa0850d925484c8d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-20 (Tue, 20 Dec 2011)

  Changed paths:
    M Configure.pl

  Log Message:
  -----------
  Modify documentation re file-based configuration to respond to problem raised by gerdr++ in https://github.com/parrot/parrot/issues/233.


  Commit: 48bf23df134c1431a751fd8d6fb8032404938010
      https://github.com/parrot/parrot/commit/48bf23df134c1431a751fd8d6fb8032404938010
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M lib/Parrot/Manifest.pm

  Log Message:
  -----------
  make .gitignore parsing portable


  Commit: 4097f986b2ed18163596963645537394eb924fdd
      https://github.com/parrot/parrot/commit/4097f986b2ed18163596963645537394eb924fdd
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M lib/Parrot/Manifest.pm

  Log Message:
  -----------
  use Parrot::BuildUtil::slurp_file instead since File::Slurp is not in core (coke++)


  Commit: 2006557aa4d0af457cac06cec78a46a98eb90aca
      https://github.com/parrot/parrot/commit/2006557aa4d0af457cac06cec78a46a98eb90aca
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-22 (Thu, 22 Dec 2011)

  Changed paths:
    M MANIFEST.SKIP
  M lib/Parrot/Manifest.pm

  Log Message:
  -----------
  Correction to patch supplied by nbrown for
https://github.com/parrot/parrot/pull/237.

slurp_file returns a string, which meant for location of 'grep' excluding
comments had to be changed.


  Commit: f7cc9f9a82005046bf3456c160bc4245782226f7
      https://github.com/parrot/parrot/commit/f7cc9f9a82005046bf3456c160bc4245782226f7
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-27 (Tue, 27 Dec 2011)

  Changed paths:
    M Configure.pl
  M MANIFEST
  M examples/config/file/configcompiler
  A examples/config/file/configverbose
  M lib/Parrot/Configure/Options/Conf/File.pm
  M t/configure/008-file_based_configuration.t
  R t/configure/testlib/verbosefoobar

  Log Message:
  -----------
  [configure] Provide an additional pattern by which an entry in the 'general' section of a configuration file can be matched against a double-quoted string containing whitespace.  Per git Issue #233.


  Commit: 1632ca3765ea4ef2d9b97dbf3f8e1369f70b1edb
      https://github.com/parrot/parrot/commit/1632ca3765ea4ef2d9b97dbf3f8e1369f70b1edb
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2011-12-27 (Tue, 27 Dec 2011)

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

  Log Message:
  -----------
  Update list of files excluded from scrutiny of their POD to reflect change of name of testfile.


  Commit: 8c4a2b19e3f2efa4fd2bd8a0e4175b1b6c083e24
      https://github.com/parrot/parrot/commit/8c4a2b19e3f2efa4fd2bd8a0e4175b1b6c083e24
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-12-30 (Fri, 30 Dec 2011)

  Changed paths:
    M src/pmc/arrayiterator.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/iterator.pmc
  M src/pmc/orderedhashiterator.pmc
  M src/pmc/stringiterator.pmc

  Log Message:
  -----------
  Iterator PMC and family now implement the 'iterator' role.

If we test for this role, HLLs can easily implement and transparently use their own iterator types, and can easily detect when an object is an iterator (vs some other kind of data)


  Commit: 5b125a15682c2cef3bfd0a22da4bd8e4bbeb2c22
      https://github.com/parrot/parrot/commit/5b125a15682c2cef3bfd0a22da4bd8e4bbeb2c22
  Author: NotFound <julian.notfound at gmail.com>
  Date:   2012-01-03 (Tue, 03 Jan 2012)

  Changed paths:
    M src/extend.c

  Log Message:
  -----------
  fix bug in Parrot_ext_try reported by kshannon++:
the context pop was not poping at all.
The fix uses a static function instead of a macro for simplicity,
setjmp has much bigger impact in speed than any additional call


  Commit: 8b416960171e55f7d08d9291b0c953774d5e7e62
      https://github.com/parrot/parrot/commit/8b416960171e55f7d08d9291b0c953774d5e7e62
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-07 (Sat, 07 Jan 2012)

  Changed paths:
    M .gitignore
  M CREDITS
  M ChangeLog
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M README
  M VERSION
  A docs/binaries/ops2c.pod
  A docs/binaries/parrot.pod
  M docs/book/pir/ch08_io.pod
  M docs/parrothist.pod
  M docs/project/release_manager_guide.pod
  M examples/pir/make_hello_pbc.pir
  M ext/winxed/compiler.pir
  M ext/winxed/driver.pir
  M include/parrot/oplib/core_ops.h
  M include/parrot/pointer_array.h
  M lib/Parrot/Manifest.pm
  M runtime/parrot/library/Archive/Tar.pir
  M runtime/parrot/library/Archive/Zip.pir
  M runtime/parrot/library/Configure/genfile.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/osutils.pir
  M src/extend.c
  M src/ops/core_ops.c
  M src/pmc/arrayiterator.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/iterator.pmc
  M src/pmc/orderedhashiterator.pmc
  M src/pmc/stringiterator.pmc
  M t/compilers/imcc/syn/op.t
  M t/dynpmc/gziphandle.t
  M t/pmc/io.t
  M t/pmc/packfile.t
  M t/pmc/stringhandle.t
  M tools/dev/install_files.pl
  M tools/release/release.json

  Log Message:
  -----------
  Merge branch 'master' into interp_api_cleanup


  Commit: e412704c5c3ca8754fedb3dc371a27a3dbc8bec3
      https://github.com/parrot/parrot/commit/e412704c5c3ca8754fedb3dc371a27a3dbc8bec3
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-07 (Sat, 07 Jan 2012)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  fix conflict in manifest


  Commit: 72419974ee5c6454b564a425f0af278807039c10
      https://github.com/parrot/parrot/commit/72419974ee5c6454b564a425f0af278807039c10
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

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

  Log Message:
  -----------
  various small cleanups to the new src/interp/api.c


  Commit: 2afe799a3630222c7868cfd4ac98bb53b52a6bb7
      https://github.com/parrot/parrot/commit/2afe799a3630222c7868cfd4ac98bb53b52a6bb7
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M frontend/parrot_debugger/main.c
  M include/parrot/interpreter.h
  M src/interp/api.c
  M src/packfile/api.c

  Log Message:
  -----------
  Refactor Parrot_interp_compile_file to be less obviously dependent on IMCC (though it does still require IMCC internally)


  Commit: 2e5f4ee73479f4c5848f9b823c35c87ec4fc09a0
      https://github.com/parrot/parrot/commit/2e5f4ee73479f4c5848f9b823c35c87ec4fc09a0
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M frontend/parrot_debugger/main.c
  M include/parrot/interpreter.h
  M src/interp/api.c
  M src/packfile/api.c

  Log Message:
  -----------
  Refactor Parrot_interp_compile_string and several more cleanups to Parrot_interp_compile_file and supporting code


  Commit: 651dd87d89adaa295c01c70006ccb4804a10f51d
      https://github.com/parrot/parrot/commit/651dd87d89adaa295c01c70006ccb4804a10f51d
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

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

  Log Message:
  -----------
  re-headerize and fix a typo


  Commit: c6a80b89f9ac7c3a3ad19199008e1572009b5b68
      https://github.com/parrot/parrot/commit/c6a80b89f9ac7c3a3ad19199008e1572009b5b68
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M t/pmc/timer.t

  Log Message:
  -----------
  Remove an svn remnant in the Timer tests


  Commit: 9e513e1cf7a8cef7c377511433ac6093a7eba68a
      https://github.com/parrot/parrot/commit/9e513e1cf7a8cef7c377511433ac6093a7eba68a
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-13 (Fri, 13 Jan 2012)

  Changed paths:
    M compilers/opsc/src/Ops/Trans/C.pm

  Log Message:
  -----------
  [ops2c] include a bit more information in an error message

but overall it is still "less than awesome"


  Commit: dd4b8b60107fdf9c15ce63c37251d9cea0ed21c6
      https://github.com/parrot/parrot/commit/dd4b8b60107fdf9c15ce63c37251d9cea0ed21c6
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M config/init/hints.pm

  Log Message:
  -----------
  die if --hintsfile was set, but no such file found


  Commit: b5b6bf00366e79f10d1fb9af974e8d6527dd78e9
      https://github.com/parrot/parrot/commit/b5b6bf00366e79f10d1fb9af974e8d6527dd78e9
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M config/init/hints.pm

  Log Message:
  -----------
  Merge pull request #243 from gerdr/gerdr/ENOHINTSFILE

Don't silently ignore missing hints files if one was explicitly requested


  Commit: d69262bc30704f3a2326ffb228334409ad70f1ba
      https://github.com/parrot/parrot/commit/d69262bc30704f3a2326ffb228334409ad70f1ba
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

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

  Log Message:
  -----------
  Uncomment what could be called some documentation for green threads


  Commit: 395ff548295f019d9a67ab122f1be32cf1a32731
      https://github.com/parrot/parrot/commit/395ff548295f019d9a67ab122f1be32cf1a32731
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-15 (Sun, 15 Jan 2012)

  Changed paths:
    M compilers/imcc/imc.c
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/pbc.c
  M compilers/imcc/unit.h

  Log Message:
  -----------
  Remove the :instanceof flag from PIR.


  Commit: c383a6376836c73f81fb808eac756ee7156076f8
      https://github.com/parrot/parrot/commit/c383a6376836c73f81fb808eac756ee7156076f8
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-15 (Sun, 15 Jan 2012)

  Changed paths:
    M compilers/opsc/src/Ops/Trans/C.pm
  M config/init/hints.pm
  M runtime/parrot/include/green_threads.pir
  M t/pmc/timer.t

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


  Commit: 98e627cc456da7c64917ac33ef7e3730a27b3238
      https://github.com/parrot/parrot/commit/98e627cc456da7c64917ac33ef7e3730a27b3238
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M docs/tests.pod

  Log Message:
  -----------
  Remove references to long-gone languages in parrot.git and mention all_hll_test


  Commit: 8c42a3312c08421bc7836997ab03323411fa4278
      https://github.com/parrot/parrot/commit/8c42a3312c08421bc7836997ab03323411fa4278
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    A t/pmc/timer-old.t
  M t/pmc/timer.t

  Log Message:
  -----------
  [t] Convert some elderly Timer PMC tests from PASM to PIR


  Commit: ceee5270c8595285a09eb159ddda9241839a7bcd
      https://github.com/parrot/parrot/commit/ceee5270c8595285a09eb159ddda9241839a7bcd
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore vim swap files in more directories


  Commit: 0a73c2cf9bd5b568897ef383cf0395c8b0ed0b6b
      https://github.com/parrot/parrot/commit/0a73c2cf9bd5b568897ef383cf0395c8b0ed0b6b
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M t/pmc/timer-old.t
  M t/pmc/timer.t

  Log Message:
  -----------
  [t] Convert another Timer PMC test from PASM to PIR


  Commit: 55049490fc974b088765159c1d80f60e5e512dbe
      https://github.com/parrot/parrot/commit/55049490fc974b088765159c1d80f60e5e512dbe
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M t/pmc/nci.t
  M t/pmc/timer-old.t

  Log Message:
  -----------
  [t] There hasn't been a JIT runcore in a long while


  Commit: 87bdf2fb6ba8aa1fe4f97c088f56d5dd50755c9a
      https://github.com/parrot/parrot/commit/87bdf2fb6ba8aa1fe4f97c088f56d5dd50755c9a
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M t/pmc/timer-old.t
  M t/pmc/timer.t

  Log Message:
  -----------
  [t] Convert more Timer PMC tests to PIR


  Commit: e6b104823c74cf63216b166f808eaa982c9085e6
      https://github.com/parrot/parrot/commit/e6b104823c74cf63216b166f808eaa982c9085e6
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M t/pmc/timer-old.t
  M t/pmc/timer.t

  Log Message:
  -----------
  [t] Convert the rest of the Timer PMC tests to PIR


  Commit: 2a47d7ea087b8db4460fc173d1b2c528d2fde49c
      https://github.com/parrot/parrot/commit/2a47d7ea087b8db4460fc173d1b2c528d2fde49c
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    R t/pmc/timer-old.t

  Log Message:
  -----------
  Remove old Timer pmc test remnant


  Commit: bb02f3f60b1bd17cb1f4733a2820869c07c48069
      https://github.com/parrot/parrot/commit/bb02f3f60b1bd17cb1f4733a2820869c07c48069
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M compilers/imcc/imc.c
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/pbc.c
  M compilers/imcc/unit.h

  Log Message:
  -----------
  Revert "Remove the :instanceof flag from PIR."

This reverts commit 395ff548295f019d9a67ab122f1be32cf1a32731.


  Commit: eb2b219fd54f306bc47b48b55a5bd65e41a0d1eb
      https://github.com/parrot/parrot/commit/eb2b219fd54f306bc47b48b55a5bd65e41a0d1eb
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M MANIFEST.SKIP

  Log Message:
  -----------
  Rerun mk_manifest_and_skip.pl so that make manifest_tests passes.


  Commit: 03d92a85d7d8e726d9f386f9d3bd63c3110730ed
      https://github.com/parrot/parrot/commit/03d92a85d7d8e726d9f386f9d3bd63c3110730ed
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-16 (Mon, 16 Jan 2012)

  Changed paths:
    M compilers/imcc/imc.c
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/pbc.c
  M compilers/imcc/unit.h

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


  Commit: dc3d65bd0b623532abb180a82749dfbd86aaa044
      https://github.com/parrot/parrot/commit/dc3d65bd0b623532abb180a82749dfbd86aaa044
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M README
  M TODO
  M docs/submissions.pod
  M parrotbug

  Log Message:
  -----------
  replace some references to trac.parrot.org with the appropriate links to github issues


  Commit: 4b038fb62a3f05f5aa5503d226a79c170e5df8a2
      https://github.com/parrot/parrot/commit/4b038fb62a3f05f5aa5503d226a79c170e5df8a2
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/intro.pod
  M docs/parrot.pod

  Log Message:
  -----------
  more doc updates


  Commit: 00e4c7db0bae5ff6ad069a272e1384e176d3d57c
      https://github.com/parrot/parrot/commit/00e4c7db0bae5ff6ad069a272e1384e176d3d57c
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M docs/translations/README.espanol
  M docs/translations/README.francais
  M docs/translations/README.polski
  M docs/translations/README.pt-BR

  Log Message:
  -----------
  Mention github issues in translations


  Commit: 66823eb2592df20a231a027bcd0eee688aab5fb1
      https://github.com/parrot/parrot/commit/66823eb2592df20a231a027bcd0eee688aab5fb1
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

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

  Log Message:
  -----------
  fix links to abc and befunge


  Commit: 386b6b02bd0f09e37cd74066f5d937dcd46267b7
      https://github.com/parrot/parrot/commit/386b6b02bd0f09e37cd74066f5d937dcd46267b7
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/book/draft/appe_source_code.pod

  Log Message:
  -----------
  Mention github in "Use the Source"


  Commit: aa2df566efc92e6d3cef833f8525c884a67fbe8f
      https://github.com/parrot/parrot/commit/aa2df566efc92e6d3cef833f8525c884a67fbe8f
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/book/draft/ch01_introduction.pod

  Log Message:
  -----------
  book: Mention github in Chapter 1


  Commit: 00d9dc09a85e6ff7e5c27732bdfa9ade5f742493
      https://github.com/parrot/parrot/commit/00d9dc09a85e6ff7e5c27732bdfa9ade5f742493
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/book/pct/ch01_introduction.pod
  M docs/book/pir/ch01_introduction.pod

  Log Message:
  -----------
  book: Remove last trac mentions

A lot of this is very redundant, I'm noticing...


  Commit: 80199fd46dc3474ddb5a71d76133c4b89d075c61
      https://github.com/parrot/parrot/commit/80199fd46dc3474ddb5a71d76133c4b89d075c61
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/project/ticket_triaging.pod

  Log Message:
  -----------
  fix URLs in ticket_triaging.pod; the rest still needs updating I fear


  Commit: 1408b09a5860ef557cc397a33249e198343f088b
      https://github.com/parrot/parrot/commit/1408b09a5860ef557cc397a33249e198343f088b
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/project/cage_cleaners_guide.pod

  Log Message:
  -----------
  new github cage url


  Commit: b60e8a03c004709a083a2b15e96aa896aa9e1a30
      https://github.com/parrot/parrot/commit/b60e8a03c004709a083a2b15e96aa896aa9e1a30
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M docs/deprecations/deprecations.pod
  M docs/faq.pod
  M docs/gettingstarted.pod

  Log Message:
  -----------
  docs: misc link updates to github


  Commit: 9c185197fbc5dd6da9a4d97f7aa0bbf0831637d4
      https://github.com/parrot/parrot/commit/9c185197fbc5dd6da9a4d97f7aa0bbf0831637d4
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M RESPONSIBLE_PARTIES
  M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  update Languages url


  Commit: f3d624112ea87fc2944e3c090a86196fc7bade91
      https://github.com/parrot/parrot/commit/f3d624112ea87fc2944e3c090a86196fc7bade91
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M src/ops/experimental.ops

  Log Message:
  -----------
  src/ops/experimental: Use github issues, not trac


  Commit: 1400ed7679133d399ba4325b6e38bb0559799948
      https://github.com/parrot/parrot/commit/1400ed7679133d399ba4325b6e38bb0559799948
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

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

  Log Message:
  -----------
  Makefile: Ask people to submit patches to github


  Commit: e97ba05e7fc791a791fcdbf8f59bfc41c928e6a5
      https://github.com/parrot/parrot/commit/e97ba05e7fc791a791fcdbf8f59bfc41c928e6a5
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

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

  Log Message:
  -----------
  Squaak: Point to github languages list


  Commit: 748f52231bf9d73a28132b160a4ef48deb731bba
      https://github.com/parrot/parrot/commit/748f52231bf9d73a28132b160a4ef48deb731bba
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M t/tools/install/testlib/README

  Log Message:
  -----------
  Update a README to github from trac


  Commit: 06546768d97c8e415589569f9bfb32eedef3cf78
      https://github.com/parrot/parrot/commit/06546768d97c8e415589569f9bfb32eedef3cf78
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M api.yaml

  Log Message:
  -----------
  Change trac links for those that exist on github


  Commit: 02324c95e3107050fd216616a042273bbc9cf042
      https://github.com/parrot/parrot/commit/02324c95e3107050fd216616a042273bbc9cf042
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M CREDITS
  M ChangeLog
  M MANIFEST.generated
  M README
  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:
  -----------
  Get all the metadata in place for Parrot 4.0, 'Hyperstasis'


  Commit: c0cd33d7e4151058570eabeb168471d37092cd33
      https://github.com/parrot/parrot/commit/c0cd33d7e4151058570eabeb168471d37092cd33
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-17 (Tue, 17 Jan 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  [doc] Give the changelog some love


  Commit: b95dba663173daeca1b0a3cc796159e3e8c1574c
      https://github.com/parrot/parrot/commit/b95dba663173daeca1b0a3cc796159e3e8c1574c
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M docs/submissions.pod

  Log Message:
  -----------
  simplify docs/submissions.pod by linking to githubs help page for pull requests


  Commit: b10eec1d6a21b47e7495c1d4b4b05131c1d9cd28
      https://github.com/parrot/parrot/commit/b10eec1d6a21b47e7495c1d4b4b05131c1d9cd28
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M docs/project/metacommitter_guide.pod
  M docs/submissions.pod

  Log Message:
  -----------
  update commit bit management to use github


  Commit: a8aab9f3f831e4a1e1d978600567e70c48cae1be
      https://github.com/parrot/parrot/commit/a8aab9f3f831e4a1e1d978600567e70c48cae1be
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

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

  Log Message:
  -----------
  Fix bug in squak tutorial noticed by John Rizzo


  Commit: 0d4aed06708ddf7cb16614410f5517826eeea0f2
      https://github.com/parrot/parrot/commit/0d4aed06708ddf7cb16614410f5517826eeea0f2
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M docs/submissions.pod

  Log Message:
  -----------
  More text updates


  Commit: 4880d104a5fc9ad4f93d66803a230ff589db0c41
      https://github.com/parrot/parrot/commit/4880d104a5fc9ad4f93d66803a230ff589db0c41
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M src/string/api.c

  Log Message:
  -----------
  Replace trac ticket url with github issue url


  Commit: 862156331eeeebf8ae44c1daca5ae0efeecde799
      https://github.com/parrot/parrot/commit/862156331eeeebf8ae44c1daca5ae0efeecde799
  Author: Jonathan Scott Duff <duff at pobox.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M src/ops/sys.ops

  Log Message:
  -----------
  add another github issue url


  Commit: de92e5ef89c070f40dd81158ac9d9471caa3110b
      https://github.com/parrot/parrot/commit/de92e5ef89c070f40dd81158ac9d9471caa3110b
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M api.yaml
  M src/ops/sys.ops
  M t/pmc/exporter.t

  Log Message:
  -----------
  update ticket links from trac to github

Since many tickets have been closed before migrating, many trac URLs remain


  Commit: 888e8322d3e5be473800c7d5a6b1d73af5f24e20
      https://github.com/parrot/parrot/commit/888e8322d3e5be473800c7d5a6b1d73af5f24e20
  Author: John Rizzo <johnrizzo1 at gmail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

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

  Log Message:
  -----------
  There was a misspelling.  The statement_list rule was spelled statementlist


  Commit: 8b3aa4a5e508f5cff815e30fca94dc5a006c6d4f
      https://github.com/parrot/parrot/commit/8b3aa4a5e508f5cff815e30fca94dc5a006c6d4f
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M README
  M RESPONSIBLE_PARTIES
  M TODO
  M api.yaml
  M config/gen/makefiles/root.in
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch01_introduction.pod
  M docs/book/pct/ch01_introduction.pod
  M docs/book/pir/ch01_introduction.pod
  M docs/deprecations/deprecations.pod
  M docs/faq.pod
  M docs/gettingstarted.pod
  M docs/intro.pod
  M docs/parrot.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/metacommitter_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/ticket_triaging.pod
  M docs/submissions.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M docs/translations/README.espanol
  M docs/translations/README.francais
  M docs/translations/README.polski
  M docs/translations/README.pt-BR
  M examples/languages/abc/setup.pir
  M examples/languages/squaak/doc/tutorial_episode_1.pod
  M examples/pir/befunge/setup.pir
  M parrotbug
  M src/ops/experimental.ops
  M src/ops/sys.ops
  M src/string/api.c
  M t/pmc/exporter.t
  M t/tools/install/testlib/README

  Log Message:
  -----------
  Merge remote branch 'origin/github-links'


  Commit: fd87a615aee8cf243a4c7f00303ad67491068f55
      https://github.com/parrot/parrot/commit/fd87a615aee8cf243a4c7f00303ad67491068f55
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

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

  Log Message:
  -----------
  Merge pull request #697 from johnrizzo1/patch-2

The statement_list rule was spelled


  Commit: 63b176e918157fccbd3eddc659397e3c819eab21
      https://github.com/parrot/parrot/commit/63b176e918157fccbd3eddc659397e3c819eab21
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M .gitignore
  M config/gen/makefiles/root.in
  M config/init/hints/cygwin.pm

  Log Message:
  -----------
  cleanup cygwin build


  Commit: 9e4d1cadaf035ad23e3dcc6fe0dc8dcdf4cbb04e
      https://github.com/parrot/parrot/commit/9e4d1cadaf035ad23e3dcc6fe0dc8dcdf4cbb04e
  Author: John Rizzo <johnrizzo1 at gmail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

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

  Log Message:
  -----------
  It was not clear that this was an action for someone following the tutorial.  I've changed the language to clearly state that the follower of the tutorial should update that action method.


  Commit: b2f3e449d2944bb71aab36ad439aa0e19a53b569
      https://github.com/parrot/parrot/commit/b2f3e449d2944bb71aab36ad439aa0e19a53b569
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

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

  Log Message:
  -----------
  Merge pull request #698 from johnrizzo1/patch-3

Documentation is not clear that the user should perform a change necessary for completing the tutorial.


  Commit: be03965c810da516d7686c134e7046ff6749484d
      https://github.com/parrot/parrot/commit/be03965c810da516d7686c134e7046ff6749484d
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M docs/parrothist.pod
  M tools/release/release.json

  Log Message:
  -----------
  Convert parrothist.pod from iso-8859-1 to utf-8, for ease


  Commit: e141fade1ba3b3ac52c68ae73e298dc1356918af
      https://github.com/parrot/parrot/commit/e141fade1ba3b3ac52c68ae73e298dc1356918af
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M tools/release/release.json

  Log Message:
  -----------
  Fix a typo in json that I shouldn't have committed


  Commit: 86d1c0135d04580ca0aea3f4c8264a2ec23a7de5
      https://github.com/parrot/parrot/commit/86d1c0135d04580ca0aea3f4c8264a2ec23a7de5
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-01-18 (Wed, 18 Jan 2012)

  Changed paths:
    M README
  M RESPONSIBLE_PARTIES
  M TODO
  M api.yaml
  M config/gen/makefiles/root.in
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch01_introduction.pod
  M docs/book/pct/ch01_introduction.pod
  M docs/book/pir/ch01_introduction.pod
  M docs/deprecations/deprecations.pod
  M docs/faq.pod
  M docs/gettingstarted.pod
  M docs/intro.pod
  M docs/parrot.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/metacommitter_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/ticket_triaging.pod
  M docs/submissions.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M docs/translations/README.espanol
  M docs/translations/README.francais
  M docs/translations/README.polski
  M docs/translations/README.pt-BR
  M examples/languages/abc/setup.pir
  M examples/languages/squaak/doc/tutorial_episode_1.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/pir/befunge/setup.pir
  M parrotbug
  M src/ops/experimental.ops
  M src/ops/sys.ops
  M src/string/api.c
  M t/pmc/exporter.t
  M t/tools/install/testlib/README

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


  Commit: 91106b765c6b40219f02c55f3ebb4e51a54df05e
      https://github.com/parrot/parrot/commit/91106b765c6b40219f02c55f3ebb4e51a54df05e
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-19 (Thu, 19 Jan 2012)

  Changed paths:
    M MANIFEST.generated

  Log Message:
  -----------
  add Cygwin-specific files to MANIFEST.generated


  Commit: d65427882339eecb179afb51a343510b5e68a27c
      https://github.com/parrot/parrot/commit/d65427882339eecb179afb51a343510b5e68a27c
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-19 (Thu, 19 Jan 2012)

  Changed paths:
    M config/init/hints/cygwin.pm

  Log Message:
  -----------
  change inst_libparrot_* flags on Cygwin
we need to link against the import library libparrot.dll.a in libdir,
NOT against the DLL cygparrot*.dll located in bindir


  Commit: b9da642e5c5a10a18728f2fd495a3c4b1a03c80d
      https://github.com/parrot/parrot/commit/b9da642e5c5a10a18728f2fd495a3c4b1a03c80d
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-19 (Thu, 19 Jan 2012)

  Changed paths:
    M .gitignore
  M MANIFEST.generated
  M config/gen/makefiles/root.in
  M config/init/hints/cygwin.pm

  Log Message:
  -----------
  Merge pull request #699 from gerdr/gerdr/cygwin

cleanup cygwin build


  Commit: 469614938c33a131df2e6f204ce9ac44d209bf4d
      https://github.com/parrot/parrot/commit/469614938c33a131df2e6f204ce9ac44d209bf4d
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M docs/pdds/draft/pdd06_pasm.pod

  Log Message:
  -----------
  remove broken link, ehiggs++


  Commit: c6b69fd2b7c2976bd8bb35ea1d4f5e2c8129ceea
      https://github.com/parrot/parrot/commit/c6b69fd2b7c2976bd8bb35ea1d4f5e2c8129ceea
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M config/gen/makefiles/root.in
  M src/dynoplibs/Rules.in
  M src/dynpmc/Rules.in

  Log Message:
  -----------
  strip installable executables and shared libraries on Cygwin
shared libraries are only stripped if --optimize is present


  Commit: da7ed435efde5ff309080904c4763a842f2f8b20
      https://github.com/parrot/parrot/commit/da7ed435efde5ff309080904c4763a842f2f8b20
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M tools/dev/pbc_to_exe.pir

  Log Message:
  -----------
  let pbc_to_exe strip installable executables on Cygwin


  Commit: ec7a0b0386b85dbc4299475ad0e20448be87c2d3
      https://github.com/parrot/parrot/commit/ec7a0b0386b85dbc4299475ad0e20448be87c2d3
  Author: Gerhard R <gerd.r.devel at googlemail.com>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

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

  Log Message:
  -----------
  For consistency, only strip installable files on Cygwin if --optimize is present


  Commit: 71db5f45736e4018809c801671a8a5ca1f6880a7
      https://github.com/parrot/parrot/commit/71db5f45736e4018809c801671a8a5ca1f6880a7
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M config/gen/makefiles/root.in
  M src/dynoplibs/Rules.in
  M src/dynpmc/Rules.in
  M tools/dev/pbc_to_exe.pir

  Log Message:
  -----------
  Merge pull request #701 from gerdr/gerdr/cygwin-strip

Strip installable executables and shared libraries on Cygwin


  Commit: a5dd594551cd8e31c937a5c7f3cbaa018ada6fc3
      https://github.com/parrot/parrot/commit/a5dd594551cd8e31c937a5c7f3cbaa018ada6fc3
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Add note about gerdr++'s improvements on cygwin


  Commit: 83c81811723c19734c3b0b443dd592fa42f5f2a0
      https://github.com/parrot/parrot/commit/83c81811723c19734c3b0b443dd592fa42f5f2a0
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M src/ops/sys.ops

  Log Message:
  -----------
  [codingstd] Remove trailing whitespace.


  Commit: 77a58433675121204c04654c00b3878a7540f858
      https://github.com/parrot/parrot/commit/77a58433675121204c04654c00b3878a7540f858
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M MANIFEST.SKIP

  Log Message:
  -----------
  Update MANIFEST.SKIP.


  Commit: 2b539e724b0e0759617f6212bb073834382bd478
      https://github.com/parrot/parrot/commit/2b539e724b0e0759617f6212bb073834382bd478
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-20 (Fri, 20 Jan 2012)

  Changed paths:
    M t/fullharness

  Log Message:
  -----------
  Require TAP::Harness::Archive and related modules only if we' making an archive or sending to smolder.


  Commit: 3e6bc3e3b94076d0c0e49d0eedff8f788fbe851c
      https://github.com/parrot/parrot/commit/3e6bc3e3b94076d0c0e49d0eedff8f788fbe851c
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M .gitignore
  M CREDITS
  M ChangeLog
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M README
  M RESPONSIBLE_PARTIES
  M TODO
  M VERSION
  M api.yaml
  M compilers/imcc/api.c
  M compilers/opsc/src/Ops/Trans/C.pm
  M config/gen/makefiles/root.in
  M config/init/hints.pm
  M config/init/hints/cygwin.pm
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch01_introduction.pod
  M docs/book/pct/ch01_introduction.pod
  M docs/book/pir/ch01_introduction.pod
  M docs/deprecations/deprecations.pod
  M docs/faq.pod
  M docs/gettingstarted.pod
  M docs/intro.pod
  M docs/parrot.pod
  M docs/parrothist.pod
  M docs/pdds/draft/pdd06_pasm.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/metacommitter_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/ticket_triaging.pod
  M docs/submissions.pod
  M docs/tests.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M docs/translations/README.espanol
  M docs/translations/README.francais
  M docs/translations/README.polski
  M docs/translations/README.pt-BR
  M examples/languages/abc/setup.pir
  M examples/languages/squaak/doc/tutorial_episode_1.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/pir/befunge/setup.pir
  M frontend/parrot_debugger/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/interpreter.h
  M include/parrot/oplib/core_ops.h
  M lib/Parrot/Manifest.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M parrotbug
  M runtime/parrot/include/green_threads.pir
  M src/debug.c
  M src/dynoplibs/Rules.in
  M src/dynpmc/Rules.in
  M src/embed/api.c
  M src/exceptions.c
  M src/extend.c
  A src/interp/api.c
  R src/interp/inter_create.c
  R src/interp/inter_misc.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/sys.ops
  M src/packfile/api.c
  M src/pmc/arrayiterator.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/iterator.pmc
  M src/pmc/orderedhashiterator.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/stringiterator.pmc
  M src/string/api.c
  M t/pmc/exporter.t
  M t/pmc/nci.t
  M t/pmc/timer.t
  M t/src/embed.t
  M t/src/embed/strings.t
  M t/src/exit.t
  M t/src/extend.t
  M t/src/extend_vtable.t
  M t/src/misc.t
  M t/src/pointer_array.t
  M t/src/warnings.t
  M t/tools/install/testlib/README
  M tools/dev/pbc_to_exe.pir
  M tools/release/release.json

  Log Message:
  -----------
  Merge remote branch 'origin/master' into 233/file_based_config


  Commit: d313e63b932aee78c8f2c7ad03d864e5e47c440d
      https://github.com/parrot/parrot/commit/d313e63b932aee78c8f2c7ad03d864e5e47c440d
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M Configure.pl
  M MANIFEST
  M examples/config/file/configcompiler
  A examples/config/file/configverbose
  M lib/Parrot/Configure/Options/Conf/File.pm
  M lib/Parrot/Test/Pod.pm
  M t/configure/008-file_based_configuration.t
  R t/configure/testlib/verbosefoobar

  Log Message:
  -----------
  Merge branch '233/file_based_config'


  Commit: ea13f566b46d870166e65081e52dd7ac6fabfcd5
      https://github.com/parrot/parrot/commit/ea13f566b46d870166e65081e52dd7ac6fabfcd5
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M t/fullharness

  Log Message:
  -----------
  Remove the BEGIN block, which is no longer needed.


  Commit: 7c21ffa2ca8e0c859d4e535d4419db894f885de4
      https://github.com/parrot/parrot/commit/7c21ffa2ca8e0c859d4e535d4419db894f885de4
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M include/parrot/runcore_profiling.h
  M include/parrot/runcore_subprof.h

  Log Message:
  -----------
  Correct name of file inside C-comment; update copyright date.


  Commit: 0ba4979837a466fc1f99cd36cc58dabc6ffe9f56
      https://github.com/parrot/parrot/commit/0ba4979837a466fc1f99cd36cc58dabc6ffe9f56
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M lib/Parrot/Configure/Compiler.pm

  Log Message:
  -----------
  Clarify documentation, correct one spelling error, improve POD formatting.


  Commit: 512380678e3b21e28fac0572edcadb524c92e0e9
      https://github.com/parrot/parrot/commit/512380678e3b21e28fac0572edcadb524c92e0e9
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M include/parrot/runcore_profiling.h
  M include/parrot/runcore_subprof.h

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


  Commit: 9366c89ae4e9e3ae393fbda893565060decc0b66
      https://github.com/parrot/parrot/commit/9366c89ae4e9e3ae393fbda893565060decc0b66
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M docs/project/committer_guide.pod

  Log Message:
  -----------
  Update document to point to the correct pod checker test because there has not
been a '/t/doc/pod.t' since v0.9.1


  Commit: 948fbf1e00f0121b0ae45326ca7bd38eebfee6b8
      https://github.com/parrot/parrot/commit/948fbf1e00f0121b0ae45326ca7bd38eebfee6b8
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  Minor updates and revisions


  Commit: 96ff976421b15ff829ff4d9aef7cfbb33ea36681
      https://github.com/parrot/parrot/commit/96ff976421b15ff829ff4d9aef7cfbb33ea36681
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Note revision of 'docs/project/release_manager_guide.pod' in ChangeLog


  Commit: efc7d2ee6e7b1bed4120ff15c1060ce3e8f5aba6
      https://github.com/parrot/parrot/commit/efc7d2ee6e7b1bed4120ff15c1060ce3e8f5aba6
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    R tools/docs/make_html_docs.pl
  A tools/docs/mk_html_docs.pl

  Log Message:
  -----------
  Make 'make_html_docs.pl' name conform to other 'make' tools.


  Commit: 497978aab55ccf9c2fde6745900bb3b226b5dc3b
      https://github.com/parrot/parrot/commit/497978aab55ccf9c2fde6745900bb3b226b5dc3b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M tools/docs/mk_html_docs.pl

  Log Message:
  -----------
  Enable mk_html_docs.pl to pass html headers and links to Parrot::Docs::HTMLPage


  Commit: 1af532321cdf778acdaed145a2efae4d6aff26f1
      https://github.com/parrot/parrot/commit/1af532321cdf778acdaed145a2efae4d6aff26f1
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M tools/docs/mk_html_docs.pl

  Log Message:
  -----------
  Minor edit


  Commit: 659ec6f634ae51a44390e0286b97b0cbed9ce17a
      https://github.com/parrot/parrot/commit/659ec6f634ae51a44390e0286b97b0cbed9ce17a
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M lib/Parrot/Docs/HTMLPage.pm

  Log Message:
  -----------
  Added a simple body subroutine to process html passed to the module.


  Commit: 56f32cf3da5f9e770ad2ecd6a166000e8005704b
      https://github.com/parrot/parrot/commit/56f32cf3da5f9e770ad2ecd6a166000e8005704b
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M MANIFEST
  M config/gen/makefiles/docs.in

  Log Message:
  -----------
  Renamed make_html_docs.pl to mk_html_docs.pl to conform with other make named tools.


  Commit: 03b3d5fb10dcc61785a269be4e771d85a39c544e
      https://github.com/parrot/parrot/commit/03b3d5fb10dcc61785a269be4e771d85a39c544e
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M frontend/parrot2/main.c

  Log Message:
  -----------
  frontend: Be pessimistic about arguments

The code to handle -o added two arguments to the final array.
However, longopt allows "-o file" to also be passed as
"--output=file".  This causes one argument to cause two to be added.
This means that we can't have the destination array be the same size
as the original.

I've decided to use the most pessimistic case for allocation, one
where every argument causes two to be added (parrot --output=file1
--output=file2 etc).  Alternative solutions include passing it as
"-o=file" instead and having prt0 handle breaking it apart, but this
is the fastest way to fix the memory overrun.


  Commit: 5472b91c95e8df2e0f394c0a3068653c1bead086
      https://github.com/parrot/parrot/commit/5472b91c95e8df2e0f394c0a3068653c1bead086
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M lib/Parrot/Docs/HTMLPage.pm
  M tools/docs/mk_html_docs.pl

  Log Message:
  -----------
  Added comments to clarify the reason for the code updates.


  Commit: d7125000866d6a6b7fe7abfc38b180ef5b1698b5
      https://github.com/parrot/parrot/commit/d7125000866d6a6b7fe7abfc38b180ef5b1698b5
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-25 (Wed, 25 Jan 2012)

  Changed paths:
    M ChangeLog

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


  Commit: 93f24ffd376a6c56421437a4ab16d2a6e251bdd2
      https://github.com/parrot/parrot/commit/93f24ffd376a6c56421437a4ab16d2a6e251bdd2
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M MANIFEST

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


  Commit: 18f3b94af8695e5a94af9f34227792a444cae8c9
      https://github.com/parrot/parrot/commit/18f3b94af8695e5a94af9f34227792a444cae8c9
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M config/init/defaults.pm
  M docs/pdds/pdd03_calling_conventions.pod
  M frontend/pbc_merge/main.c
  M include/parrot/pointer_array.h
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  M runtime/parrot/bin/prove.pir
  M runtime/parrot/include/hllmacros.pir
  M runtime/parrot/library/distutils.pir
  M src/debug.c
  M src/namespace.c
  M src/ops/io.ops
  M src/ops/sys.ops
  M src/packfile/api.c
  M src/packfile/pf_items.c
  M src/platform/generic/file.c
  M src/platform/win32/dl.c
  M t/compilers/data_json/to_parrot.t
  M t/compilers/imcc/syn/clash.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/pct/past.t
  M t/compilers/tge/grammar.t
  M t/dynoplibs/io.t
  M t/dynpmc/os.t
  M t/harness.pir
  M t/library/p6object.t
  M t/native_pbc/header.t
  M t/native_pbc/integer.t
  M t/native_pbc/number.t
  M t/native_pbc/string.t
  M t/oo/metamodel.t
  M t/op/arithmetics.t
  M t/op/calling.t
  M t/op/comp.t
  M t/op/inf_nan.t
  M t/op/lexicals.t
  M t/op/number.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/exporter.t
  M t/pmc/filehandle.t
  M t/pmc/float.t
  M t/pmc/io.t
  M t/pmc/io_iterator.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/packfile.t
  M t/pmc/packfileview.t
  M t/pmc/parrotio.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/run/options.t

  Log Message:
  -----------
  Auto-replace TT# with GH# as per GH #707

This takes us from 316 to 145 references to trac tickets.  I suspect
they are all closed tickets.


  Commit: 15dd3bf7e28b845378684eed6ebb5624c15abe3d
      https://github.com/parrot/parrot/commit/15dd3bf7e28b845378684eed6ebb5624c15abe3d
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M frontend/parrot2/main.c

  Log Message:
  -----------
  codeingstd: don't use C++ comments, benabik--


  Commit: 2d8947be2e2c6e707e1143e9460306a8ae233e59
      https://github.com/parrot/parrot/commit/2d8947be2e2c6e707e1143e9460306a8ae233e59
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  Add a Travis CI config file


  Commit: 7e7e8f4a90eea7517c0a34610c63bc0c822a7fe0
      https://github.com/parrot/parrot/commit/7e7e8f4a90eea7517c0a34610c63bc0c822a7fe0
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Do a configure at 'script' time, not 'before_script'


  Commit: bed6acfad133730d116cdd495e3c9a3cf75de075
      https://github.com/parrot/parrot/commit/bed6acfad133730d116cdd495e3c9a3cf75de075
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] We use Configure.pl, not ./configure


  Commit: 81051fb8e574112e52e2c48fe06732428e8ccb73
      https://github.com/parrot/parrot/commit/81051fb8e574112e52e2c48fe06732428e8ccb73
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] See how Travis CI likes our full test suite


  Commit: a6ccd197a04ae1624e588ff24b420942a8c8afd0
      https://github.com/parrot/parrot/commit/a6ccd197a04ae1624e588ff24b420942a8c8afd0
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-26 (Thu, 26 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Fix a dirth of whitespace


  Commit: 74a17f0717dee63bf22dc178ad8ad5439c7e94ae
      https://github.com/parrot/parrot/commit/74a17f0717dee63bf22dc178ad8ad5439c7e94ae
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  Update doc to fix issue #170.


  Commit: c2d78208b18bc299c08852152d44404731c179bc
      https://github.com/parrot/parrot/commit/c2d78208b18bc299c08852152d44404731c179bc
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M docs/project/release_manager_guide.pod

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


  Commit: 844e6f92bd81f70484097032c769889d3b020a6b
      https://github.com/parrot/parrot/commit/844e6f92bd81f70484097032c769889d3b020a6b
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M t/fullharness

  Log Message:
  -----------
  Merge branch 'kid51/fulltest_easy'


  Commit: 5c9014ef3e7e58553ddbb555531c5af28dd78fac
      https://github.com/parrot/parrot/commit/5c9014ef3e7e58553ddbb555531c5af28dd78fac
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  Update MANIFEST to include .travis.yml.


  Commit: 42997bcca663a7cd1262be7f0846052aab20b88a
      https://github.com/parrot/parrot/commit/42997bcca663a7cd1262be7f0846052aab20b88a
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M t/codingstd/filenames.t

  Log Message:
  -----------
  [ci] Make our codingstd test conveniently skip over .travis.yml


  Commit: 8b1c382563d3f9508d3d344474f2c84b4cb95b4c
      https://github.com/parrot/parrot/commit/8b1c382563d3f9508d3d344474f2c84b4cb95b4c
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Test parrot with LLVM/clang as well as with/without optimization


  Commit: 5b5e7a57cd7254dcb8ea5a89d6a297eb15eaca54
      https://github.com/parrot/parrot/commit/5b5e7a57cd7254dcb8ea5a89d6a297eb15eaca54
  Author: jkeenan <jkeenan at cpan.org>
  Date:   2012-01-28 (Sat, 28 Jan 2012)

  Changed paths:
    M MANIFEST
  R t/steps/auto/sha1-01.t

  Log Message:
  -----------
  Config step auto::sha1 was removed some time ago!  No longer need corresponding 'steps' test in the repo.


  Commit: b40e9d9e8cd379c85b840a9fab12de7cf36accc9
      https://github.com/parrot/parrot/commit/b40e9d9e8cd379c85b840a9fab12de7cf36accc9
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-28 (Sat, 28 Jan 2012)

  Changed paths:
    M tools/docs/mk_html_docs.pl

  Log Message:
  -----------
  Fixed minor error to earlier updates.


  Commit: 4533a7f90a241feb07456f6b66ac94bf47875662
      https://github.com/parrot/parrot/commit/4533a7f90a241feb07456f6b66ac94bf47875662
  Author: Alvis Yardley <ac.yardley at gmail.com>
  Date:   2012-01-28 (Sat, 28 Jan 2012)

  Changed paths:
    M MANIFEST
  M config/gen/makefiles/docs.in
  M lib/Parrot/Docs/HTMLPage.pm
  R tools/docs/make_html_docs.pl
  A tools/docs/mk_html_docs.pl

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


  Commit: 5b68a03a1a5ea46ff5f6a228f9528458561d5b95
      https://github.com/parrot/parrot/commit/5b68a03a1a5ea46ff5f6a228f9528458561d5b95
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-29 (Sun, 29 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Attempt to install perl dependencies so we can submit to Smolder


  Commit: b6cba3e9b8fae2bb6b09e856e45a041f3a849e01
      https://github.com/parrot/parrot/commit/b6cba3e9b8fae2bb6b09e856e45a041f3a849e01
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-29 (Sun, 29 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Try removing local::lib setup since it is already intalled+configured by apt-get


  Commit: 8a1265a34f90bfcae4ab3e363d68b9213778114b
      https://github.com/parrot/parrot/commit/8a1265a34f90bfcae4ab3e363d68b9213778114b
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-29 (Sun, 29 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Add zlib


  Commit: 9285a10ced545691d35a47758e97c1f9bb5a2cf7
      https://github.com/parrot/parrot/commit/9285a10ced545691d35a47758e97c1f9bb5a2cf7
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Try to fix a permission issue


  Commit: 676284fc054b6fc78bb535adf970f65297d98b81
      https://github.com/parrot/parrot/commit/676284fc054b6fc78bb535adf970f65297d98b81
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Try fixing the permisions again and dump our environment


  Commit: 032380e4a927bf73535fe8aca84067b6d259cdf3
      https://github.com/parrot/parrot/commit/032380e4a927bf73535fe8aca84067b6d259cdf3
  Author: Francois Perrad <francois.perrad at gadz.org>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

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

  Log Message:
  -----------
  [docs] fix build


  Commit: f1f6a8788fc190c02c718d8bcc510fd0e3ea8a6a
      https://github.com/parrot/parrot/commit/f1f6a8788fc190c02c718d8bcc510fd0e3ea8a6a
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] There is no ~/perl5 directory when local::lib is installed via apt-get


  Commit: 6047a421febb94ba8b629c8f5f2fa4f29ab44aa5
      https://github.com/parrot/parrot/commit/6047a421febb94ba8b629c8f5f2fa4f29ab44aa5
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Correct the dependencies for submitting to smolder via Perl and don't run tests for CPAN dependencies


  Commit: 1f4a9d3ec3680c556ec79643020e5b8411c441c8
      https://github.com/parrot/parrot/commit/1f4a9d3ec3680c556ec79643020e5b8411c441c8
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Try to get the correct local::lib env vars set


  Commit: d4f3f68916979b109f480f6d61b577db9e35dd24
      https://github.com/parrot/parrot/commit/d4f3f68916979b109f480f6d61b577db9e35dd24
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Since --test=build with return an error code if build tests fail, run our make command unconditionally so Smolder reports get sent


  Commit: 18664be52815764d0c50a25bf910cac0f1806e37
      https://github.com/parrot/parrot/commit/18664be52815764d0c50a25bf910cac0f1806e37
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-30 (Mon, 30 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Test plain builds instead of ccache

We weren't getting a lot of ROI out of testing ccache vs. non-ccache
builds, i.e. I have never seen a ccache/non-ccache build pair have
different behaviors.

Much better to test a "plain" parrot compile for each compiler, which
means we turn off every possible Configure.pl flag. This tends to catch
test failures where tests have not been properly skipped if Parrot was
not compiled with the feature turned on.

This has the added benefit of using fewer resources on Travis CI and
running faster.


  Commit: 055483222b55def677658f54dac9e6971ac22b70
      https://github.com/parrot/parrot/commit/055483222b55def677658f54dac9e6971ac22b70
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2012-01-31 (Tue, 31 Jan 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  [ci] Remove ccache, add llvm-dev and comment out env dump


  Commit: 7aef3690558347cafa0d16c03779a1f3be708466
      https://github.com/parrot/parrot/commit/7aef3690558347cafa0d16c03779a1f3be708466
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-02-04 (Sat, 04 Feb 2012)

  Changed paths:
    M .gitignore
  A .travis.yml
  M CREDITS
  M ChangeLog
  M Configure.pl
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M PBC_COMPAT
  M README
  M RESPONSIBLE_PARTIES
  M TODO
  M VERSION
  M api.yaml
  M compilers/imcc/Rules.in
  M compilers/imcc/api.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.y
  M compilers/imcc/imcparser.c
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/symreg.h
  M compilers/opsc/src/Ops/Compiler/Actions.pm
  M compilers/opsc/src/Ops/Compiler/Grammar.pm
  M compilers/opsc/src/Ops/Trans/C.pm
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Node.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pct/src/PCT/Node.pir
  M compilers/pge/PGE/Exp.pir
  M config/auto/warnings.pm
  M config/gen/makefiles.pm
  M config/gen/makefiles/docs.in
  R config/gen/makefiles/ext.in
  M config/gen/makefiles/root.in
  M config/init/defaults.pm
  M config/init/hints.pm
  M config/init/hints/cygwin.pm
  M config/init/hints/msys.pm
  A docs/binaries/ops2c.pod
  A docs/binaries/parrot-nqp.pod
  A docs/binaries/parrot-prove.pod
  A docs/binaries/parrot.pod
  A docs/binaries/parrot_config.pod
  A docs/binaries/parrot_nci_thunk_gen.pod
  A docs/binaries/parrotbug.pod
  A docs/binaries/pbc_to_exe.pod
  A docs/binaries/plumage.pod
  A docs/binaries/winxed.pod
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch01_introduction.pod
  M docs/book/pct/ch01_introduction.pod
  M docs/book/pir/ch01_introduction.pod
  M docs/book/pir/ch08_io.pod
  M docs/deprecations/deprecations.pod
  M docs/embed.pod
  M docs/faq.pod
  M docs/gettingstarted.pod
  M docs/intro.pod
  M docs/parrot.pod
  M docs/parrothist.pod
  M docs/pdds/draft/pdd06_pasm.pod
  M docs/pdds/pdd03_calling_conventions.pod
  M docs/pdds/pdd10_embedding.pod
  M docs/pdds/pdd22_io.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/committer_guide.pod
  M docs/project/metacommitter_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/ticket_triaging.pod
  M docs/submissions.pod
  M docs/tests.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M docs/translations/README.espanol
  M docs/translations/README.francais
  M docs/translations/README.polski
  M docs/translations/README.pt-BR
  M docs/user/pir/pmcs.pod
  M examples/c/pbc_info.c
  M examples/c/test_main.c
  M examples/compilers/japhc.c
  M examples/config/file/configcompiler
  A examples/config/file/configverbose
  M examples/embed/cotorra.c
  M examples/io/post.pir
  M examples/languages/abc/setup.pir
  M examples/languages/abc/src/parser/actions.nqp
  M examples/languages/abc/t/abc_functions
  M examples/languages/squaak/doc/tutorial_episode_1.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/src/Squaak/Actions.pm
  M examples/languages/squaak/src/Squaak/Grammar.pm
  M examples/languages/squaak/src/Squaak/Runtime.pm
  M examples/languages/squaak/t/00-sanity.t
  M examples/pir/befunge/setup.pir
  A examples/pir/coop_threads.pir
  M examples/pir/make_hello_pbc.pir
  R ext/Parrot-Embed/Build.PL
  R ext/Parrot-Embed/Changes
  R ext/Parrot-Embed/MANIFEST
  R ext/Parrot-Embed/README
  R ext/Parrot-Embed/TODO
  R ext/Parrot-Embed/lib/Parrot/Embed.pm
  R ext/Parrot-Embed/lib/Parrot/Embed.xs
  R ext/Parrot-Embed/lib/Parrot/Interpreter.pm
  R ext/Parrot-Embed/lib/Parrot/PMC.pm
  R ext/Parrot-Embed/t/00-load.t
  R ext/Parrot-Embed/t/greet.pir
  R ext/Parrot-Embed/t/interp.t
  R ext/Parrot-Embed/t/languages.t
  R ext/Parrot-Embed/t/pipp.t
  R ext/Parrot-Embed/tools/check_embed_coverage.pl
  R ext/Parrot-Embed/tools/write_typemap.pl
  R ext/Parrot-Embed/typemap
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/winxed/compiler.pir
  M ext/winxed/driver.pir
  M frontend/parrot2/main.c
  M frontend/parrot2/prt0.pir
  M frontend/parrot2/prt0.winxed
  M frontend/parrot_debugger/main.c
  M frontend/pbc_disassemble/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  A include/parrot/alarm.h
  M include/parrot/api.h
  M include/parrot/call.h
  M include/parrot/context.h
  M include/parrot/datatypes.h
  A include/parrot/disassemble.h
  R include/parrot/embed.h
  A include/parrot/events.h
  M include/parrot/exceptions.h
  M include/parrot/extend.h
  M include/parrot/gc_api.h
  M include/parrot/interpreter.h
  M include/parrot/io.h
  M include/parrot/misc.h
  M include/parrot/namespace.h
  M include/parrot/oo.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M include/parrot/packfile.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/pmc.h
  M include/parrot/pointer_array.h
  M include/parrot/runcore_api.h
  M include/parrot/runcore_profiling.h
  M include/parrot/runcore_subprof.h
  M include/parrot/scheduler.h
  M include/parrot/scheduler_private.h
  M lib/Parrot/Configure/Compiler.pm
  M lib/Parrot/Configure/Options/Conf/File.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Harness/Smoke.pm
  A lib/Parrot/Harness/TestSets.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Manifest.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Test/Pod.pm
  M parrotbug
  M ports/debian/libparrot3.3.0.symbols
  M ports/debian/rules
  M runtime/parrot/bin/prove.pir
  A runtime/parrot/include/green_threads.pir
  M runtime/parrot/include/hllmacros.pir
  M runtime/parrot/library/Archive/Tar.pir
  M runtime/parrot/library/Archive/Zip.pir
  M runtime/parrot/library/Configure/genfile.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  M runtime/parrot/library/Test/Builder.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/osutils.pir
  A src/alarm.c
  M src/call/args.c
  M src/call/context_accessors.c
  M src/call/ops.c
  M src/call/pcc.c
  M src/debug.c
  A src/disassemble.c
  M src/dynext.c
  M src/dynoplibs/Rules.in
  M src/dynpmc/Defines.in
  M src/dynpmc/Rules.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/select.pmc
  R src/embed.c
  M src/embed/api.c
  M src/embed/bytecode.c
  M src/embed/pmc.c
  A src/events.c
  M src/exceptions.c
  M src/exit.c
  M src/extend.c
  M src/gc/gc_gms.c
  M src/gc/gc_ms.c
  M src/gc/mark_sweep.c
  M src/hash.c
  M src/hll.c
  A src/interp/api.c
  M src/interp/inter_cb.c
  R src/interp/inter_create.c
  R src/interp/inter_misc.c
  M src/io/buffer.c
  M src/key.c
  M src/misc.c
  M src/multidispatch.c
  M src/namespace.c
  M src/nci/libffi.c
  M src/oo.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/io.ops
  M src/ops/math.ops
  M src/ops/string.ops
  M src/ops/sys.ops
  M src/packfile/api.c
  M src/packfile/pf_items.c
  M src/packfile/pf_private.h
  M src/platform/darwin/hires_timer.c
  M src/platform/generic/file.c
  M src/platform/generic/hires_timer.c
  M src/platform/generic/io.c
  M src/platform/generic/time.c
  M src/platform/win32/dl.c
  M src/platform/win32/hires_timer.c
  M src/platform/win32/io.c
  M src/pmc.c
  A src/pmc/alarm.pmc
  M src/pmc/arrayiterator.pmc
  M src/pmc/bytebuffer.pmc
  A src/pmc/callback.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/coroutine.pmc
  M src/pmc/default.pmc
  M src/pmc/eval.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedfloatarray.pmc
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/fixedstringarray.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imccompiler.pmc
  M src/pmc/integer.pmc
  M src/pmc/iterator.pmc
  M src/pmc/key.pmc
  M src/pmc/orderedhashiterator.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileview.pmc
  M src/pmc/parrotinterpreter.pmc
  A src/pmc/pmclist.pmc
  M src/pmc/pointer.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/socket.pmc
  M src/pmc/stringiterator.pmc
  M src/pmc/structview.pmc
  M src/pmc/sub.pmc
  M src/pmc/task.pmc
  M src/pmc/timer.pmc
  M src/pmc/undef.pmc
  M src/pointer_array.c
  M src/runcore/cores.c
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/subprof.c
  M src/scheduler.c
  M src/string/api.c
  A t/archive/README
  M t/codingstd/filenames.t
  M t/compilers/data_json/to_parrot.t
  M t/compilers/imcc/syn/clash.t
  M t/compilers/imcc/syn/op.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/opsc/01-parse.t
  M t/compilers/opsc/06-opsfile.t
  M t/compilers/pct/past.t
  M t/compilers/tge/grammar.t
  M t/configure/008-file_based_configuration.t
  R t/configure/testlib/verbosefoobar
  M t/dynoplibs/io.t
  M t/dynpmc/gziphandle.t
  M t/dynpmc/os.t
  M t/dynpmc/select.t
  A t/fullharness
  M t/harness
  M t/harness.pir
  M t/library/p6object.t
  M t/native_pbc/header.t
  M t/native_pbc/integer.t
  M t/native_pbc/number.t
  M t/native_pbc/string.t
  M t/oo/metamodel.t
  M t/op/arithmetics.t
  M t/op/calling.t
  M t/op/comp.t
  M t/op/gc.t
  M t/op/inf_nan.t
  M t/op/lexicals.t
  M t/op/number.t
  M t/op/stringu.t
  A t/pmc/alarm.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/exceptionhandler.t
  M t/pmc/exporter.t
  M t/pmc/filehandle.t
  M t/pmc/float.t
  M t/pmc/hash.t
  M t/pmc/io.t
  M t/pmc/io_iterator.t
  M t/pmc/iterator.t
  M t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/nci.t
  M t/pmc/opcode.t
  M t/pmc/packfile.t
  M t/pmc/packfileview.t
  M t/pmc/parrotio.t
  A t/pmc/pmclist.t
  M t/pmc/resizablefloatarray.t
  M t/pmc/resizableintegerarray.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/resizablestringarray.t
  R t/pmc/scheduler.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/pmc/task.t
  A t/pmc/task_primes.t
  M t/pmc/timer.t
  M t/run/options.t
  M t/src/embed.t
  M t/src/embed/api.t
  M t/src/embed/pmc.t
  M t/src/embed/strings.t
  M t/src/exit.t
  M t/src/extend.t
  M t/src/extend_vtable.t
  M t/src/misc.t
  M t/src/pointer_array.t
  A t/src/threads_io.t
  M t/src/warnings.t
  R t/steps/auto/sha1-01.t
  M t/tools/dev/search_ops/samples.pm
  M t/tools/install/testlib/README
  M tools/dev/install_files.pl
  M tools/dev/mk_inno_language.pl
  M tools/dev/pbc_to_exe.pir
  M tools/dev/resubmit_smolder.pl
  R tools/docs/make_html_docs.pl
  A tools/docs/mk_html_docs.pl
  M tools/release/release.json

  Log Message:
  -----------
  Merge from master. we had some conflicts in the ops because of the earlier green_threads merge, so those conflicts have been resolved and the new ops files have been generated


Compare: https://github.com/parrot/parrot/compare/569fd16...7aef369


More information about the parrot-commits mailing list