[parrot/parrot] 940a3a: Merge branch 'master' of git at github.com:parrot/par...

noreply at github.com noreply at github.com
Thu Feb 10 19:19:21 UTC 2011


Branch: refs/heads/lorito
Home:   https://github.com/parrot/parrot

Commit: 940a3a16390a4ea606a598bc6d862f1c7c421977
    https://github.com/parrot/parrot/commit/940a3a16390a4ea606a598bc6d862f1c7c421977
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M config/init/hints/darwin.pm
  M t/tools/mk_language_shell.t

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


Commit: 2e35095313c0de4da1299641a93ca74aa2d0a00d
    https://github.com/parrot/parrot/commit/2e35095313c0de4da1299641a93ca74aa2d0a00d
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M lib/Parrot/Install.pm

Log Message:
-----------
Why use an 'eval' if you're not going to look at $@?  This eliminates a 'leaving eval via next' warning.


Commit: 1bc9e667c0eebf5f6912acdd017c7966f3b7999a
    https://github.com/parrot/parrot/commit/1bc9e667c0eebf5f6912acdd017c7966f3b7999a
Author: David Czech <davidczech510 at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/pmc/packfilebytecodesegment.pmc

Log Message:
-----------
Removed unimplemented and unused pack and unpack methods in pfbs


Commit: 083132ada813713db0faf76d3587efeaf1477244
    https://github.com/parrot/parrot/commit/083132ada813713db0faf76d3587efeaf1477244
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M t/tools/mk_language_shell.t

Log Message:
-----------
fix codetest failure - trailing whitespace


Commit: 9005a636fd4f966d3ecc8be2a4cdbe4353c04107
    https://github.com/parrot/parrot/commit/9005a636fd4f966d3ecc8be2a4cdbe4353c04107
Author: David Czech <davidczech510 at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M t/pmc/packfilebytecodesegment.t

Log Message:
-----------
Update pfbs tests for removal of pack methods


Commit: 0d314326512e8820f184113c417d70b48c970ed7
    https://github.com/parrot/parrot/commit/0d314326512e8820f184113c417d70b48c970ed7
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/pmc/packfilebytecodesegment.pmc
  M t/pmc/packfilebytecodesegment.t

Log Message:
-----------
Merge branch 'kapace/test_pbcs' of https://github.com/kapace/parrot into kapace-kapace/test_pbcs


Commit: f89f98509638810bd1f864ea5f6c578f7fcbd8db
    https://github.com/parrot/parrot/commit/f89f98509638810bd1f864ea5f6c578f7fcbd8db
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/pmc/packfilebytecodesegment.pmc
  M t/pmc/packfilebytecodesegment.t

Log Message:
-----------
Merge branch 'kapace-kapace/test_pbcs'


Commit: adbfc90af663d343877ab20b2c5e921cd5dc4523
    https://github.com/parrot/parrot/commit/adbfc90af663d343877ab20b2c5e921cd5dc4523
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/string/api.c

Log Message:
-----------
catch failed encoding of platform string and fallback on binary strings


Commit: 90418f5c8cbb8f518d517d6f0ef3adfc3819c501
    https://github.com/parrot/parrot/commit/90418f5c8cbb8f518d517d6f0ef3adfc3819c501
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/pmc/packfilesegment.pmc

Log Message:
-----------
[pmc] remove unneeded pack/unpack from PackfileSegment


Commit: cfd716ef855e6f69f6d5be016261003e74719091
    https://github.com/parrot/parrot/commit/cfd716ef855e6f69f6d5be016261003e74719091
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c

Log Message:
-----------
[imcc] Undo initial approach to slurp input files at once

It's much easier to define our own YY_INPUT


Commit: 54364eee3681e28e32420abfe80ff0e17198d318
    https://github.com/parrot/parrot/commit/54364eee3681e28e32420abfe80ff0e17198d318
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/string/api.c

Log Message:
-----------
use proper exception handling mechanism in stead of abusing embed API

now platform strings work with exception handlers in place


Commit: ee89c8c77928964933e7fb4d2654d0841a0fcacb
    https://github.com/parrot/parrot/commit/ee89c8c77928964933e7fb4d2654d0841a0fcacb
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/string_funcs.h
  M src/embed/strings.c
  M src/io/unix.c
  M src/string/api.c

Log Message:
-----------
Use platform_cstring functions for filenames


Commit: 4352c132a41dd9b593ec18311a0566c939b6fa9a
    https://github.com/parrot/parrot/commit/4352c132a41dd9b593ec18311a0566c939b6fa9a
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M MANIFEST
  M compilers/imcc/imclexer.c
  M config/auto/pmc.pm
  M config/gen/makefiles/root.in
  M config/gen/platform.pm
  A config/gen/platform/generic/encoding.c
  M config/gen/platform/generic/env.c
  A config/gen/platform/linux/encoding.c
  M config/gen/platform/win32/env.c
  M config/gen/platform/win32/exec.c
  M config/init/hints/darwin.pm
  M docs/submissions.pod
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/parrot/main.c
  M frontend/pbc_dump/packdump.c
  M include/parrot/api.h
  M include/parrot/encoding.h
  M include/parrot/io.h
  M include/parrot/key.h
  M include/parrot/packfile.h
  M include/parrot/platform_interface.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Install.pm
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/distutils.pir
  M src/debug.c
  M src/dynoplibs/bit.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/os.pmc
  M src/embed/api.c
  M src/embed/pmc.c
  M src/hash.c
  M src/interp/inter_create.c
  M src/io/buffer.c
  M src/io/filehandle.c
  M src/key.c
  M src/library.c
  M src/pmc/bignum.pmc
  M src/pmc/env.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/key.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/string/api.c
  M src/string/encoding.c
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/pmc/complex.t
  M t/pmc/filehandle.t
  M t/pmc/float.t
  M t/pmc/key.t
  M t/pmc/packfilebytecodesegment.t
  M t/pmc/packfileopmap.t
  M t/src/checkdepend.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_dump.t
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
[html_cleanup] merge in origin/master


Commit: 7ec45de643dc2dc2f2d9ced898f8faf39553e0cd
    https://github.com/parrot/parrot/commit/7ec45de643dc2dc2f2d9ced898f8faf39553e0cd
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M Configure.pl
  M MANIFEST
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M include/parrot/embed.h
  M include/parrot/extend.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M tools/dev/create_language.pl
  M tools/dev/mk_native_pbc

Log Message:
-----------
Remove config step auto::jit and all its sequelae.


Commit: 7d70de192c66b5b949cf3a909c3f70291005832b
    https://github.com/parrot/parrot/commit/7d70de192c66b5b949cf3a909c3f70291005832b
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M t/pmc/filehandle.t

Log Message:
-----------
Remove duplicate 'use' statement.


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

Changed paths:
  M DONORS.pod
  M MANIFEST
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M config/gen/makefiles/docs.in
  M docs/dev/headerizer.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M parrotbug
  M src/dynpmc/subproxy.pmc
  M src/pmc/managedstruct.pmc
  M t/perl/Parrot_Docs.t
  M tools/dev/bench_op.pir
  M tools/dev/install_files.pl
  M tools/dev/parrotbench.pl
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

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


Commit: f63d76e65706ba3f1a09605c89b9a19502a675a5
    https://github.com/parrot/parrot/commit/f63d76e65706ba3f1a09605c89b9a19502a675a5
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M docs/index/index.json
  M docs/index/pct_tutorial.json

Log Message:
-----------
change some case sensitive references - (the commit for this seemed to have got lost somewhere)


Commit: 633cd461e692fe80c2759130304afaf644c4685a
    https://github.com/parrot/parrot/commit/633cd461e692fe80c2759130304afaf644c4685a
Author: Coke <will at coleda.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M tools/build/c2str.pl

Log Message:
-----------
Remove unused 'use lib'
(took 2.55/35.4ms in one invocation)


Commit: 33c545b5b5e6a4760d05b31e1d560177373745d1
    https://github.com/parrot/parrot/commit/33c545b5b5e6a4760d05b31e1d560177373745d1
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/platform/ansi/dl.c
  M src/platform/ansi/exec.c
  M src/platform/ansi/pid.c
  M src/platform/ansi/time.c
  M src/platform/cygwin/math.c
  M src/platform/darwin/hires_timer.c
  M src/platform/darwin/sysmem.c
  M src/platform/generic/dl.c
  M src/platform/generic/encoding.c
  M src/platform/generic/env.c
  M src/platform/generic/exec.c
  M src/platform/generic/hires_timer.c
  M src/platform/generic/itimer.c
  M src/platform/generic/math.c
  M src/platform/generic/misc.c
  M src/platform/generic/pid.c
  M src/platform/generic/stat.c
  M src/platform/generic/sysmem.c
  M src/platform/generic/time.c
  M src/platform/generic/uid.c
  M src/platform/linux/encoding.c
  M src/platform/netbsd/misc.c
  M src/platform/openbsd/math.c
  M src/platform/solaris/math.c
  M src/platform/solaris/time.c
  M src/platform/win32/dl.c
  M src/platform/win32/env.c
  M src/platform/win32/exec.c
  M src/platform/win32/hires_timer.c
  M src/platform/win32/misc.c
  M src/platform/win32/pid.c
  M src/platform/win32/sysmem.c
  M src/platform/win32/time.c
  M src/platform/win32/uid.c

Log Message:
-----------
Make headerizer work on src/platform files


Commit: e4c14060f87e9bdc234deda901ba93621bb06063
    https://github.com/parrot/parrot/commit/e4c14060f87e9bdc234deda901ba93621bb06063
Author: Coke <will at coleda.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M src/pmc/exception.pmc

Log Message:
-----------
use " on CONST_STRING, not '


Commit: 4380854f2a07d51266f37d3dad205c0c55dc2253
    https://github.com/parrot/parrot/commit/4380854f2a07d51266f37d3dad205c0c55dc2253
Author: Coke <will at coleda.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M tools/build/c2str.pl

Log Message:
-----------
avoid Text::Balanced; use an RE instead.
- side effect: forces " delim on CONST_STRING
- shaves about 1/40s of each c2str.pl invocation.


Commit: 03127e69d448cc1506184c343d78f50c86073ef3
    https://github.com/parrot/parrot/commit/03127e69d448cc1506184c343d78f50c86073ef3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M MANIFEST
  M config/auto/platform.pm
  M config/auto/pmc.pm
  M config/gen/makefiles/root.in
  M include/parrot/io.h
  R include/parrot/io_portable.h
  R include/parrot/io_unix.h
  R include/parrot/io_win32.h
  M include/parrot/platform_interface.h
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/embed.c
  M src/exceptions.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/io_private.h
  R src/io/portable.c
  M src/io/socket_api.c
  R src/io/socket_unix.c
  R src/io/socket_win32.c
  R src/io/unix.c
  R src/io/win32.c
  A src/platform/generic/io.c
  A src/platform/generic/socket.c
  M src/platform/generic/stat.c
  A src/platform/win32/io.c
  A src/platform/win32/socket.c
  M src/pmc/filehandle.pmc
  M src/pmc/handle.pmc
  M src/pmc/socket.pmc
  M src/pmc/stringhandle.pmc
  M src/runcore/cores.c
  M t/src/extend.t

Log Message:
-----------
Move platform IO code to src/platform

And get rid of io_portable. It must have been broken for years.


Commit: fc57a4731b8e86c879e1eb74cf8de8d0a2b4ed30
    https://github.com/parrot/parrot/commit/fc57a4731b8e86c879e1eb74cf8de8d0a2b4ed30
Author: Coke <will at coleda.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M tools/build/pmc2c.pl

Log Message:
-----------
Add comment pointing to common way to enable this.


Commit: 72f9128234fb073c08d313fa686d321dae433bfa
    https://github.com/parrot/parrot/commit/72f9128234fb073c08d313fa686d321dae433bfa
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M MANIFEST
  M config/auto/platform.pm
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  M src/platform/ansi/exec.c
  R src/platform/ansi/pid.c
  M src/platform/generic/exec.c
  R src/platform/generic/pid.c
  M src/platform/win32/exec.c
  R src/platform/win32/pid.c

Log Message:
-----------
Merge platform/*/pid.c into platform/*/exec.c


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_add_float


Commit: fb65249e4451f1516e04775ade36d8603666c7de
    https://github.com/parrot/parrot/commit/fb65249e4451f1516e04775ade36d8603666c7de
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
Deprecate "constant" PObjs.


Commit: 93731ede6170a4d4283593fe8b65108f97878f04
    https://github.com/parrot/parrot/commit/93731ede6170a4d4283593fe8b65108f97878f04
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
Add Parrot_new_constant_* functions and PObj_constant_FLAG into deprecation.


Commit: a470646fdf91a65b18fdb8ef82de93827efb9693
    https://github.com/parrot/parrot/commit/a470646fdf91a65b18fdb8ef82de93827efb9693
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/init/hints/darwin.pm
  M docs/dev/headerizer.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M include/parrot/platform_interface.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Install.pm
  M parrotbug
  M runtime/parrot/library/Digest/sha256.pir
  M src/dynoplibs/bit.ops
  M src/dynpmc/os.pmc
  M src/dynpmc/subproxy.pmc
  M src/library.c
  M src/pmc/env.pmc
  M src/pmc/exception.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/runcore/profiling.c
  M src/string/api.c
  M t/dynpmc/os.t
  M t/perl/Parrot_Docs.t
  M t/pmc/complex.t
  M t/pmc/filehandle.t
  M t/pmc/packfilebytecodesegment.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_dump.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/install_files.pl
  M tools/dev/parrotbench.pl
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

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


Commit: 26d7d43d082a97e7b8b5f1fcbc24acfd6b322e4d
    https://github.com/parrot/parrot/commit/26d7d43d082a97e7b8b5f1fcbc24acfd6b322e4d
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M src/exceptions.c
  M src/pmc/exception.pmc

Log Message:
-----------
fix a few bugs. The new system now works as expected. Needs tests


Commit: ea7d439e40b94d8227f98c6a0a08fabb581473ed
    https://github.com/parrot/parrot/commit/ea7d439e40b94d8227f98c6a0a08fabb581473ed
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M t/compilers/imcc/syn/errors.t

Log Message:
-----------
add a basic test for multi-stage rethrow with informative backtraces. The test isn't as specific as it probably could be


Commit: 06edc1c9f3ee7e4e2019e6ce414a1b74fbb7e04b
    https://github.com/parrot/parrot/commit/06edc1c9f3ee7e4e2019e6ce414a1b74fbb7e04b
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M frontend/parrot/main.c
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
only be locale-specific about character type (LC_CTYPE, eg: UTF8)

respecting locale globally breaks tests in many non-english locales by changin
printf, errno messages, etc


Commit: a624b8d2bd492b06fcc11a078ccf521986e7ff39
    https://github.com/parrot/parrot/commit/a624b8d2bd492b06fcc11a078ccf521986e7ff39
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/init/hints/darwin.pm
  M docs/dev/headerizer.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M include/parrot/platform_interface.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Install.pm
  M parrotbug
  M runtime/parrot/library/Digest/sha256.pir
  M src/dynoplibs/bit.ops
  M src/dynpmc/os.pmc
  M src/dynpmc/subproxy.pmc
  M src/library.c
  M src/pmc/env.pmc
  M src/pmc/exception.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/runcore/profiling.c
  M src/string/api.c
  M t/dynpmc/os.t
  M t/perl/Parrot_Docs.t
  M t/pmc/complex.t
  M t/pmc/filehandle.t
  M t/pmc/packfilebytecodesegment.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_dump.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/install_files.pl
  M tools/dev/parrotbench.pl
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

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


Commit: 06b1fad972865035a3823fb3d00d64a455acfba0
    https://github.com/parrot/parrot/commit/06b1fad972865035a3823fb3d00d64a455acfba0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
Deprecate functions in src/embed.c. TT #1910


Commit: ae83646865781172d5490943d30a5d29b9bf5b33
    https://github.com/parrot/parrot/commit/ae83646865781172d5490943d30a5d29b9bf5b33
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M config/gen/platform/linux/encoding.c
  M frontend/parrot/main.c
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
reset locale after grabbing character encoding - fixes tests on internationalized systems


Commit: 688366d5e65c9361bfef181b2698fa381f54f8f1
    https://github.com/parrot/parrot/commit/688366d5e65c9361bfef181b2698fa381f54f8f1
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M include/parrot/stat.h
  M src/dynpmc/file.pmc
  M src/dynpmc/os.pmc
  M src/platform/generic/io.c
  M src/platform/generic/stat.c
  M t/dynpmc/file.t
  M t/dynpmc/os.t

Log Message:
-----------
Add Parrot_lstat_info_intval

And use Parrot_stat_* functions in dynpmcs


Commit: d539bfbcdae529f19e52e22f22f56c09bb065c43
    https://github.com/parrot/parrot/commit/d539bfbcdae529f19e52e22f22f56c09bb065c43
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M t/dynpmc/os.t

Log Message:
-----------
untodo OS test, TT #1836


Commit: c638c312efa07c8dc5d406eb6f13c94b19a0b9b2
    https://github.com/parrot/parrot/commit/c638c312efa07c8dc5d406eb6f13c94b19a0b9b2
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Remove c++-style commented out line. Closes #1949. doughera++


Commit: 770403be47fb93816066c33271d029b14d7fa92c
    https://github.com/parrot/parrot/commit/770403be47fb93816066c33271d029b14d7fa92c
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M include/parrot/io.h
  M include/parrot/platform_interface.h
  M src/platform/generic/io.c

Log Message:
-----------
Make win32 tests pass


Commit: 644658e93323546c38446b456cd66f557d9a9c56
    https://github.com/parrot/parrot/commit/644658e93323546c38446b456cd66f557d9a9c56
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/init/hints/darwin.pm
  M docs/dev/headerizer.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M frontend/parrot/main.c
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Install.pm
  M parrotbug
  M runtime/parrot/library/Digest/sha256.pir
  M src/dynoplibs/bit.ops
  M src/dynpmc/subproxy.pmc
  M src/platform/linux/encoding.c
  M src/pmc/exception.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/string/api.c
  M t/perl/Parrot_Docs.t
  M t/pmc/complex.t
  M t/pmc/filehandle.t
  M t/pmc/packfilebytecodesegment.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_dump.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/install_files.pl
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

Log Message:
-----------
Merge branch 'master' into nwellnhof/platform_src


Commit: b4b6eb4e4a55936ab9865a4aae71d765c7e9e663
    https://github.com/parrot/parrot/commit/b4b6eb4e4a55936ab9865a4aae71d765c7e9e663
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M config/gen/makefiles/docs.in
  M config/gen/platform/linux/encoding.c
  M docs/dev/headerizer.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M frontend/parrot/main.c
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M parrotbug
  M src/dynpmc/subproxy.pmc
  M src/pmc/exception.pmc
  M src/pmc/managedstruct.pmc
  M src/string/api.c
  M t/dynpmc/os.t
  M t/perl/Parrot_Docs.t
  M t/pmc/filehandle.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/install_files.pl
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

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


Commit: aed05ed06de9502ae743bc7581c7b04822e5de97
    https://github.com/parrot/parrot/commit/aed05ed06de9502ae743bc7581c7b04822e5de97
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M Configure.pl
  M MANIFEST
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M include/parrot/embed.h
  M include/parrot/extend.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M tools/dev/create_language.pl
  M tools/dev/mk_native_pbc

Log Message:
-----------
Merge branch 'remove_auto_jit'


Commit: aa66af366d4edf6c7dbcc366469d50af630eab3f
    https://github.com/parrot/parrot/commit/aa66af366d4edf6c7dbcc366469d50af630eab3f
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  R config/auto/jit.pm
  R t/steps/auto/jit-01.t

Log Message:
-----------
Really delete config/auto/jit.pm and t/steps/auto/01-jit.t.


Commit: be8f1a6551171c6ac95efbd4dd1ce164660baf6a
    https://github.com/parrot/parrot/commit/be8f1a6551171c6ac95efbd4dd1ce164660baf6a
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M t/src/misc.t

Log Message:
-----------
[t] fix src tests for C89 compatibility; doughera++ for the patch


Commit: b51c019fd725f75f7e558a12c49ededacbfcd312
    https://github.com/parrot/parrot/commit/b51c019fd725f75f7e558a12c49ededacbfcd312
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M config/gen/platform/generic/env.c
  M src/pbc_disassemble.c

Log Message:
-----------
Apply patches submitte by doughera++ in TT #1950 and TT #1953.


Commit: 901764ea1616a1caf80cd91cc9d23825723a0cfc
    https://github.com/parrot/parrot/commit/901764ea1616a1caf80cd91cc9d23825723a0cfc
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M config/gen/platform/generic/env.c
  M src/pbc_disassemble.c

Log Message:
-----------
Merge branch 'doughera_3patches'.  Applies patches submitted by doughera++ in
TT #1950 and TT #1953.


Commit: 8bd0d93bc93520bd6b224cc72586ee1f4b0835b3
    https://github.com/parrot/parrot/commit/8bd0d93bc93520bd6b224cc72586ee1f4b0835b3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M MANIFEST
  M config/gen/makefiles/root.in
  M include/parrot/io.h
  M include/parrot/platform_interface.h
  M src/io/api.c
  M src/io/socket_api.c
  M src/platform/generic/io.c
  M src/platform/generic/socket.c
  M src/platform/win32/io.c
  R src/platform/win32/socket.c
  M src/pmc/socket.pmc

Log Message:
-----------
[io] Refactor platform socket API


Commit: 72addf8e376a6aedcfb669cdbd7c3368d772d693
    https://github.com/parrot/parrot/commit/72addf8e376a6aedcfb669cdbd7c3368d772d693
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M src/pmc/exception.pmc
  M t/pmc/exception.t

Log Message:
-----------
add serialization for Exception

see Ωη;)XD for an example of why this might be considered useful


Commit: 8c2f5cc09d28ee2e566ee79a5de5cb35c599177b
    https://github.com/parrot/parrot/commit/8c2f5cc09d28ee2e566ee79a5de5cb35c599177b
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M MANIFEST
  R config/auto/jit.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/platform/generic/env.c
  M config/gen/platform/linux/encoding.c
  M frontend/parrot/main.c
  M include/parrot/embed.h
  M include/parrot/extend.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M t/dynpmc/os.t
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M t/pmc/exception.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M tools/dev/create_language.pl
  M tools/dev/mk_native_pbc
  M tools/dev/pbc_to_exe.pir

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


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Various tests for Parrot_PMC_* functions


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] More Parrot_PMC_* tests


Commit: 97a37c99ce79612091e1ff3f3b7c3b979362a38a
    https://github.com/parrot/parrot/commit/97a37c99ce79612091e1ff3f3b7c3b979362a38a
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-11 (Tue, 11 Jan 2011)

Changed paths:
  M include/parrot/io.h
  M include/parrot/platform_interface.h
  M src/io/filehandle.c
  M src/io/socket_api.c
  M src/platform/generic/exec.c
  M src/platform/generic/io.c
  M src/pmc/filehandle.pmc

Log Message:
-----------
Move process related code from io.c to exec.c


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

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M MANIFEST.generated
  M PBC_COMPAT
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/opsc/ops2c.nqp
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  R config/auto/jit.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/config_lib_pir.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/gen/platform.pm
  A config/gen/platform/generic/encoding.c
  M config/gen/platform/generic/env.c
  R config/gen/platform/generic/memexec.c
  A config/gen/platform/linux/encoding.c
  R config/gen/platform/openbsd/memexec.c
  M config/gen/platform/win32/env.c
  M config/gen/platform/win32/exec.c
  M config/gen/platform/win32/uid.c
  M config/init/defaults.pm
  M config/init/hints/darwin.pm
  M config/init/optimize.pm
  M config/inter/libparrot.pm
  M docs/dev/c_functions.pod
  M docs/dev/headerizer.pod
  M docs/embed.pod
  A docs/embed_new.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/project/git_workflow.pod
  M docs/running.pod
  M docs/submissions.pod
  M examples/benchmarks/addit.pasm
  M examples/benchmarks/bench_newp.pasm
  M examples/benchmarks/freeze.pasm
  M examples/benchmarks/gc_alloc_new.pasm
  M examples/benchmarks/gc_alloc_reuse.pasm
  M examples/benchmarks/gc_generations.pasm
  M examples/benchmarks/gc_header_new.pasm
  M examples/benchmarks/gc_header_reuse.pasm
  M examples/benchmarks/gc_waves_headers.pasm
  M examples/benchmarks/gc_waves_sizeable_data.pasm
  M examples/benchmarks/gc_waves_sizeable_headers.pasm
  M examples/benchmarks/mops_intval.pasm
  M examples/benchmarks/oo1.pir
  M examples/benchmarks/oo2.pir
  M examples/benchmarks/oo3.pir
  M examples/benchmarks/oo4.pasm
  M examples/benchmarks/primes.pasm
  M examples/benchmarks/primes_i.pasm
  M examples/benchmarks/stress.pasm
  M examples/benchmarks/stress1.pasm
  M examples/benchmarks/stress2.pasm
  M examples/benchmarks/stress3.pasm
  M examples/benchmarks/vpm.pir
  M examples/pasm/cat.pasm
  M examples/pasm/fact.pasm
  M examples/pasm/hello.pasm
  M examples/pir/make_hello_pbc.pir
  M examples/pir/md5sum.pir
  A examples/pir/md5sum_oo.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/SubCounter.pir
  M examples/subs/coroutine.pasm
  M examples/subs/pasm_sub1.pasm
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/extend.h
  M include/parrot/hash.h
  M include/parrot/io.h
  M include/parrot/io_portable.h
  M include/parrot/io_unix.h
  M include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/library.h
  M include/parrot/packfile.h
  M include/parrot/platform_interface.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  M include/parrot/sub.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/PGE.pm
  M parrotbug
  M runtime/parrot/bin/prove.pir
  M runtime/parrot/library/Digest/MD5.pir
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/PGE/Util.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/osutils.pir
  M src/call/args.c
  M src/debug.c
  M src/dynoplibs/bit.ops
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed.c
  M src/embed/api.c
  M src/embed/pmc.c
  M src/exceptions.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  M src/io/portable.c
  M src/io/socket_api.c
  M src/io/unix.c
  R src/io/utf8.c
  M src/io/win32.c
  M src/key.c
  M src/library.c
  M src/multidispatch.c
  M src/ops/core.ops
  M src/ops/experimental.ops
  M src/packfile/api.c
  R src/packfile/execute.c
  M src/packfile/output.c
  R src/packfile/packfile_private.h
  M src/pmc/addrregistry.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/class.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/exception.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/integer.pmc
  M src/pmc/key.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/oplib.pmc
  M src/pmc/packfile.pmc
  A src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  A src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/string/api.c
  M src/string/encoding.c
  M src/string/encoding/ascii.c
  M src/string/encoding/binary.c
  M src/string/encoding/latin1.c
  M src/string/encoding/null.c
  M src/string/encoding/shared.c
  M src/string/encoding/ucs2.c
  M src/string/encoding/ucs4.c
  A src/string/encoding/unicode.h
  M src/string/encoding/utf16.c
  M src/string/encoding/utf8.c
  R src/string/unicode.h
  M src/vtables.c
  M t/compilers/imcc/imcpasm/opt1.t
  M t/compilers/imcc/imcpasm/opt2.t
  M t/compilers/imcc/imcpasm/optc.t
  M t/compilers/imcc/reg/alloc.t
  M t/compilers/imcc/reg/spill_old.t
  M t/compilers/imcc/syn/const.t
  M t/compilers/imcc/syn/file.t
  M t/compilers/imcc/syn/macro.t
  M t/compilers/imcc/syn/pcc.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/imcc/syn/tail.t
  M t/compilers/opsc/06-opsfile.t
  M t/compilers/pct/complete_workflow.t
  M t/compilers/pct/post.t
  M t/compilers/pge/pge_globs.t
  M t/compilers/tge/basic.t
  M t/dynoplibs/bit.t
  M t/dynoplibs/debug.t
  M t/dynoplibs/io-old.t
  M t/dynoplibs/io.t
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time_old.t
  M t/dynoplibs/trans-old.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/gziphandle.t
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/examples/pir.t
  M t/examples/shootout.t
  M t/examples/streams.t
  M t/library/md5.t
  A t/library/sha.t
  M t/library/streams.t
  M t/library/test_more.t
  M t/native_pbc/integer.t
  M t/op/basic.t
  M t/op/calling.t
  M t/op/exceptions.t
  M t/op/exit.t
  M t/op/interp.t
  M t/op/jit.t
  M t/op/jitn.t
  M t/op/lexicals.t
  M t/op/literal-old.t
  M t/op/say.t
  M t/op/spawnw.t
  M t/op/string_cs.t
  M t/op/stringu.t
  M t/perl/Parrot_Docs.t
  M t/perl/Parrot_Test.t
  M t/perl/testlib/answer.pir
  M t/perl/testlib/hello.pasm
  M t/pmc/bigint.t
  M t/pmc/bignum.t
  M t/pmc/bytebuffer.t
  M t/pmc/callcontext.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/context.t
  M t/pmc/continuation.t
  M t/pmc/coroutine.t
  M t/pmc/eval.t
  M t/pmc/exception-old.t
  M t/pmc/filehandle.t
  M t/pmc/fixedbooleanarray.t
  M t/pmc/fixedfloatarray.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/float.t
  M t/pmc/freeze.t
  M t/pmc/globals.t
  M t/pmc/hashiteratorkey.t
  M t/pmc/integer.t
  M t/pmc/io.t
  M t/pmc/io_stdin.t
  M t/pmc/iterator.t
  M t/pmc/key.t
  M t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/namespace.t
  A t/pmc/nativepccmethod.t
  M t/pmc/nci.t
  M t/pmc/object-meths.t
  M t/pmc/opcode.t
  M t/pmc/orderedhash.t
  M t/pmc/orderedhashiterator.t
  A t/pmc/packfilebytecodesegment.t
  A t/pmc/packfileopmap.t
  M t/pmc/parrotio.t
  M t/pmc/pmc.t
  M t/pmc/socket.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/pmc/testfile
  M t/pmc/threads.t
  M t/pmc/timer.t
  M t/profiling/profiling.t
  M t/src/checkdepend.t
  M t/src/embed.t
  A t/src/embed/api.t
  M t/src/extend.t
  R t/steps/auto/jit-01.t
  R t/tools/install/dev_overall.t
  R t/tools/install/overall.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/create_language.pl
  M tools/dev/dump_pbc.pl
  A tools/dev/gdb-pp-load.py
  A tools/dev/gdb-pp.py
  M tools/dev/install_files.pl
  R tools/dev/list_unjitted.pl
  M tools/dev/make_cover.pl
  M tools/dev/mk_native_pbc
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

Log Message:
-----------
Merge branch 'master' into leto/embed_grant


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

Changed paths:
  M config/gen/platform/generic/env.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M t/pmc/exception.t
  M t/src/misc.t

Log Message:
-----------
Merge remote branch 'origin/master'


Commit: 620bd8d98afa7174e7fa0e6672644a28dc3fc420
    https://github.com/parrot/parrot/commit/620bd8d98afa7174e7fa0e6672644a28dc3fc420
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M MANIFEST
  R config/auto/jit.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/platform/generic/env.c
  M config/gen/platform/linux/encoding.c
  M frontend/parrot/main.c
  M include/parrot/embed.h
  M include/parrot/extend.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Vtable.pm
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M t/dynpmc/os.t
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M t/pmc/exception.t
  M t/src/embed.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M tools/build/vtable_extend.pl
  M tools/dev/create_language.pl
  M tools/dev/mk_native_pbc
  M tools/dev/pbc_to_exe.pir

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


Commit: 74c1720d570839599151113b3cafbac2f9740662
    https://github.com/parrot/parrot/commit/74c1720d570839599151113b3cafbac2f9740662
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

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

Log Message:
-----------
PackFile_append_pbc is renamed PackFile_append, and takes a PackFile argument instead of a char* filename


Commit: 44e5a0a7819a23a4f5dd8f4e28d74aa5b42da5fe
    https://github.com/parrot/parrot/commit/44e5a0a7819a23a4f5dd8f4e28d74aa5b42da5fe
Author: Coke <will at coleda.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/pbc_disassemble.c

Log Message:
-----------
Fix g++ build.


Commit: 3446a1be4ffe3144ddeb65ea395efe29435b7928
    https://github.com/parrot/parrot/commit/3446a1be4ffe3144ddeb65ea395efe29435b7928
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/io/socket_api.c

Log Message:
-----------
[io] Fix bug in recv


Commit: 4740da34a804966a8891a6535650fb1d8ccd935f
    https://github.com/parrot/parrot/commit/4740da34a804966a8891a6535650fb1d8ccd935f
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M t/src/misc.t

Log Message:
-----------
fix test Parrot_vsnprintf with len 0, TT #1956


Commit: fa6d538430e45b9bc8307715ce6728b63fa6c4dd
    https://github.com/parrot/parrot/commit/fa6d538430e45b9bc8307715ce6728b63fa6c4dd
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
make sure initial_pf is in place whenever we build default segs


Commit: 513d109e0dcc123d09367f9ab93c7137ac02aed5
    https://github.com/parrot/parrot/commit/513d109e0dcc123d09367f9ab93c7137ac02aed5
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir

Log Message:
-----------
[t] Add a real test for the Socket PMC

It turned out that Win32 is broken.


Commit: 237613ea732efa1aea1f148cb8e2d35c7f4a0921
    https://github.com/parrot/parrot/commit/237613ea732efa1aea1f148cb8e2d35c7f4a0921
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
Update MANIFEST


Commit: 113df7b4f6b182445151d2b2470865a7066da39b
    https://github.com/parrot/parrot/commit/113df7b4f6b182445151d2b2470865a7066da39b
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M runtime/parrot/library/Test/More.pir

Log Message:
-----------
allows to use a string with PIR source as invokable in throws_type


Commit: 81fc286c58311c459900f7858c9e1b076d77fd50
    https://github.com/parrot/parrot/commit/81fc286c58311c459900f7858c9e1b076d77fd50
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M config/auto/pmc.pm
  M config/gen/makefiles/root.in
  M src/dynpmc/Defines.in
  M t/src/checkdepend.t

Log Message:
-----------
[t] Fix TT #1944

We don't generate platform-specific code now, so this problem is solved.


Commit: 025ff86087a4a132bbc082cec59a62ba77858367
    https://github.com/parrot/parrot/commit/025ff86087a4a132bbc082cec59a62ba77858367
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
rename local variable 'main' to avoid the warning: 'main' is usually a function


Commit: 83cc02b438aa135826e569a6b935a7664853c89a
    https://github.com/parrot/parrot/commit/83cc02b438aa135826e569a6b935a7664853c89a
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M Configure.pl
  M MANIFEST
  R config/auto/jit.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M include/parrot/embed.h
  M include/parrot/extend.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Vtable.pm
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/platform/generic/env.c
  M src/pmc/exception.pmc
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M t/pmc/exception.t
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir
  M t/src/embed.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M tools/build/vtable_extend.pl
  M tools/dev/create_language.pl
  M tools/dev/mk_native_pbc

Log Message:
-----------
Merge branch 'master' into nwellnhof/platform_src


Commit: d2bde390766128d8845f3a70cbccb0559c728255
    https://github.com/parrot/parrot/commit/d2bde390766128d8845f3a70cbccb0559c728255
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/pmc/socket.pmc

Log Message:
-----------
Really fix Socket PMC


Commit: edad0625b823215f0c15ef3746a18811606cb28d
    https://github.com/parrot/parrot/commit/edad0625b823215f0c15ef3746a18811606cb28d
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-12 (Wed, 12 Jan 2011)

Changed paths:
  M src/io/buffer.c

Log Message:
-----------
[io] Try to handle corner case with readline, pipes and multi-byte encodings

It'll be fun to write test that reliably triggers this code path.


Commit: f9dc2d10ad9dc9f16b53050c72c7bb94297d8944
    https://github.com/parrot/parrot/commit/f9dc2d10ad9dc9f16b53050c72c7bb94297d8944
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-12 (Wed, 12 Jan 2011)

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

Log Message:
-----------
Test config/auto/thread.pm more thoroughly.
Mock several cases coded in runstep().


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_(absolute|add_float|can)


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_does


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_get_class


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_is_equal_num


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_(is_same|is_equal_string|cmp_num|cmp_string)


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_i_divide


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_visit


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

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Parrot_PMC_(type|get_bool|set_bool)


Commit: a88a9d95c90527cfd1bd6af32105d55b6b8d3993
    https://github.com/parrot/parrot/commit/a88a9d95c90527cfd1bd6af32105d55b6b8d3993
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M config/init/optimize.pm
  M t/steps/init/optimize-01.t

Log Message:
-----------
Fix overriding of command-line option for optimization level.

Cf.:  http://trac.parrot.org/parrot/ticket/1957.


Commit: 9d9cd51abc2a5b9f01557d077775a5842f0c7b81
    https://github.com/parrot/parrot/commit/9d9cd51abc2a5b9f01557d077775a5842f0c7b81
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M src/interp/inter_create.c
  M src/packfile/api.c

Log Message:
-----------
We always need an initial_pf, so just create it when we initialize the interpreter. Then we don't need to be checking for it later


Commit: fc0f759060202a29ee43952bc236cd11c8ce95f0
    https://github.com/parrot/parrot/commit/fc0f759060202a29ee43952bc236cd11c8ce95f0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M include/parrot/packfile.h
  M src/embed.c
  M src/embed/api.c
  M src/packfile/api.c

Log Message:
-----------
Add some accessors for interp->initial_pf and interp->code to the packfile API. Add a new function to set a packfile as the itnerp's current packfile. Use this new function to reimplement Parrot_pbc_load, and replace several uses of Parrot_pbc_load with Parrot_pf_set_current_packfile. While I'm there, use some proper values for Exception type in embedding api


Commit: 2ca82d9c5be9a2d8a89674c80c15cf2d46e054f0
    https://github.com/parrot/parrot/commit/2ca82d9c5be9a2d8a89674c80c15cf2d46e054f0
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M docs/dev/longopt.pod
  M src/pbc_disassemble.c

Log Message:
-----------
TT #1950: Applying updated patches from doughera++.

See:  http://trac.parrot.org/parrot/ticket/1950.


Commit: 21b259b596a1e1224206bccab4c73ccc5b460d54
    https://github.com/parrot/parrot/commit/21b259b596a1e1224206bccab4c73ccc5b460d54
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M include/parrot/packfile.h
  M src/packfile/api.c

Log Message:
-----------
create a new function Parrot_pf_create_default_segments to start replacing PF_create_default_segs. Add a new parameter to PF_create_default_segs that forces us to update interp->code, so we don't need to do the assignment in IMCC


Commit: 8a84768fd234909e0463b58a6a1c145222e9bd49
    https://github.com/parrot/parrot/commit/8a84768fd234909e0463b58a6a1c145222e9bd49
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/pbc.c

Log Message:
-----------
remove all instances of 'interp->code' from compilers/imcc/pbc.c. Replace it with the new accessor functions. Don't look it up in the various static functions, instead pass a reference. In reality, many of these need a reference to PackFile_ConstTable instead of PackFile_ByteCode instead.


Commit: c8464139ba1843468b5def30e04c966e652892aa
    https://github.com/parrot/parrot/commit/c8464139ba1843468b5def30e04c966e652892aa
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/parser_util.c

Log Message:
-----------
remove all instances of interp->code from compilers/imcc/parser_util.c. Replace with accessor functions


Commit: 2511592135e00416b4694158b01cef80e3b934e1
    https://github.com/parrot/parrot/commit/2511592135e00416b4694158b01cef80e3b934e1
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M src/io/core.c

Log Message:
-----------
[io] Hopefully make Win32 sockets work again


Commit: c8856ceacbcde897b28bdf348fac96b132123215
    https://github.com/parrot/parrot/commit/c8856ceacbcde897b28bdf348fac96b132123215
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/pbc.c

Log Message:
-----------
remove instance of interp->initial_pf from compilers/imcc/pbc.c


Commit: 5ec8f63c5d11669904935c8db7780634253f6daf
    https://github.com/parrot/parrot/commit/5ec8f63c5d11669904935c8db7780634253f6daf
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  R README.deutsch
  R README.espanol
  R README.polski
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.polski

Log Message:
-----------
move translated README files into a dedicated translations directory for now, while we figure out what to do with them


Commit: 73bea864da9650dcf04ceaa4f84bf3c94e58d3dc
    https://github.com/parrot/parrot/commit/73bea864da9650dcf04ceaa4f84bf3c94e58d3dc
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  A README.български

Log Message:
-----------
Merge remote branch 'origin/bulgarian_readme'


Commit: 9f354bad49ca49b16d6e286d873cfe1d3bcc6c37
    https://github.com/parrot/parrot/commit/9f354bad49ca49b16d6e286d873cfe1d3bcc6c37
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  R README.български
  A docs/translations/README.български

Log Message:
-----------
Move the bulgarian readme into the translations folder


Commit: f6d18b3d4b08f68525969cae4933999f7ce50f0c
    https://github.com/parrot/parrot/commit/f6d18b3d4b08f68525969cae4933999f7ce50f0c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  A README.pt-BR
  M docs/translations/README.espanol

Log Message:
-----------
merge conflicts


Commit: 8e61602115b5a704b53c9bdf57e4d994a6347099
    https://github.com/parrot/parrot/commit/8e61602115b5a704b53c9bdf57e4d994a6347099
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  R README.pt-BR
  A docs/translations/README.pt-BR

Log Message:
-----------
move ptBR README to translations folder


Commit: a965a0c3c9e185508320698481e6c1d744927488
    https://github.com/parrot/parrot/commit/a965a0c3c9e185508320698481e6c1d744927488
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  A README.francais

Log Message:
-----------
Merge remote branch 'origin/gci_french_readme'


Commit: 27f9e5cb650235f50d906c2bb57cfe9f754fdbed
    https://github.com/parrot/parrot/commit/27f9e5cb650235f50d906c2bb57cfe9f754fdbed
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  R README.francais
  A docs/translations/README.francais

Log Message:
-----------
move french README to docs/translations


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

Changed paths:
  M MANIFEST
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t

Log Message:
-----------
[t] Caching git describe strings

This is a fixed version of the code that was getting modly in the
fix_git_info_cache branch. whiteknight++ for reminding me about it.


Commit: d93c1fb2fd1898cb9ea6fb02f2998bfd9b523e1b
    https://github.com/parrot/parrot/commit/d93c1fb2fd1898cb9ea6fb02f2998bfd9b523e1b
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M tools/dev/fetch_languages.pl

Log Message:
-----------
[languages] Cardinal moves on github.com/parrot


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

Changed paths:
  M MANIFEST
  M src/pbc_disassemble.c

Log Message:
-----------
Fix MANIFEST


Commit: f832d2db66ed1710c6f2fab94aeab2dedb99e6a3
    https://github.com/parrot/parrot/commit/f832d2db66ed1710c6f2fab94aeab2dedb99e6a3
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
add deprecation notices for TTs 1868 and 1961


Commit: 193b47ff7ac48248f3a1e57ee28b43ff03c7aa04
    https://github.com/parrot/parrot/commit/193b47ff7ac48248f3a1e57ee28b43ff03c7aa04
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M src/nci/libffi.c

Log Message:
-----------
Fix headerizer warnings in src/nci/libffi.c

Should fix TT #1942


Commit: 35f57466e92b99d198d2c29bd5b1254c4c460695
    https://github.com/parrot/parrot/commit/35f57466e92b99d198d2c29bd5b1254c4c460695
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M MANIFEST
  A docs/translations/README.BGR
  R docs/translations/README.български

Log Message:
-----------
fix README with non-ascii name. It breaks MANIFEST and configure, so give it a simpler name


Commit: ff5035fb9108c813e341f1007c179f90c6d071a0
    https://github.com/parrot/parrot/commit/ff5035fb9108c813e341f1007c179f90c6d071a0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M compilers/imcc/parser_util.c
  M src/packfile/api.c

Log Message:
-----------
rename a variable to be less confusing


Commit: 19c9af2cac7041e64bcb94b3b4fd70896a48afbd
    https://github.com/parrot/parrot/commit/19c9af2cac7041e64bcb94b3b4fd70896a48afbd
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M t/steps/init/optimize-01.t

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


Commit: 42b94c9536ea5f55e8b37c515f83acb260cbd70f
    https://github.com/parrot/parrot/commit/42b94c9536ea5f55e8b37c515f83acb260cbd70f
Author: Andy Lester <andy at petdance.com>
Date:   2011-01-13 (Thu, 13 Jan 2011)

Changed paths:
  M include/parrot/string_funcs.h
  M src/gc/gc_ms2.c
  M src/string/api.c

Log Message:
-----------
adding function macros


Commit: 2a4e2881ad3d37a2268f73c07ddcdd6d429ad4ec
    https://github.com/parrot/parrot/commit/2a4e2881ad3d37a2268f73c07ddcdd6d429ad4ec
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M tools/docs/make_html_docs.pl

Log Message:
-----------
add version to HTML title


Commit: 4fbf977e54664eaf23d0b926fdb08bb0370cc473
    https://github.com/parrot/parrot/commit/4fbf977e54664eaf23d0b926fdb08bb0370cc473
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M include/parrot/string_funcs.h
  M src/string/api.c

Log Message:
-----------
fix decorations of Parrot_str_from_platform_cstring


Commit: e0df021adfa41af4e0ffdf3ed60344ceedda5682
    https://github.com/parrot/parrot/commit/e0df021adfa41af4e0ffdf3ed60344ceedda5682
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/string/api.c

Log Message:
-----------
fix codetest failure - line length


Commit: 50acdfb4de33760e893e5387f9610d5cceb82f40
    https://github.com/parrot/parrot/commit/50acdfb4de33760e893e5387f9610d5cceb82f40
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M include/parrot/imcc.h

Log Message:
-----------
remove unused function imcc_run_pbc


Commit: 0297b0a21cf428efb37369d7ab563a22c4bf0cef
    https://github.com/parrot/parrot/commit/0297b0a21cf428efb37369d7ab563a22c4bf0cef
Author: gerd <gp at zimt.uni-siegen.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M tools/docs/make_html_docs.pl

Log Message:
-----------
make the option "--version" optional


Commit: 4357d749cfaddee006260b9d5d3177e11adb7992
    https://github.com/parrot/parrot/commit/4357d749cfaddee006260b9d5d3177e11adb7992
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M include/parrot/imcc.h

Log Message:
-----------
remove unused function imcc_run_pbc


Commit: c68e224154e0f468d74ea2ed8c697096393352c3
    https://github.com/parrot/parrot/commit/c68e224154e0f468d74ea2ed8c697096393352c3
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M MANIFEST
  M compilers/imcc/Rules.in
  M compilers/imcc/main.c
  M include/parrot/api.h
  R include/parrot/imcc.h

Log Message:
-----------
imcc_run is now static because it's only used in compilers/imcc/main.c. With that, we can get rid of include/parrot/imcc.h entirely. Good riddance.


Commit: 2471580b7316eb4289d0012a8aa927077d65aecd
    https://github.com/parrot/parrot/commit/2471580b7316eb4289d0012a8aa927077d65aecd
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/interpreter.h
  M src/embed/api.c

Log Message:
-----------
remove the field interp->output_file. Instead, we let IMCC parse that option internally for now and not burden the interp with that information


Commit: c46bc40bc945f058cc2f2d45b120911de31d6eb8
    https://github.com/parrot/parrot/commit/c46bc40bc945f058cc2f2d45b120911de31d6eb8
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/pmc/imageiofreeze.pmc

Log Message:
-----------
simplify logic in  ImageIOFreeze.push_pmc


Commit: f002b96228389498a6700f08ec7bdc8a32c3949f
    https://github.com/parrot/parrot/commit/f002b96228389498a6700f08ec7bdc8a32c3949f
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/packfile/object_serialization.c
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
inline Parrot_visit_list_{visit, thawfinish}

This allows the visit list to be pruned while freezing.


Commit: 48b41743ca233c1dc017eecfbb8dd364be22795a
    https://github.com/parrot/parrot/commit/48b41743ca233c1dc017eecfbb8dd364be22795a
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M include/parrot/imageio.h
  M include/parrot/packfile.h
  M include/parrot/pmc_freeze.h
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
implement PBC backrefs in constant tables

Objects previously seen in the object graphs of other constants in the same
constant table are now stored as backreferences in stead of being duplicated.
This is significant improvement for a number of common cases including, but not
limited to: namespaces, outer subs, and lexpads.

opsc.pbc, by virtue of being created using nqp, makes heavy use of all of the
above mentioned features and is now 15% smaller.


Commit: 3925b994cc002f605214639c9c95af5cded2d6ae
    https://github.com/parrot/parrot/commit/3925b994cc002f605214639c9c95af5cded2d6ae
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/packfile/output.c
  M src/pmc/imageiosize.pmc

Log Message:
-----------
[codingstd] cpp comments


Commit: 6ac58b50ea2ea95841bbdff6e1f559c0205b2a70
    https://github.com/parrot/parrot/commit/6ac58b50ea2ea95841bbdff6e1f559c0205b2a70
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/packfile/output.c

Log Message:
-----------
[codingstd] c function docs


Commit: f3ce78ca39f8304ec4ba92020f0239687aeda17c
    https://github.com/parrot/parrot/commit/f3ce78ca39f8304ec4ba92020f0239687aeda17c
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc

Log Message:
-----------
[codingstd] pmc docs


Commit: e8cf978d94ae814be62d4b323b087f207af2ce13
    https://github.com/parrot/parrot/commit/e8cf978d94ae814be62d4b323b087f207af2ce13
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/packfile/object_serialization.c
  M src/pmc/imageiofreeze.pmc

Log Message:
-----------
use get_pointer to access seen hash of ImageIOFreeze for consistency with ImageIOSize


Commit: d4cdba7072576fb0090c6803b45dc9d9a31cfce1
    https://github.com/parrot/parrot/commit/d4cdba7072576fb0090c6803b45dc9d9a31cfce1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M src/embed/api.c

Log Message:
-----------
remove .pbc loading logic from imcc_run, and move it into the parrot.exe frontend. While I'm there, change argument parsing so we put parsed flag values into a struct, and make a few other cleanups and changes


Commit: c019067064171a3fe95d79a2adb233cd5e6a7508
    https://github.com/parrot/parrot/commit/c019067064171a3fe95d79a2adb233cd5e6a7508
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/pmc/imageiosize.pmc

Log Message:
-----------
[codingstd] pod syntax


Commit: 31792fae89dcff165d9572b0475f4147c3831c2c
    https://github.com/parrot/parrot/commit/31792fae89dcff165d9572b0475f4147c3831c2c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

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

Log Message:
-----------
Add a new API function to serialize a packfile PMC into a format suitable for writing a .pbc file. This code stolen in part from compilers/imcc/main.c:imcc_write_pbc


Commit: 5e6374d2e82b667832bcde24a32b5a3fe9c47881
    https://github.com/parrot/parrot/commit/5e6374d2e82b667832bcde24a32b5a3fe9c47881
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M docs/dev/profiling.pod

Log Message:
-----------
fix pod to conform with make html

uc =head1 Name to =head1 NAME (this seems to be required)
also Description to DESCRIPTION (only other =head1 in the pod)
did not change copyright as this probably needs to be updated and
 do not want to show that this is up-to-date


Commit: 68f82869525efa6bd0e870606cc3fc1fe525b33b
    https://github.com/parrot/parrot/commit/68f82869525efa6bd0e870606cc3fc1fe525b33b
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
stub out a test for the new API function


Commit: d750eebc757472809fc5664aae615a98357589c9
    https://github.com/parrot/parrot/commit/d750eebc757472809fc5664aae615a98357589c9
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M t/configure/065-git_describe_from_cache.t

Log Message:
-----------
localizing $@ inside subroutine caused 'require' to fail outside the subroutine.


Commit: b76fe7fb2e4e33a35b7fde41607be84423d2d02c
    https://github.com/parrot/parrot/commit/b76fe7fb2e4e33a35b7fde41607be84423d2d02c
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M t/configure/063-git_describe_to_cache.t

Log Message:
-----------
correct documentation


Commit: d808617e1497a06bbf29ca44dd8e0212ff5aaa53
    https://github.com/parrot/parrot/commit/d808617e1497a06bbf29ca44dd8e0212ff5aaa53
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M src/thread.c
  M t/src/embed.t

Log Message:
-----------
[t] Fix t/src/embed.t

Make test 3 fail with optimized builds (TT #1937).
Hopefully with other failures (TT #1964).


Commit: 2053ac16289474a4a3eb53387c903b7b78e99632
    https://github.com/parrot/parrot/commit/2053ac16289474a4a3eb53387c903b7b78e99632
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M include/parrot/atomic.h

Log Message:
-----------
Fix TT #1945

Triggered by --without-threads


Commit: 18e80cb23f26b52a06d0778a32a3f4f59d0e5270
    https://github.com/parrot/parrot/commit/18e80cb23f26b52a06d0778a32a3f4f59d0e5270
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M MANIFEST
  R README.deutsch
  R README.espanol
  R README.polski
  M config/init/optimize.pm
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M include/parrot/atomic.h
  M include/parrot/string_funcs.h
  M src/gc/gc_ms2.c
  M src/io/buffer.c
  M src/io/core.c
  M src/nci/libffi.c
  M src/string/api.c
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/src/embed.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  M tools/dev/fetch_languages.pl
  M tools/docs/make_html_docs.pl

Log Message:
-----------
Merge branch 'master' into nwellnhof/platform_src


Commit: 481a15b65c765c0a6261fa94d0b0bff03e283ae6
    https://github.com/parrot/parrot/commit/481a15b65c765c0a6261fa94d0b0bff03e283ae6
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M include/parrot/io.h
  M src/io/core.c

Log Message:
-----------
Fix merge


Commit: ff62b37aa86827ba177fc7d924a87eb2ac3dd4ce
    https://github.com/parrot/parrot/commit/ff62b37aa86827ba177fc7d924a87eb2ac3dd4ce
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  R README.deutsch
  R README.espanol
  R README.polski
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  R config/auto/jit.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/gen/platform/generic/env.c
  M config/gen/platform/linux/encoding.c
  M config/init/hints/darwin.pm
  M config/init/optimize.pm
  M docs/dev/headerizer.pod
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/running.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M frontend/parrot/main.c
  M include/parrot/atomic.h
  M include/parrot/embed.h
  M include/parrot/extend.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Vtable.pm
  M parrotbug
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/dynoplibs/bit.ops
  M src/dynpmc/subproxy.pmc
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/io/buffer.c
  M src/io/core.c
  M src/nci/libffi.c
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/string/api.c
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/examples/shootout.t
  M t/native_pbc/integer.t
  M t/perl/Parrot_Docs.t
  M t/pmc/complex.t
  M t/pmc/exception.t
  M t/pmc/filehandle.t
  M t/pmc/packfilebytecodesegment.t
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir
  M t/src/embed.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_dump.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/build/vtable_extend.pl
  M tools/dev/bench_op.pir
  M tools/dev/create_language.pl
  M tools/dev/fetch_languages.pl
  M tools/dev/install_files.pl
  M tools/dev/mk_native_pbc
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

Log Message:
-----------
Merge branch 'master' into nwellnhof/unicode_filenames

Conflicts:
	include/parrot/string_funcs.h
	src/string/api.c


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

Changed paths:
  M PLATFORMS

Log Message:
-----------
JIT does not exist right now


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

Changed paths:
  M PLATFORMS

Log Message:
-----------
[doc] Add update about linux sparc64


Commit: a8215c9bbb2321b697ef43550e7e23db87259f3f
    https://github.com/parrot/parrot/commit/a8215c9bbb2321b697ef43550e7e23db87259f3f
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
consting


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

Changed paths:
  M DEPRECATED.pod
  M MANIFEST
  M PLATFORMS
  R README.deutsch
  R README.espanol
  R README.polski
  M config/init/optimize.pm
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M include/parrot/atomic.h
  M include/parrot/string_funcs.h
  M runtime/parrot/library/Test/More.pir
  M src/gc/gc_ms2.c
  M src/io/buffer.c
  M src/io/core.c
  M src/nci/libffi.c
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/string/api.c
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir
  M t/src/embed.t
  M t/src/misc.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  M tools/dev/fetch_languages.pl
  M tools/docs/make_html_docs.pl

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


Commit: 177577c33f380571dfd5a1f238a017292fb4d030
    https://github.com/parrot/parrot/commit/177577c33f380571dfd5a1f238a017292fb4d030
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
it doesn't make sense to test against any specific class ID number. Instead, test that inspect('id') returns the same value as VTABLE_get_integer


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

Changed paths:
  M t/pmc/class.t

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


Commit: 29c4a7fc58729db2a30498da5bd548b26d046e8b
    https://github.com/parrot/parrot/commit/29c4a7fc58729db2a30498da5bd548b26d046e8b
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M MANIFEST
  M compilers/imcc/Rules.in
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.h
  M src/embed/api.c

Log Message:
-----------
re-remove include/parrot/imcc.h


Commit: 56e94ebbca3a145f6e3b880ecf752b7fcbc7479f
    https://github.com/parrot/parrot/commit/56e94ebbca3a145f6e3b880ecf752b7fcbc7479f
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M t/configure/065-git_describe_from_cache.t

Log Message:
-----------
Correct test file as it has been corrected in master.


Commit: 670d5f06731a8ed3bce2532acbd9106d6e452a9d
    https://github.com/parrot/parrot/commit/670d5f06731a8ed3bce2532acbd9106d6e452a9d
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M DEPRECATED.pod
  M MANIFEST
  M PLATFORMS
  R README.deutsch
  R README.espanol
  R README.polski
  M config/init/optimize.pm
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M include/parrot/atomic.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Vtable.pm
  M runtime/parrot/library/Test/More.pir
  M src/gc/gc_ms2.c
  M src/io/buffer.c
  M src/io/core.c
  M src/nci/libffi.c
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/string/api.c
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/pmc/class.t
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir
  M t/src/embed.t
  M t/src/misc.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  M tools/build/vtable_extend.pl
  M tools/dev/fetch_languages.pl
  M tools/docs/make_html_docs.pl

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


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

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M MANIFEST.generated
  M PLATFORMS
  R README.deutsch
  R README.espanol
  R README.polski
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  R config/auto/jit.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/gen/platform.pm
  A config/gen/platform/generic/encoding.c
  M config/gen/platform/generic/env.c
  R config/gen/platform/generic/memexec.c
  A config/gen/platform/linux/encoding.c
  R config/gen/platform/openbsd/memexec.c
  M config/gen/platform/win32/env.c
  M config/gen/platform/win32/exec.c
  M config/init/hints/darwin.pm
  M config/init/optimize.pm
  M config/inter/libparrot.pm
  M docs/dev/c_functions.pod
  M docs/dev/headerizer.pod
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  M docs/embed.pod
  A docs/embed_new.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/project/git_workflow.pod
  M docs/running.pod
  M docs/submissions.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M examples/benchmarks/mops_intval.pasm
  M examples/pir/make_hello_pbc.pir
  M examples/pir/md5sum.pir
  A examples/pir/md5sum_oo.pir
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/atomic.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/extend.h
  M include/parrot/hash.h
  M include/parrot/io.h
  M include/parrot/io_portable.h
  M include/parrot/io_unix.h
  M include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/packfile.h
  M include/parrot/platform_interface.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Vtable.pm
  M parrotbug
  M runtime/parrot/library/Digest/MD5.pir
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/call/args.c
  M src/debug.c
  M src/dynoplibs/bit.ops
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed/api.c
  M src/embed/pmc.c
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/portable.c
  M src/io/socket_api.c
  M src/io/unix.c
  M src/io/win32.c
  M src/key.c
  M src/library.c
  M src/multidispatch.c
  M src/nci/libffi.c
  M src/ops/core.ops
  M src/ops/experimental.ops
  M src/packfile/api.c
  M src/packfile/output.c
  M src/pbc_disassemble.c
  M src/pmc/addrregistry.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/class.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/exception.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/key.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/oplib.pmc
  M src/pmc/packfile.pmc
  A src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  A src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/socket.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/string/api.c
  M src/string/encoding.c
  M src/thread.c
  M src/vtables.c
  M t/compilers/imcc/syn/tail.t
  M t/compilers/opsc/06-opsfile.t
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/dynoplibs/bit.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/rational.t
  M t/examples/pir.t
  M t/examples/shootout.t
  M t/library/md5.t
  A t/library/sha.t
  M t/library/test_more.t
  M t/native_pbc/integer.t
  M t/perl/Parrot_Docs.t
  M t/pmc/bigint.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/context.t
  M t/pmc/exception.t
  M t/pmc/filehandle.t
  M t/pmc/float.t
  M t/pmc/integer.t
  M t/pmc/key.t
  A t/pmc/nativepccmethod.t
  M t/pmc/nci.t
  M t/pmc/opcode.t
  A t/pmc/packfilebytecodesegment.t
  A t/pmc/packfileopmap.t
  M t/pmc/socket.t
  A t/pmc/testlib/test_server.pir
  M t/src/checkdepend.t
  M t/src/embed.t
  A t/src/embed/api.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  R t/tools/install/dev_overall.t
  R t/tools/install/overall.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/build/vtable_extend.pl
  M tools/dev/bench_op.pir
  M tools/dev/create_language.pl
  M tools/dev/fetch_languages.pl
  M tools/dev/install_files.pl
  M tools/dev/mk_native_pbc
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

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


Commit: 81c993c5b72d69e4d59f54a19d13ce9986e548b4
    https://github.com/parrot/parrot/commit/81c993c5b72d69e4d59f54a19d13ce9986e548b4
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M t/src/embed.t

Log Message:
-----------
[t] Fix remaining failures in t/src/embed.t with g++

Fixes TT #1964


Commit: a1299f9bd35ab4c4a73a87d6959924b2afd56103
    https://github.com/parrot/parrot/commit/a1299f9bd35ab4c4a73a87d6959924b2afd56103
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
Add a NEWS item


Commit: 622c3d13f07aa7c66709b08440e10877e0592cb0
    https://github.com/parrot/parrot/commit/622c3d13f07aa7c66709b08440e10877e0592cb0
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M src/packfile/object_serialization.c

Log Message:
-----------
cast for c++


Commit: 598107b480e5adb8e71578a9459378dd0b676f77
    https://github.com/parrot/parrot/commit/598107b480e5adb8e71578a9459378dd0b676f77
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M NEWS
  M PLATFORMS
  M docs/dev/profiling.pod
  M include/parrot/atomic.h
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  M t/pmc/class.t
  M t/src/embed.t

Log Message:
-----------
Merge branch 'master' into pbc-backref


Commit: e7cbbb1e35e5c5dbba45e381769fcd30cb03975f
    https://github.com/parrot/parrot/commit/e7cbbb1e35e5c5dbba45e381769fcd30cb03975f
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
unicode improvements are to more than just file IO


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

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  R README.deutsch
  R README.espanol
  R README.polski
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/opsc/ops2c.nqp
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  R config/auto/jit.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/config_lib_pir.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  M config/gen/platform.pm
  A config/gen/platform/generic/encoding.c
  M config/gen/platform/generic/env.c
  R config/gen/platform/generic/memexec.c
  A config/gen/platform/linux/encoding.c
  R config/gen/platform/openbsd/memexec.c
  M config/gen/platform/win32/env.c
  M config/gen/platform/win32/exec.c
  M config/gen/platform/win32/uid.c
  M config/init/defaults.pm
  M config/init/hints/darwin.pm
  M config/init/optimize.pm
  M config/inter/libparrot.pm
  M docs/dev/c_functions.pod
  M docs/dev/headerizer.pod
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  M docs/embed.pod
  A docs/embed_new.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrothist.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/project/git_workflow.pod
  M docs/running.pod
  M docs/submissions.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M examples/benchmarks/addit.pasm
  M examples/benchmarks/bench_newp.pasm
  M examples/benchmarks/freeze.pasm
  M examples/benchmarks/gc_alloc_new.pasm
  M examples/benchmarks/gc_alloc_reuse.pasm
  M examples/benchmarks/gc_generations.pasm
  M examples/benchmarks/gc_header_new.pasm
  M examples/benchmarks/gc_header_reuse.pasm
  M examples/benchmarks/gc_waves_headers.pasm
  M examples/benchmarks/gc_waves_sizeable_data.pasm
  M examples/benchmarks/gc_waves_sizeable_headers.pasm
  M examples/benchmarks/mops_intval.pasm
  M examples/benchmarks/oo1.pir
  M examples/benchmarks/oo2.pir
  M examples/benchmarks/oo3.pir
  M examples/benchmarks/oo4.pasm
  M examples/benchmarks/primes.pasm
  M examples/benchmarks/primes_i.pasm
  M examples/benchmarks/stress.pasm
  M examples/benchmarks/stress1.pasm
  M examples/benchmarks/stress2.pasm
  M examples/benchmarks/stress3.pasm
  M examples/benchmarks/vpm.pir
  M examples/pasm/cat.pasm
  M examples/pasm/fact.pasm
  M examples/pasm/hello.pasm
  M examples/pir/make_hello_pbc.pir
  M examples/pir/md5sum.pir
  A examples/pir/md5sum_oo.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/SubCounter.pir
  M examples/subs/coroutine.pasm
  M examples/subs/pasm_sub1.pasm
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/atomic.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/extend.h
  M include/parrot/hash.h
  M include/parrot/io.h
  M include/parrot/io_portable.h
  M include/parrot/io_unix.h
  M include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/library.h
  M include/parrot/packfile.h
  M include/parrot/platform_interface.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  M include/parrot/sub.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/PGE.pm
  M parrotbug
  M runtime/parrot/bin/prove.pir
  M runtime/parrot/library/Digest/MD5.pir
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/PGE/Util.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/osutils.pir
  M src/call/args.c
  M src/debug.c
  M src/dynoplibs/bit.ops
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed.c
  M src/embed/api.c
  M src/embed/pmc.c
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  M src/io/portable.c
  M src/io/socket_api.c
  M src/io/unix.c
  R src/io/utf8.c
  M src/io/win32.c
  M src/key.c
  M src/library.c
  M src/multidispatch.c
  M src/nci/libffi.c
  M src/ops/core.ops
  M src/ops/experimental.ops
  M src/packfile/api.c
  R src/packfile/execute.c
  M src/packfile/output.c
  R src/packfile/packfile_private.h
  M src/pbc_disassemble.c
  M src/pmc/addrregistry.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/class.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/exception.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/integer.pmc
  M src/pmc/key.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/oplib.pmc
  M src/pmc/packfile.pmc
  A src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  A src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/string/api.c
  M src/string/encoding.c
  M src/string/encoding/ascii.c
  M src/string/encoding/binary.c
  M src/string/encoding/latin1.c
  M src/string/encoding/null.c
  M src/string/encoding/shared.c
  M src/string/encoding/ucs2.c
  M src/string/encoding/ucs4.c
  A src/string/encoding/unicode.h
  M src/string/encoding/utf16.c
  M src/string/encoding/utf8.c
  R src/string/unicode.h
  M src/thread.c
  M src/vtables.c
  M t/compilers/imcc/imcpasm/opt1.t
  M t/compilers/imcc/imcpasm/opt2.t
  M t/compilers/imcc/imcpasm/optc.t
  M t/compilers/imcc/reg/alloc.t
  M t/compilers/imcc/reg/spill_old.t
  M t/compilers/imcc/syn/const.t
  M t/compilers/imcc/syn/file.t
  M t/compilers/imcc/syn/macro.t
  M t/compilers/imcc/syn/pcc.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/imcc/syn/tail.t
  M t/compilers/opsc/06-opsfile.t
  M t/compilers/pct/complete_workflow.t
  M t/compilers/pct/post.t
  M t/compilers/pge/pge_globs.t
  M t/compilers/tge/basic.t
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/dynoplibs/bit.t
  M t/dynoplibs/debug.t
  M t/dynoplibs/io-old.t
  M t/dynoplibs/io.t
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time_old.t
  M t/dynoplibs/trans-old.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/gziphandle.t
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/examples/pir.t
  M t/examples/shootout.t
  M t/examples/streams.t
  M t/library/md5.t
  A t/library/sha.t
  M t/library/streams.t
  M t/library/test_more.t
  M t/native_pbc/integer.t
  M t/op/basic.t
  M t/op/calling.t
  M t/op/exceptions.t
  M t/op/exit.t
  M t/op/interp.t
  M t/op/jit.t
  M t/op/jitn.t
  M t/op/lexicals.t
  M t/op/literal-old.t
  M t/op/say.t
  M t/op/spawnw.t
  M t/op/string_cs.t
  M t/op/stringu.t
  M t/perl/Parrot_Docs.t
  M t/perl/Parrot_Test.t
  M t/perl/testlib/answer.pir
  M t/perl/testlib/hello.pasm
  M t/pmc/bigint.t
  M t/pmc/bignum.t
  M t/pmc/bytebuffer.t
  M t/pmc/callcontext.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/context.t
  M t/pmc/continuation.t
  M t/pmc/coroutine.t
  M t/pmc/eval.t
  M t/pmc/exception-old.t
  M t/pmc/exception.t
  M t/pmc/filehandle.t
  M t/pmc/fixedbooleanarray.t
  M t/pmc/fixedfloatarray.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/float.t
  M t/pmc/freeze.t
  M t/pmc/globals.t
  M t/pmc/hashiteratorkey.t
  M t/pmc/integer.t
  M t/pmc/io.t
  M t/pmc/io_stdin.t
  M t/pmc/iterator.t
  M t/pmc/key.t
  M t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/namespace.t
  A t/pmc/nativepccmethod.t
  M t/pmc/nci.t
  M t/pmc/object-meths.t
  M t/pmc/opcode.t
  M t/pmc/orderedhash.t
  M t/pmc/orderedhashiterator.t
  A t/pmc/packfilebytecodesegment.t
  A t/pmc/packfileopmap.t
  M t/pmc/parrotio.t
  M t/pmc/pmc.t
  M t/pmc/socket.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/pmc/testfile
  A t/pmc/testlib/test_server.pir
  M t/pmc/threads.t
  M t/pmc/timer.t
  M t/profiling/profiling.t
  M t/src/checkdepend.t
  M t/src/embed.t
  A t/src/embed/api.t
  M t/src/extend.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  R t/tools/install/dev_overall.t
  R t/tools/install/overall.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M tools/build/c2str.pl
  M tools/build/pmc2c.pl
  M tools/dev/bench_op.pir
  M tools/dev/create_language.pl
  M tools/dev/dump_pbc.pl
  M tools/dev/fetch_languages.pl
  A tools/dev/gdb-pp-load.py
  A tools/dev/gdb-pp.py
  M tools/dev/install_files.pl
  R tools/dev/list_unjitted.pl
  M tools/dev/make_cover.pl
  M tools/dev/mk_native_pbc
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl

Log Message:
-----------
Merge branch 'master' into leto/embed_grant

Conflicts:
	t/src/embed.t


Commit: 3532e07a391459d6aabd077f526afd20792f8058
    https://github.com/parrot/parrot/commit/3532e07a391459d6aabd077f526afd20792f8058
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/DefaultTests.pm

Log Message:
-----------
add t/src/embed/*.t tests to the coretest run target. They weren't being run before


Commit: 9d084b029edc608237dfb2095481723c642248c1
    https://github.com/parrot/parrot/commit/9d084b029edc608237dfb2095481723c642248c1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M NEWS
  M t/src/embed.t

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


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

Changed paths:
  M NEWS

Log Message:
-----------
[doc] Add some meat to NEWS


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

Changed paths:
  M NEWS

Log Message:
-----------
[doc] Tweak NEWS formatting and add some bits


Commit: 86dce602aa38e84a87be1afd72b94c6f54e8309f
    https://github.com/parrot/parrot/commit/86dce602aa38e84a87be1afd72b94c6f54e8309f
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
add a couple misc news items


Commit: 778fb901a7da614dfeb21f726c5373d9c2c11387
    https://github.com/parrot/parrot/commit/778fb901a7da614dfeb21f726c5373d9c2c11387
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M CREDITS

Log Message:
-----------
add gci students to CREDITS


Commit: e8dca4384c6e61c8fab4952678e79b2b8ad65123
    https://github.com/parrot/parrot/commit/e8dca4384c6e61c8fab4952678e79b2b8ad65123
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
add more NEWS items, tweak formatting some more


Commit: ea7ad981d1754ed5d48ded84e9989feca7475aa5
    https://github.com/parrot/parrot/commit/ea7ad981d1754ed5d48ded84e9989feca7475aa5
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
Fix typo. tadzik++


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

Changed paths:
  M compilers/imcc/main.c
  M include/parrot/api.h
  M src/embed/api.c
  M t/src/embed/api.t

Log Message:
-----------
implement the test for Parrot_api_serialize_bytecode_pmc. Fix some ARG modifiers to allow nulls, since we have logic in there to handle nulls


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

Changed paths:
  M .gitignore
  M t/src/embed/api.t

Log Message:
-----------
add temporary .c files to .gitignore. Also, unlike temporary files used by tests


Commit: 255a8d8f91e77a38eee79fe17a9b3e7b5ebd53e0
    https://github.com/parrot/parrot/commit/255a8d8f91e77a38eee79fe17a9b3e7b5ebd53e0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  M src/embed/api.c

Log Message:
-----------
move -G commandline argument parsing from IMCC into the frontend


Commit: 9c5ae86565cbb9d775963f1bc6f60863658577ac
    https://github.com/parrot/parrot/commit/9c5ae86565cbb9d775963f1bc6f60863658577ac
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M compilers/imcc/debug.c
  M compilers/imcc/main.c

Log Message:
-----------
remove -w argument processing from IMCC. It's handled in the frontend


Commit: 48da21aff0c23c9049234514bf34ecfb651a635b
    https://github.com/parrot/parrot/commit/48da21aff0c23c9049234514bf34ecfb651a635b
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M t/src/embed/strings.t

Log Message:
-----------
[t] Fix t/src/embed/strings.t with MSVC


Commit: 020e29232c9bd7b6c550859bb645d211cefafbbe
    https://github.com/parrot/parrot/commit/020e29232c9bd7b6c550859bb645d211cefafbbe
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
do not Parrot_destroy in IMCC


Commit: 2442dea1ddcf6aaee136ca737a2aaaef2267210d
    https://github.com/parrot/parrot/commit/2442dea1ddcf6aaee136ca737a2aaaef2267210d
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
small cleanup


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

Changed paths:
  M compilers/imcc/imclexer.c
  M compilers/imcc/parser_util.c

Log Message:
-----------
remove two dead functions


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

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/parser_util.c

Log Message:
-----------
Add in some notes to tell where various IMCC call-in functions are being used. Consolidate the register_compilers function


Commit: 147e2d8fccc6eb3813d792d94e19d4817204afe2
    https://github.com/parrot/parrot/commit/147e2d8fccc6eb3813d792d94e19d4817204afe2
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
add two deprecation notices


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

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
[t][TT #1974] Fix GMP check and test skips in t/dynoplibs/trans.t, rgrjr++


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

Changed paths:
  M NEWS

Log Message:
-----------
[t] More NEWS updates


Commit: c2077d10d3bd57f2dec871705088ebfc6c3787d8
    https://github.com/parrot/parrot/commit/c2077d10d3bd57f2dec871705088ebfc6c3787d8
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-16 (Sun, 16 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
branch around skipped tests so they don't get skipped if they have been already tested


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

Changed paths:
  M compilers/imcc/imc.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c

Log Message:
-----------
move call-in interface functions for IMCC into compilers/imcc/main.c from compilers/imcc/parser_util.c. This will allow for better side-by-side comparison, and eventually unify these into a second callpath


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

Changed paths:
  M NEWS

Log Message:
-----------
Add NEWS item about Ωη;)XD


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

Changed paths:
  M runtime/parrot/library/Test/More.pir

Log Message:
-----------
[doc] Add some examples using the new way to TODO tests


Commit: 22eccfd7d0f55d43e68db99b944d4522462a0916
    https://github.com/parrot/parrot/commit/22eccfd7d0f55d43e68db99b944d4522462a0916
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
[NEWS] about Plumage


Commit: 71fe1413bd1e739616b457adf5238c01777faae1
    https://github.com/parrot/parrot/commit/71fe1413bd1e739616b457adf5238c01777faae1
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M lib/Parrot/Revision.pm

Log Message:
-----------
counting commits to get a number similar a svn revision


Commit: ebb7ec684db4dd1d96172f5031683ea67b106bf6
    https://github.com/parrot/parrot/commit/ebb7ec684db4dd1d96172f5031683ea67b106bf6
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M lib/Parrot/Revision.pm

Log Message:
-----------
change release default to zero


Commit: 489709a600dc528055eb89df449ddd01d00c7e25
    https://github.com/parrot/parrot/commit/489709a600dc528055eb89df449ddd01d00c7e25
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M frontend/pbc_merge/main.c

Log Message:
-----------
attempted fix for TT #1973


Commit: 460a85cc39ec11ad954917c516b9302a6c26254f
    https://github.com/parrot/parrot/commit/460a85cc39ec11ad954917c516b9302a6c26254f
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M frontend/pbc_merge/main.c

Log Message:
-----------
fix prototypes of config-related functions


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

Changed paths:
  M lib/Parrot/Revision.pm

Log Message:
-----------
Revert "counting commits to get a number similar a svn revision"

This reverts commit 71fe1413bd1e739616b457adf5238c01777faae1.

Conflicts:

	lib/Parrot/Revision.pm


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

Changed paths:
  M lib/Parrot/Revision.pm

Log Message:
-----------
Revert "change release default to zero"

This reverts commit ebb7ec684db4dd1d96172f5031683ea67b106bf6.


Commit: c81f8b4b3fa566a96dff054d10cf26965b0c5be2
    https://github.com/parrot/parrot/commit/c81f8b4b3fa566a96dff054d10cf26965b0c5be2
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c

Log Message:
-----------
fix pbc_dump and pbc_merge option processing, fixing #1975.  patch courtesy of doughera++


Commit: d7fa575e73d2d1e63834682eb45a7adec5207529
    https://github.com/parrot/parrot/commit/d7fa575e73d2d1e63834682eb45a7adec5207529
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M t/pmc/string.t

Log Message:
-----------
test String to_int with non alphanumeric char


Commit: 2420681b4aafdc64ee94c3b90d23a406918dd2e8
    https://github.com/parrot/parrot/commit/2420681b4aafdc64ee94c3b90d23a406918dd2e8
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M lib/Parrot/Revision.pm

Log Message:
-----------
Revert "counting commits to get a number similar a svn revision"

This reverts commit 71fe1413bd1e739616b457adf5238c01777faae1.

Conflicts:

	lib/Parrot/Revision.pm


Commit: ea2a24942402601ca9cb9ab354c9ebf759da521c
    https://github.com/parrot/parrot/commit/ea2a24942402601ca9cb9ab354c9ebf759da521c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
skip pow overflow tests in 32 bits instead of ignoring them


Commit: a69afcc939f890e6660739e6a5e15b5c5abd17ed
    https://github.com/parrot/parrot/commit/a69afcc939f890e6660739e6a5e15b5c5abd17ed
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M src/pmc/float.pmc

Log Message:
-----------
fix an odd bug that resulted in some lost precision in the Float PMC


Commit: 23156aa71c7bef33741b6f56798875c0f3734ef7
    https://github.com/parrot/parrot/commit/23156aa71c7bef33741b6f56798875c0f3734ef7
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M .gitignore

Log Message:
-----------
add some generated files to .gitignore


Commit: eff8e03640c1042eea5d462467f884f1871dcde8
    https://github.com/parrot/parrot/commit/eff8e03640c1042eea5d462467f884f1871dcde8
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M MANIFEST.SKIP

Log Message:
-----------
regenerate MANIFEST.SKIP; mikehh++ for noticing


Commit: 974663a43bae1bfc375ed87c194cd6dba321e5fb
    https://github.com/parrot/parrot/commit/974663a43bae1bfc375ed87c194cd6dba321e5fb
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod

Log Message:
-----------
[pdd] kick pdd10 out of draft


Commit: 68d24d0f5284e9360d907058863cde5aba061ac1
    https://github.com/parrot/parrot/commit/68d24d0f5284e9360d907058863cde5aba061ac1
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
update and polish NEWS for 3.0.0


Commit: 59ec66537e7f6269d9f263c66761b6c98bcf3e54
    https://github.com/parrot/parrot/commit/59ec66537e7f6269d9f263c66761b6c98bcf3e54
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M CREDITS

Log Message:
-----------
update CREDITS to be less untrue


Commit: 994be38f77017e4bc39be6e00720c8da7eda67a3
    https://github.com/parrot/parrot/commit/994be38f77017e4bc39be6e00720c8da7eda67a3
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M ChangeLog
  M MANIFEST.generated
  M README
  M VERSION
  M docs/parrothist.pod
  M docs/project/release_manager_guide.pod
  M tools/release/release.json

Log Message:
-----------
various updates to prepare for 3.0.0


Commit: 3f1765ee55bebe9ebe734bee7098621b490238a4
    https://github.com/parrot/parrot/commit/3f1765ee55bebe9ebe734bee7098621b490238a4
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
manifix after kicking pdd10 out of draft


Commit: 1fc3a3fe0f55397b0db9b8848518285d5ca1effa
    https://github.com/parrot/parrot/commit/1fc3a3fe0f55397b0db9b8848518285d5ca1effa
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M src/ops/core_ops.c

Log Message:
-----------
bootstrap ops to 3.0.0


Commit: e97ed5a050dd742621ef05e5796ae399ab0422ee
    https://github.com/parrot/parrot/commit/e97ed5a050dd742621ef05e5796ae399ab0422ee
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
  M PBC_COMPAT

Log Message:
-----------
bump PBC_COMPAT for 3.0.0


Commit: add0c97f2d79a16928cfb8ddb03ee9b898b9f666
    https://github.com/parrot/parrot/commit/add0c97f2d79a16928cfb8ddb03ee9b898b9f666
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M PBC_COMPAT

Log Message:
-----------
fix PBC_COMPAT formatting


Commit: 01cefe5d760e0903289aec6c4db71c328eb7fd38
    https://github.com/parrot/parrot/commit/01cefe5d760e0903289aec6c4db71c328eb7fd38
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M src/nci/libffi.c

Log Message:
-----------
fix mk_native_pbc


Commit: 8c3d3b4066f4217e4ed2c07c6dde3cd967b0dc64
    https://github.com/parrot/parrot/commit/8c3d3b4066f4217e4ed2c07c6dde3cd967b0dc64
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc

Log Message:
-----------
update native pbc files


Commit: 502d035ad7bbaf807aa380789d8d89b613571b3c
    https://github.com/parrot/parrot/commit/502d035ad7bbaf807aa380789d8d89b613571b3c
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M t/manifest/01-basic.t

Log Message:
-----------
skip the correct number of tests in a release tarball


Commit: df5403b41233cd5b5f664c71bf768a637a575647
    https://github.com/parrot/parrot/commit/df5403b41233cd5b5f664c71bf768a637a575647
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
don't insult the release manager after at the end of the process


Commit: aad4e61a9a4c8b9f9e93d5dcd6e423fa6c6c89ea
    https://github.com/parrot/parrot/commit/aad4e61a9a4c8b9f9e93d5dcd6e423fa6c6c89ea
Author: Coke <will at coleda.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
minor nit on docs.parrot.org release.


Commit: 592b8ce31d2d9937039e95ebb779c5ea032d1eb6
    https://github.com/parrot/parrot/commit/592b8ce31d2d9937039e95ebb779c5ea032d1eb6
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c

Log Message:
-----------
remove old vestige of IMCC -w handling. We do all that in the frontend now


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

Changed paths:
  M compilers/imcc/Rules.in

Log Message:
-----------
add rules for checkdepend, though it still fails and I can't figure out why


Commit: 0e3282cc09618258b1c07eb8afece0a9de5b1ed9
    https://github.com/parrot/parrot/commit/0e3282cc09618258b1c07eb8afece0a9de5b1ed9
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M README
  M VERSION
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M lib/Parrot/Harness/DefaultTests.pm
  M runtime/parrot/library/Test/More.pir
  M src/nci/libffi.c
  M src/ops/core_ops.c
  M src/pmc/float.pmc
  M t/dynoplibs/trans.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/string.t
  M t/src/embed.t
  M t/src/embed/strings.t
  M tools/release/release.json

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


Commit: 5d79baa8aa44d1d83e4eaf805103f7882696d382
    https://github.com/parrot/parrot/commit/5d79baa8aa44d1d83e4eaf805103f7882696d382
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M Configure.pl
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  R README.deutsch
  R README.espanol
  R README.polski
  M VERSION
  R config/auto/jit.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/platform/generic/env.c
  M config/gen/platform/linux/encoding.c
  M config/init/optimize.pm
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M frontend/parrot/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/atomic.h
  M include/parrot/embed.h
  M include/parrot/extend.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Vtable.pm
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/io/buffer.c
  M src/io/core.c
  M src/nci/libffi.c
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M src/pmc/float.pmc
  M src/string/api.c
  M src/thread.c
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/dynoplibs/trans.t
  M t/dynpmc/os.t
  M t/examples/shootout.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer.t
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/class.t
  M t/pmc/exception.t
  M t/pmc/socket.t
  M t/pmc/string.t
  A t/pmc/testlib/test_server.pir
  M t/src/embed.t
  M t/src/embed/strings.t
  M t/src/misc.t
  R t/steps/auto/jit-01.t
  M t/steps/auto/thread-01.t
  M t/steps/init/optimize-01.t
  M tools/build/vtable_extend.pl
  M tools/dev/create_language.pl
  M tools/dev/fetch_languages.pl
  M tools/dev/mk_native_pbc
  M tools/dev/pbc_to_exe.pir
  M tools/docs/make_html_docs.pl
  M tools/release/release.json

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


Commit: 4da8c9f8707366f269e6a815dc0b4a7edbfcddb9
    https://github.com/parrot/parrot/commit/4da8c9f8707366f269e6a815dc0b4a7edbfcddb9
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

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


Commit: 248434efa34e94fc0ff34b19af3cadcc0b28097d
    https://github.com/parrot/parrot/commit/248434efa34e94fc0ff34b19af3cadcc0b28097d
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M src/pmc/float.pmc

Log Message:
-----------
[pmc] add tt reference to NotFound++'s Float PMC fix


Commit: 10b43866f59103c9806d615ac765b0470114e0b1
    https://github.com/parrot/parrot/commit/10b43866f59103c9806d615ac765b0470114e0b1
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M include/parrot/imageio.h
  M include/parrot/packfile.h
  M include/parrot/pmc_freeze.h
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
Merge branch 'pbc-backref'


Commit: c327bca6628096a1d5162444ff5c3b37be2af0d1
    https://github.com/parrot/parrot/commit/c327bca6628096a1d5162444ff5c3b37be2af0d1
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M lib/Parrot/Install.pm

Log Message:
-----------
[install] update the libparrot symlink when installing, fixing TT #1960


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

Changed paths:
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M include/parrot/imageio.h
  M include/parrot/packfile.h
  M include/parrot/pmc_freeze.h
  M lib/Parrot/Install.pm
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pmc/float.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc

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


Commit: 7e33ed26d970124b1aa12950061a655d8c38617e
    https://github.com/parrot/parrot/commit/7e33ed26d970124b1aa12950061a655d8c38617e
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M MANIFEST
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.h
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/packfile.h
  M src/embed.c
  M src/embed/api.c
  M src/interp/inter_create.c
  M src/packfile/api.c
  M t/src/embed/api.t

Log Message:
-----------
Merge branch 'imcc_cleanups'


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

Changed paths:
  M compilers/imcc/Rules.in

Log Message:
-----------
fix dependencies in the imcc makefile


Commit: 2a46de6c631cd3116ee4c81044c3c03bcdf67daa
    https://github.com/parrot/parrot/commit/2a46de6c631cd3116ee4c81044c3c03bcdf67daa
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c

Log Message:
-----------
fix c++ build and add a few decorations


Commit: 096e9c63f567511992d84a7961108edb96eb6cdc
    https://github.com/parrot/parrot/commit/096e9c63f567511992d84a7961108edb96eb6cdc
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
fix an embed test for c++ build and add linedirective to it


Commit: 34dca6333c706b10ea74b1a7ebb9eee6eaa89d26
    https://github.com/parrot/parrot/commit/34dca6333c706b10ea74b1a7ebb9eee6eaa89d26
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
main lacked return on an embed test


Commit: 09c60a0fd3e28a4cd8b4c56a9dbc0b2b5ddd5176
    https://github.com/parrot/parrot/commit/09c60a0fd3e28a4cd8b4c56a9dbc0b2b5ddd5176
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
add whiteknight as the release manager for 3.3


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

Changed paths:
  M src/pmc/orderedhash.pmc
  M t/pmc/orderedhash.t

Log Message:
-----------
Merge remote branch 'origin/gci_orderedhash_coverage'


Commit: 14f54bccdbded31d7ed4b151f0ea7364194fd92c
    https://github.com/parrot/parrot/commit/14f54bccdbded31d7ed4b151f0ea7364194fd92c
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M docs/project/release_manager_guide.pod
  M frontend/parrot/main.c
  M t/src/embed/api.t

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


Commit: 004f53d91cb65485a4384a58792321acd30d7ff8
    https://github.com/parrot/parrot/commit/004f53d91cb65485a4384a58792321acd30d7ff8
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
add ASSERT_ARGS


Commit: 8f579d3d216d140337c508a613c75d74430ac205
    https://github.com/parrot/parrot/commit/8f579d3d216d140337c508a613c75d74430ac205
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
fix perlcritic failure - make bareword filehandle lexical


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

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
[doc] Add release dates for the rest of the year


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

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
[doc] Sign up for 3.9 release manager


Commit: 9f8e1de1ac951abca3324bbe4a657092dff6f1ca
    https://github.com/parrot/parrot/commit/9f8e1de1ac951abca3324bbe4a657092dff6f1ca
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
"volunteer" cotto for a couple releases


Commit: 2dcf61ee076cbd800a7e380c6d77e6ddaea9e5a4
    https://github.com/parrot/parrot/commit/2dcf61ee076cbd800a7e380c6d77e6ddaea9e5a4
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

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

Log Message:
-----------
simplify a bit the C code generated for MULTI vtable functions


Commit: f77d1a5e91ff790230b34e9af9b04dc2f21bca18
    https://github.com/parrot/parrot/commit/f77d1a5e91ff790230b34e9af9b04dc2f21bca18
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M include/parrot/gc_api.h
  M src/gc/api.c

Log Message:
-----------
Mark all functions with PARROT_EXPORT. They are in api.c anyway


Commit: 68b83a9987b3301f035359f69e425fcb5d6dfa13
    https://github.com/parrot/parrot/commit/68b83a9987b3301f035359f69e425fcb5d6dfa13
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

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

Log Message:
-----------
Fix apilist, exportlist and malloclist to build directly after configuration.  See:  http://trac.parrot.org/parrot/ticket/1922.


Commit: de841c2f0a95f85c0ec51009283822a681662093
    https://github.com/parrot/parrot/commit/de841c2f0a95f85c0ec51009283822a681662093
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M examples/benchmarks/fib.py
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/vpm.py
  M lib/Parrot/Distribution.pm
  M t/codingstd/copyright.t
  M tools/dev/gdb-pp-load.py
  M tools/dev/gdb-pp.py

Log Message:
-----------
[codingstd] Add functionality to identify Python files.  Test those files for copyright.

Apply patch submitted in http://trac.parrot.org/parrot/ticket/1934.


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

Changed paths:
  M MANIFEST
  M t/src/embed.t
  A t/src/extend_vtable.t

Log Message:
-----------
[t] Move extend_vtable.c tests to their own file


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
[t] Parrot_PMC_(push|pop|shift|unshift)_(float|integer|pmc|string)


Commit: 92f017f5d9670b614db47b645e80ee3e1f5840c8
    https://github.com/parrot/parrot/commit/92f017f5d9670b614db47b645e80ee3e1f5840c8
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-18 (Tue, 18 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
split compile_or_load_file into separate functions


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
[t] Parrot_PMC_elements and a commented-out test for Parrot_PMC_thaw that blows up


Commit: f2af827fca964fa853e2ea614c8603a1e643bca4
    https://github.com/parrot/parrot/commit/f2af827fca964fa853e2ea614c8603a1e643bca4
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M config/gen/platform/win32/begin.c
  M config/gen/platform/win32/sysmem.c
  M config/init/hints/mswin32.pm

Log Message:
-----------
fixed TT# 1873


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

Changed paths:
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/pmc/exception.pmc
  M src/scheduler.c

Log Message:
-----------
use VTABLE_does to determine whether something is a valid exception, not pmc->vtable->base_type


Commit: 10fbc435509de5c6a068c994f36df0aaab06c4c0
    https://github.com/parrot/parrot/commit/10fbc435509de5c6a068c994f36df0aaab06c4c0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M t/pmc/exception.t

Log Message:
-----------
test for throwing a subclass


Commit: 858c70b32697d3ca70f59216178ed87da7f3b065
    https://github.com/parrot/parrot/commit/858c70b32697d3ca70f59216178ed87da7f3b065
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M runtime/parrot/library/distutils.pir

Log Message:
-----------
[distutils] by default add Submitter as extra props


Commit: f2848b0dd849580ef48342f51eec940eba1e4ad7
    https://github.com/parrot/parrot/commit/f2848b0dd849580ef48342f51eec940eba1e4ad7
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M docs/pdds/pdd10_embedding.pod

Log Message:
-----------
add a space in heading to conform to other pdd's headings


Commit: adc07e53ad5e2a70e6bf094cdb7f4a3d2c1c5257
    https://github.com/parrot/parrot/commit/adc07e53ad5e2a70e6bf094cdb7f4a3d2c1c5257
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  M VERSION
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M frontend/parrot/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/exceptions.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.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_freeze.h
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Install.pm
  M runtime/parrot/library/Test/More.pir
  M src/embed.c
  M src/embed/api.c
  M src/exceptions.c
  M src/interp/inter_create.c
  M src/nci/libffi.c
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pbc_disassemble.c
  M src/pmc/exception.pmc
  M src/pmc/float.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M t/compilers/imcc/syn/errors.t
  M t/dynoplibs/trans.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/class.t
  M t/pmc/string.t
  M t/src/embed.t
  M t/src/embed/api.t
  M t/src/embed/strings.t
  M tools/release/release.json

Log Message:
-----------
Merge branch 'master' into nwellnhof/unicode_filenames

Conflicts:
	compilers/imcc/imc.h
	compilers/imcc/imclexer.c
	compilers/imcc/imcparser.c
	compilers/imcc/imcparser.h
	compilers/imcc/main.c
	compilers/imcc/parser_util.c
	compilers/imcc/pbc.c
	frontend/parrot/main.c
	include/parrot/api.h
	include/parrot/imcc.h
	include/parrot/interpreter.h
	include/parrot/packfile.h
	src/embed/api.c
	src/packfile/api.c


Commit: 72f7f5a0674eb3c5830169a5066db448e235bdc7
    https://github.com/parrot/parrot/commit/72f7f5a0674eb3c5830169a5066db448e235bdc7
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M config/gen/makefiles/root.in
  M config/gen/platform/win32/begin.c
  M config/gen/platform/win32/sysmem.c
  M config/init/hints/mswin32.pm
  M docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M examples/benchmarks/fib.py
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/vpm.py
  M frontend/parrot/main.c
  M include/parrot/gc_api.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M runtime/parrot/library/distutils.pir
  M src/gc/api.c
  M src/packfile/api.c
  M src/pmc/orderedhash.pmc
  M t/codingstd/copyright.t
  M t/pmc/orderedhash.t
  M t/src/embed/api.t
  M tools/dev/gdb-pp-load.py
  M tools/dev/gdb-pp.py

Log Message:
-----------
Merge branch 'master' into nwellnhof/unicode_filenames

Conflicts:
	compilers/imcc/main.c
	src/packfile/api.c
	t/src/embed/api.t


Commit: e1492603b69f350b1ebe52a17003c5bd32b3e862
    https://github.com/parrot/parrot/commit/e1492603b69f350b1ebe52a17003c5bd32b3e862
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  M VERSION
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.h
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M config/gen/makefiles/root.in
  M config/init/hints/mswin32.pm
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M examples/benchmarks/fib.py
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/vpm.py
  M frontend/parrot/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/exceptions.h
  M include/parrot/gc_api.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.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_freeze.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/embed.c
  M src/embed/api.c
  M src/exceptions.c
  M src/gc/api.c
  M src/interp/inter_create.c
  M src/nci/libffi.c
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/platform/win32/sysmem.c
  M src/pmc/exception.pmc
  M src/pmc/float.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/orderedhash.pmc
  M t/codingstd/copyright.t
  M t/compilers/imcc/syn/errors.t
  M t/dynoplibs/trans.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/class.t
  M t/pmc/orderedhash.t
  M t/pmc/string.t
  M t/src/embed.t
  M t/src/embed/api.t
  M t/src/embed/strings.t
  M tools/dev/gdb-pp-load.py
  M tools/dev/gdb-pp.py
  M tools/release/release.json

Log Message:
-----------
Merge branch 'master' into nwellnhof/platform_src

Conflicts:
	config/gen/platform/win32/begin.c
	src/platform/win32/sysmem.c


Commit: 74d0840267583dd0a28014c7dd21b395301fd443
    https://github.com/parrot/parrot/commit/74d0840267583dd0a28014c7dd21b395301fd443
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M t/pmc/socket.t

Log Message:
-----------
[t] Unskip socket test on windows


Commit: f9a883ae3e27884f10df7d1eda6f50cbf51e8fcc
    https://github.com/parrot/parrot/commit/f9a883ae3e27884f10df7d1eda6f50cbf51e8fcc
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M src/platform/win32/exec.c
  M src/platform/win32/io.c

Log Message:
-----------
Also move waitpid from from io.c to exec.c for win32


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

Changed paths:
  M src/dynpmc/rational.pmc
  M t/dynpmc/rational.t

Log Message:
-----------
[TT #1965] Make the Rational PMC act sanely when used in a boolean context, doughera++


Commit: 5ba68c4f4861c7ab701c3007322b1ca2d4518aa4
    https://github.com/parrot/parrot/commit/5ba68c4f4861c7ab701c3007322b1ca2d4518aa4
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

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

Log Message:
-----------
Fix accept and close_socket on Windows

Throw on socket IO error.


Commit: 542c524bfa1136017bf651e64778a01e6bc1b63b
    https://github.com/parrot/parrot/commit/542c524bfa1136017bf651e64778a01e6bc1b63b
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
Fix for filenames in IMCC error messages


Commit: 8588a4c14feaf311ddf1a9dd29f973e2a29c858b
    https://github.com/parrot/parrot/commit/8588a4c14feaf311ddf1a9dd29f973e2a29c858b
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c

Log Message:
-----------
[codingstd] Wrap macro args


Commit: cd1a670df3f61193d5d2c453c41f0813fbdb1255
    https://github.com/parrot/parrot/commit/cd1a670df3f61193d5d2c453c41f0813fbdb1255
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h
  M src/platform/generic/exec.c

Log Message:
-----------
[codingstd] Run headerizer, fix enum


Commit: 508d4de05588e27e1f91e7ac19828396add76b10
    https://github.com/parrot/parrot/commit/508d4de05588e27e1f91e7ac19828396add76b10
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M t/pmc/exception.t

Log Message:
-----------
add a test that we can use finalize_p on a subclass of Exception


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

Changed paths:
  M MANIFEST
  M t/src/embed.t
  A t/src/extend_vtable.t

Log Message:
-----------
Merge branch 'leto/embed_grant'


Commit: 559c6162bea0d590cc21bf7d4fd911de96c081b5
    https://github.com/parrot/parrot/commit/559c6162bea0d590cc21bf7d4fd911de96c081b5
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M src/exceptions.c
  M src/pmc/exceptionhandler.pmc
  M src/pmc/scheduler.pmc

Log Message:
-----------
remove most uses of enum_class_Exception from the source. Where tested, use VTABLE_does instead. When building an exception, allow for HLL mapped subclasses


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

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M README
  M VERSION
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.h
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M config/gen/makefiles/root.in
  M config/gen/platform/win32/begin.c
  M config/gen/platform/win32/sysmem.c
  M config/init/hints/mswin32.pm
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M examples/benchmarks/fib.py
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/vpm.py
  M frontend/parrot/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/exceptions.h
  M include/parrot/gc_api.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/packfile.h
  M include/parrot/pmc_freeze.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/dynpmc/rational.pmc
  M src/embed.c
  M src/embed/api.c
  M src/exceptions.c
  M src/gc/api.c
  M src/interp/inter_create.c
  M src/nci/libffi.c
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pmc/exception.pmc
  M src/pmc/float.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/orderedhash.pmc
  M t/codingstd/copyright.t
  M t/compilers/imcc/syn/errors.t
  M t/dynoplibs/trans.t
  M t/dynpmc/rational.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/orderedhash.t
  M t/pmc/string.t
  M t/src/embed/api.t
  M tools/dev/gdb-pp-load.py
  M tools/dev/gdb-pp.py
  M tools/release/release.json

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


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
Add a coda to t/src/extend_vtable.t


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
Comment out test so that POD syntax tests don't fail


Commit: 07fbbcfb7dd7905fb03beb68cfcfb5989b8796ad
    https://github.com/parrot/parrot/commit/07fbbcfb7dd7905fb03beb68cfcfb5989b8796ad
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M src/exceptions.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/scheduler.pmc
  M src/scheduler.c
  M t/pmc/exception.t

Log Message:
-----------
Merge branch 'exceptions_subclass'


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
[t] Fix extend_vtable tests, make them g++-clean and properly TODO two tests


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

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M README
  M VERSION
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.h
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M config/gen/makefiles/root.in
  M config/gen/platform/win32/begin.c
  M config/gen/platform/win32/sysmem.c
  M config/init/hints/mswin32.pm
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M examples/benchmarks/fib.py
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/vpm.py
  M frontend/parrot/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/exceptions.h
  M include/parrot/gc_api.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.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_freeze.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/distutils.pir
  M src/dynpmc/rational.pmc
  M src/embed.c
  M src/embed/api.c
  M src/exceptions.c
  M src/gc/api.c
  M src/interp/inter_create.c
  M src/nci/libffi.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/float.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/scheduler.pmc
  M src/scheduler.c
  M t/codingstd/copyright.t
  M t/compilers/imcc/syn/errors.t
  M t/dynoplibs/trans.t
  M t/dynpmc/rational.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/pmc/exception.t
  M t/pmc/orderedhash.t
  M t/pmc/string.t
  M t/src/embed/api.t
  M t/src/embed/strings.t
  M t/src/extend_vtable.t
  M tools/dev/gdb-pp-load.py
  M tools/dev/gdb-pp.py
  M tools/release/release.json

Log Message:
-----------
Merge branch 'master' into leto/embed_grant


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
[t] Exercise Parrot_PMC_assign_string_native


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

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
[t] Parrot_PMC_clone


Commit: 572deb0943d80a7f7e6bb2b5fdb869eea08c9365
    https://github.com/parrot/parrot/commit/572deb0943d80a7f7e6bb2b5fdb869eea08c9365
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M src/pmc/capture.pmc

Log Message:
-----------
revert removal of dead VTABLE functions, since a proper PIR compiler will generate code to call them


Commit: 8d7363d9d7c0ecd2c2e52f29b06953c650b1306b
    https://github.com/parrot/parrot/commit/8d7363d9d7c0ecd2c2e52f29b06953c650b1306b
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M lib/Parrot/BuildUtil.pm

Log Message:
-----------
[codingstd] Fix 3 Perl weaknesses detected by 'make cagecritic'.


Commit: c52bfa4dbc8bf2387f1c799fc5edb4070e43ab14
    https://github.com/parrot/parrot/commit/c52bfa4dbc8bf2387f1c799fc5edb4070e43ab14
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M lib/Parrot/Configure/Options/Test.pm

Log Message:
-----------
[codingstd] Fix 2 Perl weaknesses detected by 'make cagecritic'.


Commit: 63312b215ee6b0f9576e48924626dc8b5eb3f60c
    https://github.com/parrot/parrot/commit/63312b215ee6b0f9576e48924626dc8b5eb3f60c
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M lib/Parrot/Headerizer.pm

Log Message:
-----------
[codingstd] Fix 1 Perl weakness detected by 'make cagecritic'.


Commit: 84b5e3b1e011f2be0d9f123352376214da3d64f7
    https://github.com/parrot/parrot/commit/84b5e3b1e011f2be0d9f123352376214da3d64f7
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M lib/Parrot/Distribution.pm
  M lib/Parrot/H2inc.pm

Log Message:
-----------
[codingstd] Fix several Perl weaknesses detected by 'make cagecritic'.


Commit: 8e23a9431e4aed200f2d834227d7d8805ec1e4fc
    https://github.com/parrot/parrot/commit/8e23a9431e4aed200f2d834227d7d8805ec1e4fc
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M MANIFEST
  M lib/Parrot/BuildUtil.pm
  M lib/Parrot/Configure/Options/Test.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/H2inc.pm
  M lib/Parrot/Headerizer.pm
  M src/dynpmc/rational.pmc
  M src/exceptions.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/pmc/capture.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/scheduler.pmc
  M src/scheduler.c
  M t/dynpmc/rational.t
  M t/pmc/exception.t
  M t/src/embed.t
  A t/src/extend_vtable.t

Log Message:
-----------
Merge branch 'master' into nwellnhof/platform_src


Commit: f18aa6312800a6be3a361a32981fb65101a40345
    https://github.com/parrot/parrot/commit/f18aa6312800a6be3a361a32981fb65101a40345
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M .gitignore
  M Configure.pl
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M config/auto/arch.pm
  M config/auto/cpu/i386/auto.pm
  M config/auto/cpu/ppc/auto.pm
  A config/auto/platform.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/makefiles/root.in
  R config/gen/platform.pm
  R config/gen/platform/aix/asm.s
  R config/gen/platform/ansi/dl.c
  R config/gen/platform/ansi/exec.c
  R config/gen/platform/ansi/io.h
  R config/gen/platform/ansi/pid.c
  R config/gen/platform/ansi/time.c
  R config/gen/platform/cygwin/math.c
  R config/gen/platform/darwin/begin.c
  R config/gen/platform/darwin/hires_timer.c
  R config/gen/platform/darwin/sysmem.c
  R config/gen/platform/freebsd/uid.c
  R config/gen/platform/generic/dl.c
  R config/gen/platform/generic/dl.h
  R config/gen/platform/generic/encoding.c
  R config/gen/platform/generic/env.c
  R config/gen/platform/generic/exec.c
  R config/gen/platform/generic/hires_timer.c
  R config/gen/platform/generic/io.h
  R config/gen/platform/generic/itimer.c
  R config/gen/platform/generic/math.c
  R config/gen/platform/generic/math.h
  R config/gen/platform/generic/pid.c
  R config/gen/platform/generic/platform_limits.h
  R config/gen/platform/generic/signal.c
  R config/gen/platform/generic/signal.h
  R config/gen/platform/generic/stat.c
  R config/gen/platform/generic/stat.h
  R config/gen/platform/generic/sysmem.c
  R config/gen/platform/generic/threads.h
  R config/gen/platform/generic/time.c
  R config/gen/platform/generic/uid.c
  R config/gen/platform/ia64/asm.s
  R config/gen/platform/linux/encoding.c
  R config/gen/platform/netbsd/math.c
  R config/gen/platform/netbsd/misc.c
  R config/gen/platform/netbsd/misc.h
  R config/gen/platform/netbsd/uid.c
  R config/gen/platform/openbsd/math.c
  R config/gen/platform/openbsd/misc.h
  R config/gen/platform/openbsd/uid.c
  R config/gen/platform/solaris/math.c
  R config/gen/platform/solaris/time.c
  R config/gen/platform/solaris/uid.c
  R config/gen/platform/win32/begin.c
  R config/gen/platform/win32/dl.c
  R config/gen/platform/win32/env.c
  R config/gen/platform/win32/exec.c
  R config/gen/platform/win32/hires_timer.c
  R config/gen/platform/win32/io.h
  R config/gen/platform/win32/misc.c
  R config/gen/platform/win32/misc.h
  R config/gen/platform/win32/pid.c
  R config/gen/platform/win32/signal.c
  R config/gen/platform/win32/signal.h
  R config/gen/platform/win32/stat.h
  R config/gen/platform/win32/string.h
  R config/gen/platform/win32/sysmem.c
  R config/gen/platform/win32/threads.h
  R config/gen/platform/win32/time.c
  R config/gen/platform/win32/uid.c
  M examples/config/file/configcompiler
  M examples/config/file/configwithfatalstep
  M include/parrot/io.h
  R include/parrot/io_portable.h
  R include/parrot/io_unix.h
  R include/parrot/io_win32.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/stat.h
  R include/parrot/sysmem.h
  M include/parrot/thr_pthread.h
  M include/parrot/thr_windows.h
  M include/parrot/thread.h
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/IO/File.pm
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/file.pmc
  M src/dynpmc/os.pmc
  M src/embed.c
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/global_setup.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  R src/io/portable.c
  M src/io/socket_api.c
  R src/io/socket_unix.c
  R src/io/socket_win32.c
  R src/io/unix.c
  R src/io/win32.c
  A src/platform/aix/asm.s
  A src/platform/ansi/dl.c
  A src/platform/ansi/exec.c
  A src/platform/ansi/time.c
  A src/platform/cygwin/math.c
  A src/platform/darwin/hires_timer.c
  A src/platform/darwin/sysmem.c
  A src/platform/generic/dl.c
  A src/platform/generic/encoding.c
  A src/platform/generic/env.c
  A src/platform/generic/exec.c
  A src/platform/generic/hires_timer.c
  A src/platform/generic/io.c
  A src/platform/generic/itimer.c
  A src/platform/generic/math.c
  A src/platform/generic/misc.c
  A src/platform/generic/socket.c
  A src/platform/generic/stat.c
  A src/platform/generic/sysmem.c
  A src/platform/generic/time.c
  A src/platform/generic/uid.c
  A src/platform/ia64/asm.s
  A src/platform/linux/encoding.c
  A src/platform/netbsd/misc.c
  A src/platform/openbsd/math.c
  A src/platform/solaris/math.c
  A src/platform/solaris/time.c
  A src/platform/win32/dl.c
  A src/platform/win32/env.c
  A src/platform/win32/exec.c
  A src/platform/win32/hires_timer.c
  A src/platform/win32/io.c
  A src/platform/win32/misc.c
  A src/platform/win32/sysmem.c
  A src/platform/win32/time.c
  A src/platform/win32/uid.c
  M src/pmc/filehandle.pmc
  M src/pmc/handle.pmc
  M src/pmc/socket.pmc
  M src/pmc/stringhandle.pmc
  M src/runcore/cores.c
  M t/codingstd/c_header_guards.t
  M t/configure/testlib/adefectivefoobar
  M t/configure/testlib/bdefectivefoobar
  M t/configure/testlib/cdefectivefoobar
  M t/configure/testlib/ddefectivefoobar
  M t/configure/testlib/verbosefoobar
  M t/dynpmc/file.t
  M t/dynpmc/os.t
  M t/pmc/socket.t
  M t/src/checkdepend.t
  M t/src/extend.t
  A t/steps/auto/platform-01.t
  R t/steps/gen/platform-01.t

Log Message:
-----------
Merge branch 'nwellnhof/platform_src'


Commit: 5a2f7dcae580c004426648f2a7dfb583867d964b
    https://github.com/parrot/parrot/commit/5a2f7dcae580c004426648f2a7dfb583867d964b
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M .gitignore
  M Configure.pl
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M config/auto/arch.pm
  M config/auto/cpu/i386/auto.pm
  M config/auto/cpu/ppc/auto.pm
  A config/auto/platform.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/makefiles/root.in
  R config/gen/platform.pm
  R config/gen/platform/aix/asm.s
  R config/gen/platform/ansi/dl.c
  R config/gen/platform/ansi/exec.c
  R config/gen/platform/ansi/io.h
  R config/gen/platform/ansi/pid.c
  R config/gen/platform/ansi/time.c
  R config/gen/platform/cygwin/math.c
  R config/gen/platform/darwin/begin.c
  R config/gen/platform/darwin/hires_timer.c
  R config/gen/platform/darwin/sysmem.c
  R config/gen/platform/freebsd/uid.c
  R config/gen/platform/generic/dl.c
  R config/gen/platform/generic/dl.h
  R config/gen/platform/generic/encoding.c
  R config/gen/platform/generic/env.c
  R config/gen/platform/generic/exec.c
  R config/gen/platform/generic/hires_timer.c
  R config/gen/platform/generic/io.h
  R config/gen/platform/generic/itimer.c
  R config/gen/platform/generic/math.c
  R config/gen/platform/generic/math.h
  R config/gen/platform/generic/pid.c
  R config/gen/platform/generic/platform_limits.h
  R config/gen/platform/generic/signal.c
  R config/gen/platform/generic/signal.h
  R config/gen/platform/generic/stat.c
  R config/gen/platform/generic/stat.h
  R config/gen/platform/generic/sysmem.c
  R config/gen/platform/generic/threads.h
  R config/gen/platform/generic/time.c
  R config/gen/platform/generic/uid.c
  R config/gen/platform/ia64/asm.s
  R config/gen/platform/linux/encoding.c
  R config/gen/platform/netbsd/math.c
  R config/gen/platform/netbsd/misc.c
  R config/gen/platform/netbsd/misc.h
  R config/gen/platform/netbsd/uid.c
  R config/gen/platform/openbsd/math.c
  R config/gen/platform/openbsd/misc.h
  R config/gen/platform/openbsd/uid.c
  R config/gen/platform/solaris/math.c
  R config/gen/platform/solaris/time.c
  R config/gen/platform/solaris/uid.c
  R config/gen/platform/win32/begin.c
  R config/gen/platform/win32/dl.c
  R config/gen/platform/win32/env.c
  R config/gen/platform/win32/exec.c
  R config/gen/platform/win32/hires_timer.c
  R config/gen/platform/win32/io.h
  R config/gen/platform/win32/misc.c
  R config/gen/platform/win32/misc.h
  R config/gen/platform/win32/pid.c
  R config/gen/platform/win32/signal.c
  R config/gen/platform/win32/signal.h
  R config/gen/platform/win32/stat.h
  R config/gen/platform/win32/string.h
  R config/gen/platform/win32/sysmem.c
  R config/gen/platform/win32/threads.h
  R config/gen/platform/win32/time.c
  R config/gen/platform/win32/uid.c
  M examples/config/file/configcompiler
  M examples/config/file/configwithfatalstep
  M include/parrot/io.h
  R include/parrot/io_portable.h
  R include/parrot/io_unix.h
  R include/parrot/io_win32.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/stat.h
  R include/parrot/sysmem.h
  M include/parrot/thr_pthread.h
  M include/parrot/thr_windows.h
  M include/parrot/thread.h
  M lib/Parrot/BuildUtil.pm
  M lib/Parrot/Configure/Options/Test.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/H2inc.pm
  M lib/Parrot/Headerizer.pm
  M lib/Parrot/IO/File.pm
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/file.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/rational.pmc
  M src/embed.c
  M src/exceptions.c
  M src/gc/gc_ms2.c
  M src/global_setup.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  R src/io/portable.c
  M src/io/socket_api.c
  R src/io/socket_unix.c
  R src/io/socket_win32.c
  R src/io/unix.c
  R src/io/win32.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  A src/platform/aix/asm.s
  A src/platform/ansi/dl.c
  A src/platform/ansi/exec.c
  A src/platform/ansi/time.c
  A src/platform/cygwin/math.c
  A src/platform/darwin/hires_timer.c
  A src/platform/darwin/sysmem.c
  A src/platform/generic/dl.c
  A src/platform/generic/encoding.c
  A src/platform/generic/env.c
  A src/platform/generic/exec.c
  A src/platform/generic/hires_timer.c
  A src/platform/generic/io.c
  A src/platform/generic/itimer.c
  A src/platform/generic/math.c
  A src/platform/generic/misc.c
  A src/platform/generic/socket.c
  A src/platform/generic/stat.c
  A src/platform/generic/sysmem.c
  A src/platform/generic/time.c
  A src/platform/generic/uid.c
  A src/platform/ia64/asm.s
  A src/platform/linux/encoding.c
  A src/platform/netbsd/misc.c
  A src/platform/openbsd/math.c
  A src/platform/solaris/math.c
  A src/platform/solaris/time.c
  A src/platform/win32/dl.c
  A src/platform/win32/env.c
  A src/platform/win32/exec.c
  A src/platform/win32/hires_timer.c
  A src/platform/win32/io.c
  A src/platform/win32/misc.c
  A src/platform/win32/sysmem.c
  A src/platform/win32/time.c
  A src/platform/win32/uid.c
  M src/pmc/capture.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/handle.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/socket.pmc
  M src/pmc/stringhandle.pmc
  M src/runcore/cores.c
  M src/scheduler.c
  M t/codingstd/c_header_guards.t
  M t/configure/testlib/adefectivefoobar
  M t/configure/testlib/bdefectivefoobar
  M t/configure/testlib/cdefectivefoobar
  M t/configure/testlib/ddefectivefoobar
  M t/configure/testlib/verbosefoobar
  M t/dynpmc/file.t
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/pmc/exception.t
  M t/pmc/socket.t
  M t/src/checkdepend.t
  M t/src/embed.t
  M t/src/extend.t
  A t/src/extend_vtable.t
  A t/steps/auto/platform-01.t
  R t/steps/gen/platform-01.t

Log Message:
-----------
Merge branch 'master' into nwellnhof/unicode_filenames

Conflicts:
	include/parrot/io.h
	include/parrot/io_win32.h


Commit: f4313ad6c17fcc1a8edab2dba1e97d38700408a6
    https://github.com/parrot/parrot/commit/f4313ad6c17fcc1a8edab2dba1e97d38700408a6
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
Fix --output-pbc option


Commit: 9d91d365ce2cb2e825a35c1c9669e82d83008237
    https://github.com/parrot/parrot/commit/9d91d365ce2cb2e825a35c1c9669e82d83008237
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M src/call/args.c

Log Message:
-----------
shorten a bit the build sig object code


Commit: 69d66a8ec0c9047226bd03a499daad1d7b880751
    https://github.com/parrot/parrot/commit/69d66a8ec0c9047226bd03a499daad1d7b880751
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M compilers/imcc/debug.c
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M include/parrot/io.h
  M src/io/api.c

Log Message:
-----------
[imcc] Use PIO to output .pasm files


Commit: 9e06e07e2291768f51f8755b70e85556c1ecefca
    https://github.com/parrot/parrot/commit/9e06e07e2291768f51f8755b70e85556c1ecefca
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M MANIFEST
  M MANIFEST.SKIP

Log Message:
-----------
re-generate MANIFEST and MANIFEST.SKIP


Commit: 71005d0db25cf486e216941c2cf709e61e25cd5e
    https://github.com/parrot/parrot/commit/71005d0db25cf486e216941c2cf709e61e25cd5e
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-20 (Thu, 20 Jan 2011)

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

Log Message:
-----------
Trim some whitespace for more compact output.  Provide description of 'make cagecritic'.


Commit: 2506077f47bfb130d1923427dfd839ef72887e48
    https://github.com/parrot/parrot/commit/2506077f47bfb130d1923427dfd839ef72887e48
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-20 (Thu, 20 Jan 2011)

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

Log Message:
-----------
fixed MingGW gcc build on windows


Commit: e82c664263f044b12969ef29d2bef6863699aa4a
    https://github.com/parrot/parrot/commit/e82c664263f044b12969ef29d2bef6863699aa4a
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M src/pmc/sub.pmc

Log Message:
-----------
Fix to build with MinGW-gcc-4.5.0, patch from vmspb++


Commit: 9b2a8993e86cac19ca09f9327580f27767ebc820
    https://github.com/parrot/parrot/commit/9b2a8993e86cac19ca09f9327580f27767ebc820
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-20 (Thu, 20 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
added missing codes after branch mergence


Commit: 16acf9c692b07d0f96456d2f26de988cb4e719c0
    https://github.com/parrot/parrot/commit/16acf9c692b07d0f96456d2f26de988cb4e719c0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
update NEWS to mention that Exceptions are subclassable


Commit: 53d72c11db1f786fc2718bba54677f536f1cacae
    https://github.com/parrot/parrot/commit/53d72c11db1f786fc2718bba54677f536f1cacae
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
gerd++ has 3.4 upon request


Commit: ee5be9c93ab198baeb4eaa5b03c99111ccf1a768
    https://github.com/parrot/parrot/commit/ee5be9c93ab198baeb4eaa5b03c99111ccf1a768
Author: Andrew Whitworth <wknight8111 at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M NEWS

Log Message:
-----------
Fix typo discovered by JimmyZ++


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

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

Log Message:
-----------
[tools] Remove ancient/dumb .gitignore-generating code

This code hasn't done anything useful since we switched to Git. Everyone
can now add stuff to .gitignore as they see fit.


Commit: b87413ecf2ee40491561ae2d8b97877c893e1609
    https://github.com/parrot/parrot/commit/b87413ecf2ee40491561ae2d8b97877c893e1609
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M .gitignore

Log Message:
-----------
ignore windows-specific build files and temporaries in .gitignore


Commit: e29f45d76dc78550560a754613d70b0b32bb9970
    https://github.com/parrot/parrot/commit/e29f45d76dc78550560a754613d70b0b32bb9970
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M .gitignore
  M MANIFEST
  M MANIFEST.SKIP
  M NEWS
  M config/gen/makefiles/root.in
  M docs/project/release_manager_guide.pod
  M include/parrot/platform_interface.h
  M lib/Parrot/Manifest.pm
  M src/call/args.c
  M src/platform/win32/sysmem.c
  M src/pmc/sub.pmc

Log Message:
-----------
Merge branch 'master' into nwellnhof/unicode_filenames


Commit: c6bc20c3a274f9df0c71fd98371b037b9ded63fc
    https://github.com/parrot/parrot/commit/c6bc20c3a274f9df0c71fd98371b037b9ded63fc
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M compilers/imcc/debug.c
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/unit.h
  M frontend/parrot/main.c
  M frontend/parrot_debugger/main.c
  M include/parrot/api.h
  M include/parrot/interpreter.h
  M include/parrot/io.h
  M include/parrot/packfile.h
  M include/parrot/string_funcs.h
  M src/embed.c
  M src/embed/api.c
  M src/embed/strings.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/io_private.h
  M src/packfile/api.c
  M src/pbc_disassemble.c
  M src/platform/generic/io.c
  M src/platform/win32/io.c
  M src/string/api.c
  M t/src/embed/api.t
  M t/src/embed/strings.t

Log Message:
-----------
Merge branch 'nwellnhof/unicode_filenames'


Commit: 56207d32374ad6507aaef9fb9838a8df6b549805
    https://github.com/parrot/parrot/commit/56207d32374ad6507aaef9fb9838a8df6b549805
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  A DEPRECATED.json
  R DEPRECATED.pod

Log Message:
-----------
DEPRECATED.pod is now DEPRECATED.json, adjusted rest of the files due to the change


Commit: ff6a5bcaa020059950975b3994f18e04a213f70b
    https://github.com/parrot/parrot/commit/ff6a5bcaa020059950975b3994f18e04a213f70b
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M src/pmc/object.pmc

Log Message:
-----------
s/DEPRECATED.pod/DEPRECATED.json


Commit: 2a4b6f959d6ccb236687884ba6839bc9919c240c
    https://github.com/parrot/parrot/commit/2a4b6f959d6ccb236687884ba6839bc9919c240c
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M src/pmc/socket.pmc

Log Message:
-----------
Fix TT #1986 (Socket.readline)


Commit: 661b86eaa26c0372b8f2c909e48d308a42e5190b
    https://github.com/parrot/parrot/commit/661b86eaa26c0372b8f2c909e48d308a42e5190b
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

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

Log Message:
-----------
Fix chunked encoding

There might be stuff after the length in the chunk header


Commit: 80ce54a1492f2ce43f7b991b7a5b46fd57689788
    https://github.com/parrot/parrot/commit/80ce54a1492f2ce43f7b991b7a5b46fd57689788
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M include/parrot/packfile.h

Log Message:
-----------
fixups are dead


Commit: 7a4a752a402ed3501ab94773a48468eec512a2c8
    https://github.com/parrot/parrot/commit/7a4a752a402ed3501ab94773a48468eec512a2c8
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M frontend/pbc_dump/main.c
  M include/parrot/packfile.h
  M src/packfile/api.c
  M src/packfile/pf_items.c
  M src/pbc_disassemble.c
  M t/codingstd/c_macro_args.t

Log Message:
-----------
eliminate TRACE_PACKFILE

Broad-scope, untargetted debug systems such as this clutter the code up with
statements that are rarely if ever used. Obfuscation for the sake of bitrotten
insights into how the code used to work is not the right tradeoff to make.


Commit: 3d9113c45b2e6e2bb07ce110b955cd50eaf6cca3
    https://github.com/parrot/parrot/commit/3d9113c45b2e6e2bb07ce110b955cd50eaf6cca3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

Changed paths:
  M compilers/imcc/main.c

Log Message:
-----------
[imcc] Make parrot read from stdin again


Commit: a224f7a545d75c2d4249d3154cca7d727e0a0a49
    https://github.com/parrot/parrot/commit/a224f7a545d75c2d4249d3154cca7d727e0a0a49
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-21 (Fri, 21 Jan 2011)

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

Log Message:
-----------
Fix my chunked encoding fix


Commit: 80db4e9debc5d60d82f2a41bca77d731362ed754
    https://github.com/parrot/parrot/commit/80db4e9debc5d60d82f2a41bca77d731362ed754
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M src/pmc/socket.pmc

Log Message:
-----------
[pmc/socket] no magic number


Commit: fa70cfe9e9a15536a33d95c8b8b2c8e57816b173
    https://github.com/parrot/parrot/commit/fa70cfe9e9a15536a33d95c8b8b2c8e57816b173
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M MANIFEST.SKIP

Log Message:
-----------
re-generate MANIFEST.SKIP


Commit: 3a8ab43b9688f176ed756b51ac7a1f4d7c282081
    https://github.com/parrot/parrot/commit/3a8ab43b9688f176ed756b51ac7a1f4d7c282081
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M include/parrot/packfile.h

Log Message:
-----------
run make headerizer to remove unused assert macro


Commit: 09d05672d5e948e1e2fd7d2a900e77791bedfa79
    https://github.com/parrot/parrot/commit/09d05672d5e948e1e2fd7d2a900e77791bedfa79
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-22 (Sat, 22 Jan 2011)

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

Log Message:
-----------
Add 'test_prep' prerequisite to several testing targets so that user can call them after configuration and get a parrot executable with which to run the tests.


Commit: 727bbd203c31b6458adc96c16b79f6b9c205fafa
    https://github.com/parrot/parrot/commit/727bbd203c31b6458adc96c16b79f6b9c205fafa
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M t/perl/Parrot_Test.t

Log Message:
-----------
Parrot_Test.t needs parrot executable, so we need to add 'test_prep' prerequisite to 'perl_tests' target.


Commit: df1c5ac26725211e0b64bc0de5d3357c247c4691
    https://github.com/parrot/parrot/commit/df1c5ac26725211e0b64bc0de5d3357c247c4691
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/pbc.c

Log Message:
-----------
string constants are stored separate from (and before) PMC constants now


Commit: ca961cbba756fc2870afb54b4179c5fffa40db22
    https://github.com/parrot/parrot/commit/ca961cbba756fc2870afb54b4179c5fffa40db22
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M src/ops/core_ops.c

Log Message:
-----------
ops2c --core


Commit: 986fa1b535b9c7c243e5f3c7c7c5921c45f13204
    https://github.com/parrot/parrot/commit/986fa1b535b9c7c243e5f3c7c7c5921c45f13204
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M include/parrot/interpreter.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M src/embed.c
  M src/ops/core.ops
  M src/ops/core_ops.c

Log Message:
-----------
eliminate Parrot_run_native, enternative, and run_native (old embed API, non-reentrant)


Commit: d7b03e73bb26b1ca38708b522846c8643435b4f7
    https://github.com/parrot/parrot/commit/d7b03e73bb26b1ca38708b522846c8643435b4f7
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

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

Log Message:
-----------
CONST_STRING() -> Parrot_string_new_constant


Commit: 2cac97dffd0d6cd5c428018a6eff36a0a899444d
    https://github.com/parrot/parrot/commit/2cac97dffd0d6cd5c428018a6eff36a0a899444d
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M t/src/basic.t
  M t/src/extend.t

Log Message:
-----------
eliminate/fix tests depending on Parrot_run_native


Commit: 476000d6912317b89682bf4ac68658dd80eedc65
    https://github.com/parrot/parrot/commit/476000d6912317b89682bf4ac68658dd80eedc65
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M t/compilers/opsc/06-opsfile.t

Log Message:
-----------
update opcount in test


Commit: 26aa06e8c300251f50e89eb57b983fd312e3a30e
    https://github.com/parrot/parrot/commit/26aa06e8c300251f50e89eb57b983fd312e3a30e
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M src/ops/core.ops
  M src/ops/core_ops.c

Log Message:
-----------
eliminate unused wrapper__ opcode


Commit: de77515a31b5a366f592a52663163a2a82c11f5e
    https://github.com/parrot/parrot/commit/de77515a31b5a366f592a52663163a2a82c11f5e
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M t/compilers/opsc/06-opsfile.t

Log Message:
-----------
update core ops count in test


Commit: 2f0d61cee4b2bcad7f9737f4ff9ac598ea6487a2
    https://github.com/parrot/parrot/commit/2f0d61cee4b2bcad7f9737f4ff9ac598ea6487a2
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M docs/embed.pod
  M docs/tests.pod
  M include/parrot/embed.h

Log Message:
-----------
remove remaining references to Parrot_run_native


Commit: 2bc21281afff0e57996480898ca6b2bdf08ab692
    https://github.com/parrot/parrot/commit/2bc21281afff0e57996480898ca6b2bdf08ab692
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-22 (Sat, 22 Jan 2011)

Changed paths:
  M docs/book/draft/ch10_opcode_reference.pod
  M editor/pir-mode.el
  M t/tools/dev/searchops/samples.pm
  M tools/dev/parrot-fuzzer

Log Message:
-----------
remove remaining references to enternative and wrapper__


Commit: be3c419b31208f18181d5f3ead846b6f8fc55401
    https://github.com/parrot/parrot/commit/be3c419b31208f18181d5f3ead846b6f8fc55401
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M tools/release/release.json
  M tools/release/templates.json

Log Message:
-----------
fix typo remove not allowed comma for crow program


Commit: a823c01823f131e3d6c33a8dafece18d1cd857fc
    https://github.com/parrot/parrot/commit/a823c01823f131e3d6c33a8dafece18d1cd857fc
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M tools/release/templates.json

Log Message:
-----------
change the text output a little bit


Commit: 400feaed625fd50c0226aeee86c7edd113107234
    https://github.com/parrot/parrot/commit/400feaed625fd50c0226aeee86c7edd113107234
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M Configure.pl
  M DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  R README.deutsch
  R README.espanol
  R README.polski
  M VERSION
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h
  M compilers/imcc/unit.h
  M compilers/opsc/ops2c.nqp
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PCT/Dumper.pir
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pct/src/POST/Compiler.pir
  M compilers/pge/PGE/Exp.pir
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M compilers/tge/TGE/Compiler.pir
  M config/auto/arch.pm
  M config/auto/cpu/i386/auto.pm
  M config/auto/cpu/ppc/auto.pm
  M config/auto/gc.pm
  M config/auto/git_describe.pm
  R config/auto/jit.pm
  A config/auto/platform.pm
  M config/auto/pmc.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/config_lib_pir.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  R config/gen/platform.pm
  R config/gen/platform/aix/asm.s
  R config/gen/platform/ansi/dl.c
  R config/gen/platform/ansi/exec.c
  R config/gen/platform/ansi/io.h
  R config/gen/platform/ansi/pid.c
  R config/gen/platform/ansi/time.c
  R config/gen/platform/cygwin/math.c
  R config/gen/platform/darwin/begin.c
  R config/gen/platform/darwin/hires_timer.c
  R config/gen/platform/darwin/sysmem.c
  R config/gen/platform/generic/dl.c
  R config/gen/platform/generic/dl.h
  R config/gen/platform/generic/env.c
  R config/gen/platform/generic/exec.c
  R config/gen/platform/generic/hires_timer.c
  R config/gen/platform/generic/io.h
  R config/gen/platform/generic/itimer.c
  R config/gen/platform/generic/math.c
  R config/gen/platform/generic/math.h
  R config/gen/platform/generic/memexec.c
  R config/gen/platform/generic/pid.c
  R config/gen/platform/generic/platform_limits.h
  R config/gen/platform/generic/signal.c
  R config/gen/platform/generic/signal.h
  R config/gen/platform/generic/stat.c
  R config/gen/platform/generic/stat.h
  R config/gen/platform/generic/sysmem.c
  R config/gen/platform/generic/threads.h
  R config/gen/platform/generic/time.c
  R config/gen/platform/ia64/asm.s
  R config/gen/platform/netbsd/math.c
  R config/gen/platform/netbsd/misc.c
  R config/gen/platform/netbsd/misc.h
  R config/gen/platform/openbsd/math.c
  R config/gen/platform/openbsd/memexec.c
  R config/gen/platform/openbsd/misc.h
  R config/gen/platform/solaris/math.c
  R config/gen/platform/solaris/time.c
  R config/gen/platform/win32/begin.c
  R config/gen/platform/win32/dl.c
  R config/gen/platform/win32/env.c
  R config/gen/platform/win32/exec.c
  R config/gen/platform/win32/hires_timer.c
  R config/gen/platform/win32/io.h
  R config/gen/platform/win32/misc.c
  R config/gen/platform/win32/misc.h
  R config/gen/platform/win32/pid.c
  R config/gen/platform/win32/signal.c
  R config/gen/platform/win32/signal.h
  R config/gen/platform/win32/stat.h
  R config/gen/platform/win32/string.h
  R config/gen/platform/win32/sysmem.c
  R config/gen/platform/win32/threads.h
  R config/gen/platform/win32/time.c
  M config/init/defaults.pm
  R config/init/headers.pm
  M config/init/hints/darwin.pm
  M config/init/hints/mswin32.pm
  M config/init/optimize.pm
  M config/inter/libparrot.pm
  M docs/book/draft/ch10_opcode_reference.pod
  M docs/dev/c_functions.pod
  M docs/dev/coverage.pod
  M docs/dev/headerizer.pod
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  M docs/embed.pod
  A docs/embed_new.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrot.pod
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  M docs/pdds/pdd07_codingstd.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/project/git_workflow.pod
  M docs/project/release_manager_guide.pod
  M docs/running.pod
  M docs/submissions.pod
  M docs/tests.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M editor/mk_skeleton.pir
  M editor/pir-mode.el
  M examples/benchmarks/addit.pasm
  M examples/benchmarks/bench_newp.pasm
  M examples/benchmarks/fib.pir
  M examples/benchmarks/fib.py
  M examples/benchmarks/freeze.pasm
  M examples/benchmarks/gc_alloc_new.pasm
  M examples/benchmarks/gc_alloc_reuse.pasm
  M examples/benchmarks/gc_generations.pasm
  M examples/benchmarks/gc_header_new.pasm
  M examples/benchmarks/gc_header_reuse.pasm
  M examples/benchmarks/gc_waves_headers.pasm
  M examples/benchmarks/gc_waves_sizeable_data.pasm
  M examples/benchmarks/gc_waves_sizeable_headers.pasm
  M examples/benchmarks/mops_intval.pasm
  M examples/benchmarks/oo1.pir
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.pir
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.pir
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.pasm
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/primes.pasm
  M examples/benchmarks/primes_i.pasm
  M examples/benchmarks/stress.pasm
  M examples/benchmarks/stress1.pasm
  M examples/benchmarks/stress2.pasm
  M examples/benchmarks/stress3.pasm
  M examples/benchmarks/vpm.pir
  M examples/benchmarks/vpm.py
  M examples/config/file/configcompiler
  M examples/config/file/configwithfatalstep
  M examples/io/httpd.pir
  M examples/library/ncurses_life.pir
  M examples/pasm/cat.pasm
  M examples/pasm/fact.pasm
  M examples/pasm/hello.pasm
  M examples/pir/befunge/debug.pir
  M examples/pir/befunge/io.pir
  M examples/pir/befunge/load.pir
  M examples/pir/life.pir
  M examples/pir/make_hello_pbc.pir
  M examples/pir/md5sum.pir
  A examples/pir/md5sum_oo.pir
  M examples/pir/pirric.pir
  M examples/pir/readline.pir
  M examples/sdl/lcd/clock.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/SubCounter.pir
  M examples/subs/coroutine.pasm
  M examples/subs/pasm_sub1.pasm
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/parrot/main.c
  M frontend/parrot_debugger/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  M include/parrot/api.h
  M include/parrot/atomic.h
  M include/parrot/debugger.h
  M include/parrot/dynext.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/exceptions.h
  M include/parrot/extend.h
  M include/parrot/gc_api.h
  M include/parrot/hash.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/io.h
  R include/parrot/io_portable.h
  R include/parrot/io_unix.h
  R include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/library.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/pmc_freeze.h
  M include/parrot/stat.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  R include/parrot/string_primitives.h
  M include/parrot/sub.h
  R include/parrot/sysmem.h
  M include/parrot/thr_pthread.h
  M include/parrot/thr_windows.h
  M include/parrot/thread.h
  M lib/Parrot/BuildUtil.pm
  M lib/Parrot/Configure/Messages.pm
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Options/Test.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/C.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/H2inc.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Headerizer.pm
  M lib/Parrot/IO/File.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Manifest.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/PGE.pm
  M lib/Parrot/Vtable.pm
  M parrotbug
  M runtime/parrot/bin/prove.pir
  M runtime/parrot/library/CGI/QueryHash.pir
  M runtime/parrot/library/Data/Dumper/Base.pir
  M runtime/parrot/library/Data/Dumper/Default.pir
  M runtime/parrot/library/Digest/MD5.pir
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/MIME/Base64.pir
  M runtime/parrot/library/PGE/Hs.pir
  M runtime/parrot/library/PGE/Perl6Grammar.pir
  M runtime/parrot/library/PGE/Util.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  M runtime/parrot/library/Stream/Base.pir
  M runtime/parrot/library/Stream/Lines.pir
  M runtime/parrot/library/String/Utils.pir
  M runtime/parrot/library/TAP/Parser.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/Test/Builder/Test.pir
  M runtime/parrot/library/Test/Builder/TestPlan.pir
  M runtime/parrot/library/Test/Builder/Tester.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/YAML/Dumper/Base.pir
  M runtime/parrot/library/YAML/Dumper/Default.pir
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/osutils.pir
  M src/call/args.c
  M src/debug.c
  M src/dynext.c
  M src/dynoplibs/bit.ops
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/file.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/rational.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed.c
  M src/embed/api.c
  M src/embed/pmc.c
  M src/embed/strings.c
  M src/exceptions.c
  M src/gc/api.c
  M src/gc/gc_ms2.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  R src/io/portable.c
  M src/io/socket_api.c
  R src/io/socket_unix.c
  R src/io/socket_win32.c
  R src/io/unix.c
  R src/io/utf8.c
  R src/io/win32.c
  M src/key.c
  M src/library.c
  M src/multidispatch.c
  M src/nci/libffi.c
  M src/nci/signatures.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/pmc.ops
  M src/ops/string.ops
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/packfile/pf_items.c
  M src/pbc_disassemble.c
  A src/platform/aix/asm.s
  A src/platform/ansi/dl.c
  A src/platform/ansi/exec.c
  A src/platform/ansi/time.c
  A src/platform/cygwin/math.c
  A src/platform/darwin/hires_timer.c
  A src/platform/darwin/sysmem.c
  A src/platform/generic/dl.c
  A src/platform/generic/encoding.c
  A src/platform/generic/env.c
  A src/platform/generic/exec.c
  A src/platform/generic/hires_timer.c
  A src/platform/generic/io.c
  A src/platform/generic/itimer.c
  A src/platform/generic/math.c
  A src/platform/generic/misc.c
  A src/platform/generic/socket.c
  A src/platform/generic/stat.c
  A src/platform/generic/sysmem.c
  A src/platform/generic/time.c
  A src/platform/generic/uid.c
  A src/platform/ia64/asm.s
  A src/platform/linux/encoding.c
  A src/platform/netbsd/misc.c
  A src/platform/openbsd/math.c
  A src/platform/solaris/math.c
  A src/platform/solaris/time.c
  A src/platform/win32/dl.c
  A src/platform/win32/env.c
  A src/platform/win32/exec.c
  A src/platform/win32/hires_timer.c
  A src/platform/win32/io.c
  A src/platform/win32/misc.c
  A src/platform/win32/sysmem.c
  A src/platform/win32/time.c
  A src/platform/win32/uid.c
  M src/pmc.c
  M src/pmc/addrregistry.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/class.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/eventhandler.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedbooleanarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/float.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/integer.pmc
  M src/pmc/key.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/oplib.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/packfile.pmc
  A src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  A src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/parrotlibrary.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/resizablebooleanarray.pmc
  M src/pmc/role.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/stringhandle.pmc
  M src/pmc/sub.pmc
  M src/pmc/undef.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/pointer_array.c
  M src/runcore/cores.c
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/scheduler.c
  M src/string/api.c
  M src/string/encoding.c
  M src/string/encoding/ascii.c
  M src/string/encoding/binary.c
  M src/string/encoding/latin1.c
  M src/string/encoding/null.c
  M src/string/encoding/shared.c
  M src/string/encoding/ucs2.c
  M src/string/encoding/ucs4.c
  A src/string/encoding/unicode.h
  M src/string/encoding/utf16.c
  M src/string/encoding/utf8.c
  R src/string/primitives.c
  R src/string/unicode.h
  M src/thread.c
  M src/vtables.c
  M t/benchmark/benchmarks.t
  M t/codingstd/c_header_guards.t
  M t/codingstd/c_macro_args.t
  R t/codingstd/checkdepend.t
  M t/codingstd/copyright.t
  M t/codingstd/pccmethod_deps.t
  M t/compilers/imcc/imcpasm/opt1.t
  M t/compilers/imcc/imcpasm/opt2.t
  M t/compilers/imcc/imcpasm/optc.t
  M t/compilers/imcc/reg/alloc.t
  M t/compilers/imcc/reg/spill_old.t
  M t/compilers/imcc/syn/const.t
  M t/compilers/imcc/syn/errors.t
  M t/compilers/imcc/syn/file.t
  M t/compilers/imcc/syn/macro.t
  M t/compilers/imcc/syn/pcc.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/imcc/syn/tail.t
  M t/compilers/opsc/06-opsfile.t
  M t/compilers/pct/complete_workflow.t
  M t/compilers/pct/post.t
  M t/compilers/pge/pge_globs.t
  M t/compilers/tge/basic.t
  M t/configure/002-messages.t
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/configure/testlib/adefectivefoobar
  M t/configure/testlib/bdefectivefoobar
  M t/configure/testlib/cdefectivefoobar
  M t/configure/testlib/ddefectivefoobar
  M t/configure/testlib/verbosefoobar
  M t/dynoplibs/bit.t
  M t/dynoplibs/debug.t
  M t/dynoplibs/io-old.t
  M t/dynoplibs/io.t
  M t/dynoplibs/math.t
  M t/dynoplibs/obscure.t
  M t/dynoplibs/pmc_pow.t
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time.t
  M t/dynoplibs/time_old.t
  M t/dynoplibs/trans-old.t
  M t/dynoplibs/trans.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/file.t
  M t/dynpmc/foo.t
  M t/dynpmc/gziphandle.t
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/examples/pir.t
  M t/examples/shootout.t
  M t/examples/streams.t
  M t/library/lwp.t
  M t/library/md5.t
  M t/library/mime_base64.t
  A t/library/sha.t
  M t/library/streams.t
  M t/library/test_more.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer.t
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/oo/new.t
  M t/oo/root_new.t
  M t/op/arithmetics_pmc.t
  M t/op/basic.t
  M t/op/calling.t
  M t/op/cmp-nonbranch.t
  M t/op/exceptions.t
  M t/op/exit.t
  M t/op/interp.t
  M t/op/jit.t
  M t/op/jitn.t
  M t/op/lexicals.t
  M t/op/literal-old.t
  M t/op/say.t
  M t/op/spawnw.t
  M t/op/string.t
  M t/op/string_cs.t
  M t/op/stringu.t
  M t/perl/Parrot_Docs.t
  M t/perl/Parrot_Test.t
  M t/perl/testlib/answer.pir
  M t/perl/testlib/hello.pasm
  M t/pmc/bigint.t
  M t/pmc/bignum.t
  M t/pmc/bytebuffer.t
  M t/pmc/callcontext.t
  M t/pmc/capture.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/context.t
  M t/pmc/continuation.t
  M t/pmc/coroutine.t
  M t/pmc/eval.t
  M t/pmc/eventhandler.t
  M t/pmc/exception-old.t
  M t/pmc/exception.t
  M t/pmc/filehandle.t
  M t/pmc/fixedbooleanarray.t
  M t/pmc/fixedfloatarray.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/float.t
  M t/pmc/freeze.t
  M t/pmc/globals.t
  M t/pmc/hash.t
  M t/pmc/hashiterator.t
  M t/pmc/hashiteratorkey.t
  M t/pmc/integer.t
  M t/pmc/io.t
  M t/pmc/io_stdin.t
  M t/pmc/iterator.t
  M t/pmc/key.t
  M t/pmc/managedstruct.t
  M t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/namespace.t
  A t/pmc/nativepccmethod.t
  M t/pmc/nci.t
  M t/pmc/object-meths.t
  M t/pmc/object.t
  M t/pmc/opcode.t
  M t/pmc/orderedhash.t
  M t/pmc/orderedhashiterator.t
  A t/pmc/packfilebytecodesegment.t
  A t/pmc/packfileopmap.t
  M t/pmc/parrotio.t
  M t/pmc/parrotlibrary.t
  M t/pmc/pmc.t
  M t/pmc/pmcproxy.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/role.t
  M t/pmc/socket.t
  M t/pmc/string.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/pmc/task.t
  A t/pmc/testfile
  A t/pmc/testlib/test_server.pir
  M t/pmc/threads.t
  M t/pmc/timer.t
  M t/pmc/undef.t
  M t/pmc/unmanagedstruct.t
  M t/profiling/profiling.t
  M t/src/basic.t
  A t/src/checkdepend.t
  M t/src/embed.t
  A t/src/embed/api.t
  M t/src/embed/pmc.t
  M t/src/embed/strings.t
  M t/src/extend.t
  A t/src/extend_vtable.t
  A t/src/misc.t
  R t/steps/auto/jit-01.t
  A t/steps/auto/platform-01.t
  M t/steps/auto/pmc-01.t
  M t/steps/auto/thread-01.t
  R t/steps/gen/platform-01.t
  R t/steps/init/headers-01.t
  M t/steps/init/optimize-01.t
  M t/tools/dev/searchops/samples.pm
  R t/tools/install/dev_overall.t
  R t/tools/install/overall.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M tools/build/c2str.pl
  M tools/build/parrot_config_c.pl
  M tools/build/pmc2c.pl
  M tools/build/vtable_extend.pl
  M tools/dev/bench_op.pir
  M tools/dev/create_language.pl
  M tools/dev/dump_pbc.pl
  M tools/dev/fetch_languages.pl
  A tools/dev/findhacks.pl
  A tools/dev/gdb-pp-load.py
  A tools/dev/gdb-pp.py
  M tools/dev/github_post_receive.pl
  M tools/dev/install_files.pl
  R tools/dev/list_unjitted.pl
  A tools/dev/make_cover.pl
  M tools/dev/mk_native_pbc
  M tools/dev/mk_nci_thunks.pl
  M tools/dev/nci_thunk_gen.pir
  M tools/dev/parrot-fuzzer
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl
  M tools/release/release.json
  M tools/release/templates.json

Log Message:
-----------
Merge branch 'master' into nwellnhof/gc_dynamic_threshold

Conflicts:
	frontend/parrot/main.c
	include/parrot/gc_api.h
	include/parrot/pmc.h
	src/gc/api.c


Commit: 55c2a6f532db648c351eeefa52e7cd0b89a9e619
    https://github.com/parrot/parrot/commit/55c2a6f532db648c351eeefa52e7cd0b89a9e619
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t

Log Message:
-----------
[t] Adjust gc-leaky-*.t thresholds


Commit: dff0be20333ff8471d7ded6a21dc3d989d3bf22f
    https://github.com/parrot/parrot/commit/dff0be20333ff8471d7ded6a21dc3d989d3bf22f
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/packfile/output.c
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc

Log Message:
-----------
silence headerizer warnings


Commit: 2d5b09b745ce5c2cc325e700b3cd1f17963fee07
    https://github.com/parrot/parrot/commit/2d5b09b745ce5c2cc325e700b3cd1f17963fee07
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/hash.c

Log Message:
-----------
Zero the correct amount of memory when expanding hashes

This fixes linear hash iteration. Strange that this hasn't been noticed
before.


Commit: 2cb55d97dd2dcb870458d8331e4ef535d6522563
    https://github.com/parrot/parrot/commit/2cb55d97dd2dcb870458d8331e4ef535d6522563
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M include/parrot/exceptions.h
  M include/parrot/packfile.h
  M src/exceptions.c
  M src/packfile/api.c

Log Message:
-----------
silence remaining headerizer warnings


Commit: 6b0ed4cfa57db013de620eec0fd160886516cbbe
    https://github.com/parrot/parrot/commit/6b0ed4cfa57db013de620eec0fd160886516cbbe
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/packfile/output.c

Log Message:
-----------
fix codetest failure - linelength, update copyright and fix header documentation


Commit: 82084894cd88bbcf298cc3f98303fa93a4f8f992
    https://github.com/parrot/parrot/commit/82084894cd88bbcf298cc3f98303fa93a4f8f992
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M t/pmc/hashiterator.t

Log Message:
-----------
[t] Improve hashiterator.t

Now there's a better chance to trigger the condition fixed by my previous
commit.


Commit: 8cc9d4bd51de86715a66cd6f673749c06c4d907c
    https://github.com/parrot/parrot/commit/8cc9d4bd51de86715a66cd6f673749c06c4d907c
Author: luben <karavelov at spnet.net>
Date:   2011-01-23 (Sun, 23 Jan 2011)

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

Log Message:
-----------
make sysmem consistent among all platforms


Commit: 65bfa2cd9bf151f7f323b1c43ac35b96e15276ff
    https://github.com/parrot/parrot/commit/65bfa2cd9bf151f7f323b1c43ac35b96e15276ff
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/exceptions.c

Log Message:
-----------
reorganize a bit the function Parrot_ex_throw_from_c


Commit: 33e36e4e7f6408d7e39872c91ead0833286e00a8
    https://github.com/parrot/parrot/commit/33e36e4e7f6408d7e39872c91ead0833286e00a8
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/pmc/exceptionhandler.pmc

Log Message:
-----------
reorganize and avoid some redundant operations in ExceptionHandler


Commit: 8e36690864b383586c6b436769c6608281b4f87e
    https://github.com/parrot/parrot/commit/8e36690864b383586c6b436769c6608281b4f87e
Author: luben <karavelov at spnet.net>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/pmc/continuation.pmc

Log Message:
-----------
do not fetch unused attributes


Commit: 442af320011c413b3eaa8f855af8f9ecc6e48214
    https://github.com/parrot/parrot/commit/442af320011c413b3eaa8f855af8f9ecc6e48214
Author: luben <karavelov at spnet.net>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M src/exceptions.c
  M src/pmc/exceptionhandler.pmc

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


Commit: 9c1655d4b2450a80bc1a8f1ad5874bfab7906db0
    https://github.com/parrot/parrot/commit/9c1655d4b2450a80bc1a8f1ad5874bfab7906db0
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/Smoke.pm

Log Message:
-----------
Allow for possibility of directory separators (/) in branch names when submitting smoke report.


Commit: bdd6fb467a6fa601aaa04d7f84d0ec3fd9cd39e3
    https://github.com/parrot/parrot/commit/bdd6fb467a6fa601aaa04d7f84d0ec3fd9cd39e3
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-23 (Sun, 23 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/Smoke.pm

Log Message:
-----------
Get the correct regex for matching a branch with a directory separator in it.


Commit: 3b8507885919cc6d87b5902a6af1c1b2fe588556
    https://github.com/parrot/parrot/commit/3b8507885919cc6d87b5902a6af1c1b2fe588556
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-23 (Sun, 23 Jan 2011)

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

Log Message:
-----------
manual application of wonky patch from #1331


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

Changed paths:
  M MANIFEST
  R tools/dev/github_post_receive.pl

Log Message:
-----------
[tools] Remove github_post_receive.pl, which now lives in the parrot-utils repo


Commit: 9d4e9cc9d0ca6c6af4c7235a6ce471972229c0a3
    https://github.com/parrot/parrot/commit/9d4e9cc9d0ca6c6af4c7235a6ce471972229c0a3
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M src/ops/experimental.ops

Log Message:
-----------
Simplify POD markup.


Commit: 02ed851b55fbd129de34f4c7135071266a4e3f0e
    https://github.com/parrot/parrot/commit/02ed851b55fbd129de34f4c7135071266a4e3f0e
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M docs/translations/README.deutsch

Log Message:
-----------
update to current version number


Commit: 5e3b4d2fc296fd136e2462859fd105ad86f4b571
    https://github.com/parrot/parrot/commit/5e3b4d2fc296fd136e2462859fd105ad86f4b571
Author: Moritz Lenz <moritz at faui2k3.org>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M compilers/pct/src/PCT/HLLCompiler.pir

Log Message:
-----------
[pct] add --ll-backtrace option that always forces PIR-level backtraces


Commit: 00cadd10aa6b5254a86d80b5fb1822d2d149fb33
    https://github.com/parrot/parrot/commit/00cadd10aa6b5254a86d80b5fb1822d2d149fb33
Author: Coke <will at coleda.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M ports/macports/Portfile

Log Message:
-----------
Update macport to 3.0.0

Courtesy h at henriknj.dk


Commit: 4fe94e424c31157b2bc4d67b99b11532790af1af
    https://github.com/parrot/parrot/commit/4fe94e424c31157b2bc4d67b99b11532790af1af
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-24 (Mon, 24 Jan 2011)

Changed paths:
  M src/scheduler.c

Log Message:
-----------
DRY a bit Parrot_cx_add_handler_local


Commit: 2f0daea91842c625ecfa6a17e280d7361e638598
    https://github.com/parrot/parrot/commit/2f0daea91842c625ecfa6a17e280d7361e638598
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M MANIFEST
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  A t/pmc/socket_ipv6.t
  A t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Merge branch 'tt1798_ipv6', extend testcases

Conflicts:
	config/auto/ipv6/test.in
	include/parrot/io_unix.h
	src/io/socket_unix.c
	src/pmc/socket.pmc


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

Changed paths:
  M src/io/socket_api.c

Log Message:
-----------
Remove debug statement


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

Changed paths:
  M MANIFEST
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  A t/pmc/socket_ipv6.t
  A t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Merge branch 'mstap-master'


Commit: 098750e030dfdae1f24fef5fe4226b2acfa99f2e
    https://github.com/parrot/parrot/commit/098750e030dfdae1f24fef5fe4226b2acfa99f2e
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

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

Log Message:
-----------
update headerizing


Commit: 5635ef52aef497c131f3b33c0f682afa747e58dd
    https://github.com/parrot/parrot/commit/5635ef52aef497c131f3b33c0f682afa747e58dd
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
add missing declarations


Commit: 7bbc1e7ec50e9583bf41197994898031af872985
    https://github.com/parrot/parrot/commit/7bbc1e7ec50e9583bf41197994898031af872985
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/thr_windows.h
  M src/io/io_private.h
  M src/platform/win32/io.c

Log Message:
-----------
first step to fix build on windows


Commit: a29e645140ea51fdafb106c883411c9d60c8a5c2
    https://github.com/parrot/parrot/commit/a29e645140ea51fdafb106c883411c9d60c8a5c2
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/io/socket_api.c
  M src/pmc/sockaddr.pmc

Log Message:
-----------
spread a few casts to make g++ happy again


Commit: 102e7e27d10afa615aeafe0bf2dd746fab01e86c
    https://github.com/parrot/parrot/commit/102e7e27d10afa615aeafe0bf2dd746fab01e86c
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc

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


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

Changed paths:
  M NEWS

Log Message:
-----------
Update NEWS


Commit: 8ea35874bebcb9e622159f6c963466cdf588e35a
    https://github.com/parrot/parrot/commit/8ea35874bebcb9e622159f6c963466cdf588e35a
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/pbc.c
  M include/parrot/packfile.h
  M src/packfile/api.c
  M src/pmc/packfileannotations.pmc

Log Message:
-----------
eliminate PackFile_Annotations_Group

this was an attempt to paper-over the cost of linear-scan annotations lookup by
adding another linear-scan to the annotations lookup. two wrong solutions do not
make a right. thankfully it was never used.


Commit: 830a2b52371c6b6b951e1b695cb43a0437f8b2ce
    https://github.com/parrot/parrot/commit/830a2b52371c6b6b951e1b695cb43a0437f8b2ce
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M compilers/imcc/pbc.c
  M include/parrot/packfile.h
  M src/packfile/api.c
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc

Log Message:
-----------
reimplement annotations for efficient load and lookup

This uses a set of sorted annotations lists of entries (one per annotation key),
which can be binary-searched to identify the active annotation. Also avoid
costly allocations by using the segment data as the storage for the entries
(similar to how bytecode does). The downside is that creating these sorted
lists may be costly.


Commit: 019a2c443c762a8d666635ddc68e5e8e9ddab1d1
    https://github.com/parrot/parrot/commit/019a2c443c762a8d666635ddc68e5e8e9ddab1d1
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M t/tools/pbc_dump.t

Log Message:
-----------
remove numval annotation from test - it got removed in the mix


Commit: 3a3c9df2d0c7d43a695f4f4b5379166d9b204f5a
    https://github.com/parrot/parrot/commit/3a3c9df2d0c7d43a695f4f4b5379166d9b204f5a
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/packfile/api.c
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc

Log Message:
-----------
get PackfileAnnotations PMC working with new annotations algorithm

PMC now dispatches to packfile API as it should


Commit: ba0df3a28e3e811417250778df19ed4023246e1e
    https://github.com/parrot/parrot/commit/ba0df3a28e3e811417250778df19ed4023246e1e
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M t/pmc/packfileannotations.t

Log Message:
-----------
set offset for 'line' test data

ordering of duplicate entries at the same offset is not guarranteed to be preserved (and now isn't)


Commit: 77df95b3aa781622e9766fd33f8d58e5c4af58aa
    https://github.com/parrot/parrot/commit/77df95b3aa781622e9766fd33f8d58e5c4af58aa
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
[codingstd] c_function_docs


Commit: 86363eb02372ccb338e9813234c679e15a714e5f
    https://github.com/parrot/parrot/commit/86363eb02372ccb338e9813234c679e15a714e5f
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

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

Log Message:
-----------
headerizer


Commit: bfa2e64bbf067fb31299da2e41d18fbb85447ccb
    https://github.com/parrot/parrot/commit/bfa2e64bbf067fb31299da2e41d18fbb85447ccb
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
First round of IPv6 fixes

- Add addr_len argument to Parrot_io_connect and Parrot_io_bind
- Add family, type, protocol attributes to Socket PMC
- Change addrinfo walk to only use valid addresses for the socket
- Make IPv6 tests also look for 'ip6-localhost'


Commit: b54b8794b836768d389f4856e0a881bbade89b62
    https://github.com/parrot/parrot/commit/b54b8794b836768d389f4856e0a881bbade89b62
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/io/socket_api.c

Log Message:
-----------
fix codetest failure - there should be at least one space between a C
keyword and any subsequent open parenthesis


Commit: 97b004d3e4cb94c140aaefecb18dc74f6a9be9a8
    https://github.com/parrot/parrot/commit/97b004d3e4cb94c140aaefecb18dc74f6a9be9a8
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc

Log Message:
-----------
fix codetest failures - linelength and sizeof( -> sizeof (


Commit: 2512fe63fd4e326295e47be55cd900494b286c0b
    https://github.com/parrot/parrot/commit/2512fe63fd4e326295e47be55cd900494b286c0b
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  A DEPRECATED.yaml

Log Message:
-----------
Added DEPRECATED.yaml, a direct translation of DEPRECATED.json


Commit: 6da689dcdde0d5f1f0aff2e8ec5bc4a1e9cdbfab
    https://github.com/parrot/parrot/commit/6da689dcdde0d5f1f0aff2e8ec5bc4a1e9cdbfab
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc

Log Message:
-----------
Next round of IPv6 fixes

- Add type and protocol attributes to Sockaddr PMC
- Make Parrot_io_getaddrinfo return an array of Sockaddr PMCs
- Get rid of Parrot_io_sockaddr_in


Commit: 65c4d442a1b1da0dc9c4e271ff13a02b28976d29
    https://github.com/parrot/parrot/commit/65c4d442a1b1da0dc9c4e271ff13a02b28976d29
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
[t] Fix t/pmc/socket_ipv6.t

- Use null string instead of "localhost"
- Reenable all IPv6 tests


Commit: b0e86cd13afaba0f7facee3a45cfac48f3b87bfe
    https://github.com/parrot/parrot/commit/b0e86cd13afaba0f7facee3a45cfac48f3b87bfe
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/Smoke.pm

Log Message:
-----------
Some of our branches have hyphens in their names.  Allow for that when uploading to Smolder.


Commit: 5966c374811112f1714698557edfeedf25e27fed
    https://github.com/parrot/parrot/commit/5966c374811112f1714698557edfeedf25e27fed
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/Smoke.pm

Log Message:
-----------
Some of our branches have hyphens in their names.  Allow for that when uploading to Smolder.


Commit: 70ed48ab1f752be3f2a4b0c42d4647b83aa0b456
    https://github.com/parrot/parrot/commit/70ed48ab1f752be3f2a4b0c42d4647b83aa0b456
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/platform_interface.h
  M src/io/io_private.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Move more platform specific code to src/platform


Commit: 772e3c0202ab5f8501052c724551c4405125a7d3
    https://github.com/parrot/parrot/commit/772e3c0202ab5f8501052c724551c4405125a7d3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

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

Log Message:
-----------
Make headerizer


Commit: 17b3c261aa551bb99dab850369c66ebfc9e82ed5
    https://github.com/parrot/parrot/commit/17b3c261aa551bb99dab850369c66ebfc9e82ed5
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M lib/Parrot/Harness/Smoke.pm
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc

Log Message:
-----------
Merge branch 'master' into nwellnhof/ipv6

Conflicts:
	src/io/socket_api.c
	src/platform/generic/socket.c
	src/pmc/sockaddr.pmc
	src/pmc/socket.pmc


Commit: 3caaa85961de4ed62a7ff4af705028e4a0426cf3
    https://github.com/parrot/parrot/commit/3caaa85961de4ed62a7ff4af705028e4a0426cf3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

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

Log Message:
-----------
codingstd fixes


Commit: 958c51a3700b64645884f2bfa227477dc5545d98
    https://github.com/parrot/parrot/commit/958c51a3700b64645884f2bfa227477dc5545d98
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  M src/io/io_private.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Merge branch 'nwellnhof/ipv6'


Commit: 1b8dd492ea1bf78fc3f94b8057d497c68b053344
    https://github.com/parrot/parrot/commit/1b8dd492ea1bf78fc3f94b8057d497c68b053344
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/io/socket_api.c
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Add some #includes to hopefully fix the windows build


Commit: 6a20c384339a59ef947828ff4821f495e902c1be
    https://github.com/parrot/parrot/commit/6a20c384339a59ef947828ff4821f495e902c1be
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Another windows fix


Commit: b5d04195ae874c2697ddc8f24db5ff85a2a02fb3
    https://github.com/parrot/parrot/commit/b5d04195ae874c2697ddc8f24db5ff85a2a02fb3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/parrot.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc

Log Message:
-----------
The CONST #define clashes with windows.h

Include windows headers right at the beginning and undef CONST. Once
all platform specific socket code is moved to src/platform, we can
remove these includes.


Commit: 0713ced14342c137f8a83c0050f56d2c8c74554c
    https://github.com/parrot/parrot/commit/0713ced14342c137f8a83c0050f56d2c8c74554c
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Fallback for getaddrinfo and getnameinfo


Commit: ae31c17386085ecacb455396f1d916bbe2188a40
    https://github.com/parrot/parrot/commit/ae31c17386085ecacb455396f1d916bbe2188a40
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Cleanup Sockaddr PMC


Commit: 9acd66e8c6645f8ac486ce85b11759ef4235bc8a
    https://github.com/parrot/parrot/commit/9acd66e8c6645f8ac486ce85b11759ef4235bc8a
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M config/init/hints/mswin32.pm
  M include/parrot/parrot.h
  M include/parrot/thr_windows.h

Log Message:
-----------
fixed build on windows


Commit: f16b6790f8ed559b24c0a77392aeecfe4d8fd7ba
    https://github.com/parrot/parrot/commit/f16b6790f8ed559b24c0a77392aeecfe4d8fd7ba
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/parrot.h
  M src/platform/win32/sysmem.c

Log Message:
-----------
fixed build with MSVC


Commit: e8d8659ff484c996dfe87567c8bb183dacab56dd
    https://github.com/parrot/parrot/commit/e8d8659ff484c996dfe87567c8bb183dacab56dd
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/parrot.h

Log Message:
-----------
try to fix false build reported by ttbot


Commit: 4b098143f2fcdc22ebddb29eaa6d5fd0926c0fea
    https://github.com/parrot/parrot/commit/4b098143f2fcdc22ebddb29eaa6d5fd0926c0fea
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-25 (Tue, 25 Jan 2011)

Changed paths:
  M include/parrot/parrot.h

Log Message:
-----------
revert "try to fix false build reported by ttbot", this reverts e8d8659ff484c996dfe87567c8bb183dacab56dd, it is useless, jimmy--


Commit: 9e826670636cb83184fd50fa84507b6134dc2617
    https://github.com/parrot/parrot/commit/9e826670636cb83184fd50fa84507b6134dc2617
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  A DEPRECATED.yaml

Log Message:
-----------
Added DEPRECATED.yaml, a direct translation of DEPRECATED.json


Commit: dfc2db180537f17a710c5b459e62356868152b15
    https://github.com/parrot/parrot/commit/dfc2db180537f17a710c5b459e62356868152b15
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M lib/Parrot/Manifest.pm
  M src/pmc/object.pmc

Log Message:
-----------
DEPRECATED.pod is now DEPRECATED.yaml


Commit: 95d715cfeb256214c30575f613a792298c8d25e0
    https://github.com/parrot/parrot/commit/95d715cfeb256214c30575f613a792298c8d25e0
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  R DEPRECATED.pod

Log Message:
-----------
Nuke DEPRECATED.pod


Commit: d53bbbb041643879b013685b910a1a5e4f452c4b
    https://github.com/parrot/parrot/commit/d53bbbb041643879b013685b910a1a5e4f452c4b
Author: Tadeusz Sośnierz <tadzikes at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  R DEPRECATED.pod
  A DEPRECATED.yaml
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M lib/Parrot/Manifest.pm
  M src/pmc/object.pmc

Log Message:
-----------
Merge branch 'tadzik/deprecations-as-data'


Commit: 75d6b0c5588ea04c57b98b09545748d6a97df4e6
    https://github.com/parrot/parrot/commit/75d6b0c5588ea04c57b98b09545748d6a97df4e6
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc

Log Message:
-----------
Move all platform socket code and includes to src/platform


Commit: a0719a28e14d3426f4292b7d4886376486b5c8dd
    https://github.com/parrot/parrot/commit/a0719a28e14d3426f4292b7d4886376486b5c8dd
Author: chromatic <chromatic at wgz.org>
Date:   2011-01-26 (Wed, 26 Jan 2011)

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

Log Message:
-----------
[IO] Fixed infinite loop in Parrot_io_getaddrinfo.

Also plugged a potential memory leak.


Commit: f0780985b0a19ae09f3b0b7e22fb5c0d4dc3119c
    https://github.com/parrot/parrot/commit/f0780985b0a19ae09f3b0b7e22fb5c0d4dc3119c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
update MANIFEST


Commit: d626b11f2c64f1b4f8c00e5bf7f47ef59f08e6d5
    https://github.com/parrot/parrot/commit/d626b11f2c64f1b4f8c00e5bf7f47ef59f08e6d5
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/auto/ipv6/test.in

Log Message:
-----------
Change ipv6 test.c to check for getaddrinfo

That's much easier to check for. I'm not sure about the #includes for
non-Linux Unices.


Commit: 3e67202c8b026a081c438b28383e36e7e96e5982
    https://github.com/parrot/parrot/commit/3e67202c8b026a081c438b28383e36e7e96e5982
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

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

Log Message:
-----------
Fix Parrot_io_accept

IPv6 should work on Windows now.


Commit: 5c02fa34b6b45af0cf004fe0f4764d732230a485
    https://github.com/parrot/parrot/commit/5c02fa34b6b45af0cf004fe0f4764d732230a485
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M include/parrot/io.h
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/socket.pmc
  M t/pmc/socket.t
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Switch socket error handling to exceptions


Commit: 72321259896d4f28d9faf3386b40c8f532d18d55
    https://github.com/parrot/parrot/commit/72321259896d4f28d9faf3386b40c8f532d18d55
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M t/pmc/socket_ipv6.t

Log Message:
-----------
Fix IPv6 test count


Commit: 0d09c350d6749e917a99acd9c111e9db78fab25a
    https://github.com/parrot/parrot/commit/0d09c350d6749e917a99acd9c111e9db78fab25a
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M t/pmc/socket_ipv6.t

Log Message:
-----------
Fix IPv6 test skip count


Commit: f43379a900facbdd7197cc5198c4703a1a3455f7
    https://github.com/parrot/parrot/commit/f43379a900facbdd7197cc5198c4703a1a3455f7
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  R DEPRECATED.pod
  A DEPRECATED.yaml
  M MANIFEST
  M config/init/hints/mswin32.pm
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M include/parrot/thr_windows.h
  M lib/Parrot/Manifest.pm
  M src/platform/generic/socket.c
  M src/platform/win32/sysmem.c
  M src/pmc/object.pmc

Log Message:
-----------
Merge branch 'master' into nwellnhof/ipv6

Conflicts:
	include/parrot/parrot.h


Commit: 80f050aab22da1c92b0329cbadbaa1821706dbb3
    https://github.com/parrot/parrot/commit/80f050aab22da1c92b0329cbadbaa1821706dbb3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

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

Log Message:
-----------
[codingstd] Fix indent


Commit: f9d4bc4317eccbef658c3c7b655ad4438e30ddb1
    https://github.com/parrot/parrot/commit/f9d4bc4317eccbef658c3c7b655ad4438e30ddb1
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/auto/ipv6/test.in
  M include/parrot/io.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/socket.t
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Merge branch 'nwellnhof/ipv6'


Commit: 64ca8e83809c28473c1e806bd6734de1f4deb156
    https://github.com/parrot/parrot/commit/64ca8e83809c28473c1e806bd6734de1f4deb156
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M include/parrot/thr_windows.h
  M src/platform/win32/misc.c

Log Message:
-----------
Fix windows build


Commit: 56bbca18e48cae3839b4e7e270dd898a9cbe9848
    https://github.com/parrot/parrot/commit/56bbca18e48cae3839b4e7e270dd898a9cbe9848
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-26 (Wed, 26 Jan 2011)

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

Log Message:
-----------
Fix build without IPv6


Commit: 4af2095a04cbef86efa68cc84e9f82856b8e8bc4
    https://github.com/parrot/parrot/commit/4af2095a04cbef86efa68cc84e9f82856b8e8bc4
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/auto/ipv6/test.in

Log Message:
-----------
fix ipv6 detection to not fail in g++ for wrong reasons


Commit: 1cd5f8bef84e1833597424a78b12de98c43b7030
    https://github.com/parrot/parrot/commit/1cd5f8bef84e1833597424a78b12de98c43b7030
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

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

Log Message:
-----------
fix a problem with C string and prevent from happening again, and avoid coredumps in non-ipv6


Commit: ff6e589dd4f2c40ac6b8ee79cf1d5cf65d42caec
    https://github.com/parrot/parrot/commit/ff6e589dd4f2c40ac6b8ee79cf1d5cf65d42caec
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M docs/dev/c_functions.pod

Log Message:
-----------
ENOANCIENTMARINER, noticed by KaeseEs++


Commit: 9d798a18a5223fa86d482363eaca96467f428889
    https://github.com/parrot/parrot/commit/9d798a18a5223fa86d482363eaca96467f428889
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/auto/ipv6.pm

Log Message:
-----------
PARROT_HAS_IPV6 is checked with #ifdef, then define it as 0


Commit: 9c64677d6bc10fcc91ab446b75906a97ce55a849
    https://github.com/parrot/parrot/commit/9c64677d6bc10fcc91ab446b75906a97ce55a849
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/init/hints/mswin32.pm
  M src/platform/generic/socket.c
  M src/platform/win32/sysmem.c

Log Message:
-----------
fixed build with MingW GCC again


Commit: 14bbee38f6d247750dc0919e1adc7dbed6bb433c
    https://github.com/parrot/parrot/commit/14bbee38f6d247750dc0919e1adc7dbed6bb433c
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  R DEPRECATED.pod
  A DEPRECATED.yaml
  M MANIFEST
  M NEWS
  M config/auto/ipv6/test.in
  M config/gen/makefiles/root.in
  M config/init/hints/mswin32.pm
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M include/parrot/io.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/thr_windows.h
  M lib/Parrot/Manifest.pm
  M src/io/io_private.h
  M src/io/socket_api.c
  M src/platform/generic/socket.c
  M src/platform/win32/misc.c
  M src/platform/win32/sysmem.c
  M src/pmc/object.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M t/pmc/socket.t
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
Merge branch 'master' into annotations-tree


Commit: 69dc8ded9ad1d93100456eb26fc860bc46ff45a8
    https://github.com/parrot/parrot/commit/69dc8ded9ad1d93100456eb26fc860bc46ff45a8
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M compilers/imcc/pbc.c
  M include/parrot/packfile.h
  M src/packfile/api.c
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  M t/pmc/packfileannotations.t
  M t/tools/pbc_dump.t

Log Message:
-----------
Merge branch 'annotations-tree'


Commit: bb69595020ff757f1805357f3ca2cc2df5ceb3c5
    https://github.com/parrot/parrot/commit/bb69595020ff757f1805357f3ca2cc2df5ceb3c5
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M config/init/hints/mswin32.pm
  M src/platform/generic/socket.c

Log Message:
-----------
[codingstd] long lines and trailing whitespace


Commit: 4fea22c3ac6e838110ea05b1dc64284784b4ea7d
    https://github.com/parrot/parrot/commit/4fea22c3ac6e838110ea05b1dc64284784b4ea7d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  A README

Log Message:
-----------
Let's start


Commit: 82cab1230e9f4536581879e29782db41339bf90d
    https://github.com/parrot/parrot/commit/82cab1230e9f4536581879e29782db41339bf90d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  R DEPRECATED.pod
  A DEPRECATED.yaml
  M MANIFEST
  M NEWS
  M compilers/imcc/pbc.c
  M compilers/pct/src/PCT/HLLCompiler.pir
  M config/auto/ipv6.pm
  M config/auto/ipv6/test.in
  M config/gen/makefiles/root.in
  M config/init/hints/mswin32.pm
  M docs/dev/c_functions.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M docs/translations/README.deutsch
  M include/parrot/io.h
  M include/parrot/packfile.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/thr_windows.h
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Manifest.pm
  M ports/macports/Portfile
  M src/io/io_private.h
  M src/io/socket_api.c
  M src/packfile/api.c
  M src/platform/generic/socket.c
  M src/platform/win32/io.c
  M src/platform/win32/misc.c
  M src/pmc/object.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M src/scheduler.c
  M t/pmc/packfileannotations.t
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  A t/pmc/socket_ipv6.t
  A t/pmc/testlib/test_server_ipv6.pir
  M t/tools/pbc_dump.t

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


Commit: 122f34893e2f4ccfb23d7bc308a9b320ecfe9962
    https://github.com/parrot/parrot/commit/122f34893e2f4ccfb23d7bc308a9b320ecfe9962
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  A Makefile
  A lib/YAML/Tiny.pm
  A t/01-compile.t

Log Message:
-----------
Add skeleton


Commit: 74295e82a83247a4ea3d92a5d55591cd3bd1ac04
    https://github.com/parrot/parrot/commit/74295e82a83247a4ea3d92a5d55591cd3bd1ac04
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M Makefile
  A t/lib/Test.pm

Log Message:
-----------
Add stub for Test module


Commit: 002d8988f5cbeef8d14054d90bc8cc104c1edf3b
    https://github.com/parrot/parrot/commit/002d8988f5cbeef8d14054d90bc8cc104c1edf3b
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm
  M t/lib/Test.pm

Log Message:
-----------
Implement yaml_ok test function and add .read_string stub


Commit: 5cbabc6049d978676463951cef7670c88332b99d
    https://github.com/parrot/parrot/commit/5cbabc6049d978676463951cef7670c88332b99d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M t/lib/Test.pm

Log Message:
-----------
Allow adverbs in yaml_ok


Commit: 51ca86a044d35a44345401b0f1b2c30c7c86bac4
    https://github.com/parrot/parrot/commit/51ca86a044d35a44345401b0f1b2c30c7c86bac4
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  A t/02_basic.t

Log Message:
-----------
Copy from original YAML::Tiny


Commit: 708365340d2912ef1ed27418455727ce14fcca0b
    https://github.com/parrot/parrot/commit/708365340d2912ef1ed27418455727ce14fcca0b
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M t/lib/Test.pm

Log Message:
-----------
Fix order of params to is_deeply


Commit: 125d94c41cff60e4c1b36fb47a973360e6cb34e7
    https://github.com/parrot/parrot/commit/125d94c41cff60e4c1b36fb47a973360e6cb34e7
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M ext/nqp-rx/src/stage0/nqp-setting.nqp

Log Message:
-----------
Update nqp-setting with fixed C<split>.


Commit: 812470b4c959f930d1ee158a8cc1f6ef910117f7
    https://github.com/parrot/parrot/commit/812470b4c959f930d1ee158a8cc1f6ef910117f7
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Copy original code as reference.


Commit: 84f934e6ce02a676d6ac1ead87afb7330d20a9fc
    https://github.com/parrot/parrot/commit/84f934e6ce02a676d6ac1ead87afb7330d20a9fc
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M t/02_basic.t
  M t/lib/Test.pm

Log Message:
-----------
Pass todo to is_deeply and mark all tests with todo


Commit: 117cff273afaa72b179c93766ddd6ab9b8c24a62
    https://github.com/parrot/parrot/commit/117cff273afaa72b179c93766ddd6ab9b8c24a62
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M t/src/exit.t

Log Message:
-----------
rearrange a bit the C code in on_exit test to allow its full coverage


Commit: 2057f203d74348e64a9eb08c4511c053e35d78c7
    https://github.com/parrot/parrot/commit/2057f203d74348e64a9eb08c4511c053e35d78c7
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M t/src/embed/strings.t

Log Message:
-----------
rearrange a bit the C code in wchar import/export test to allow its full coverage


Commit: bd43873bfe2741a97040e0f4da6d232042aa1c31
    https://github.com/parrot/parrot/commit/bd43873bfe2741a97040e0f4da6d232042aa1c31
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-27 (Thu, 27 Jan 2011)

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

Log Message:
-----------
With NotFound's correction, HAS_IPV6 will always get defined inside _handle_ipv6_status(), so we don't need to check for definedness any more.


Commit: c35607d1d64e60b5fb4e07a7d439d75fd22c8bab
    https://github.com/parrot/parrot/commit/c35607d1d64e60b5fb4e07a7d439d75fd22c8bab
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
Fix c++ build:
Cast required to convert integer types to enum
Non void function need return. Also add a warning for non expected case


Commit: 02ca078fcb5792a3155b289d861ed84948b72ebd
    https://github.com/parrot/parrot/commit/02ca078fcb5792a3155b289d861ed84948b72ebd
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M src/embed/embed_private.h

Log Message:
-----------
Fix most of 'might be clobbered' warnings
Thaks to: http://lists.apple.com/archives/xcode-users/2003/Dec//msg00050.htm
'' it's normally enough just to change their scope.''


Commit: ced54a52f79e51b677001063a7d4dd013d392031
    https://github.com/parrot/parrot/commit/ced54a52f79e51b677001063a7d4dd013d392031
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M src/embed/api.c

Log Message:
-----------
Fix remaining 'might be clobbered' warning


Commit: 10c05850b7fe701130d2a0fbedf252b550bc6456
    https://github.com/parrot/parrot/commit/10c05850b7fe701130d2a0fbedf252b550bc6456
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M src/platform/generic/socket.c
  M t/pmc/sockaddr.t

Log Message:
-----------
Fix getaddrinfo emulation with NULL addresses


Commit: c4ef4bbbc01e43974915669b5151c0c464223d2d
    https://github.com/parrot/parrot/commit/c4ef4bbbc01e43974915669b5151c0c464223d2d
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M MANIFEST
  M config/auto/platform.pm
  M config/gen/makefiles/root.in
  M include/parrot/platform_interface.h
  A src/platform/generic/error.c
  A src/platform/win32/error.c

Log Message:
-----------
Add support for Win32 error messages


Commit: 057640b31bd93f3ca93f286d075dfa7e14ddeb95
    https://github.com/parrot/parrot/commit/057640b31bd93f3ca93f286d075dfa7e14ddeb95
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-28 (Fri, 28 Jan 2011)

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

Log Message:
-----------
Use platform error messages in socket code


Commit: 5bc905be9a06fe290a4db8eaab708ccabe69f07f
    https://github.com/parrot/parrot/commit/5bc905be9a06fe290a4db8eaab708ccabe69f07f
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-01-28 (Fri, 28 Jan 2011)

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

Log Message:
-----------
Use error messages in Win32 file IO code


Commit: 73514c82fe57a2e355623e800df7027ecdd202a1
    https://github.com/parrot/parrot/commit/73514c82fe57a2e355623e800df7027ecdd202a1
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
More porting.


Commit: a15d3abdbb67045e03192ed50dff3233d7627559
    https://github.com/parrot/parrot/commit/a15d3abdbb67045e03192ed50dff3233d7627559
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M t/lib/Test.pm

Log Message:
-----------
Catch exceptions in yaml_ok.


Commit: 40e779144cbccb13fb65b4e30a3926b441368965
    https://github.com/parrot/parrot/commit/40e779144cbccb13fb65b4e30a3926b441368965
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Update error message


Commit: 17f46f56f1796a586ce54edfcf65d3edc2eb16cb
    https://github.com/parrot/parrot/commit/17f46f56f1796a586ce54edfcf65d3edc2eb16cb
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M config/auto/ipv6.pm

Log Message:
-----------
Allow for some debugging output with --verbose or --verbose-step=auto::ipv6.


Commit: da8761de18ad7881c4dddd7a9e3c4a56f4481860
    https://github.com/parrot/parrot/commit/da8761de18ad7881c4dddd7a9e3c4a56f4481860
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm
  M t/02_basic.t

Log Message:
-----------
Initial parsing of scalars


Commit: 4ebe287cfe1475ae024e378fe84460868bb70a7e
    https://github.com/parrot/parrot/commit/4ebe287cfe1475ae024e378fe84460868bb70a7e
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Stub for .read_array


Commit: 655eb87686ab384ddc1d8e4e85ca96fea1a622f4
    https://github.com/parrot/parrot/commit/655eb87686ab384ddc1d8e4e85ca96fea1a622f4
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-28 (Fri, 28 Jan 2011)

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

Log Message:
-----------
[codingstd] c_function_docs: correct 'item='.


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

Changed paths:
  M RESPONSIBLE_PARTIES

Log Message:
-----------
Fix my name in RESPONSIBLE_PARTIES


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

Changed paths:
  R DEPRECATED.json
  R DEPRECATED.yaml
  M MANIFEST
  M MANIFEST.SKIP
  A docs/changes/api.yaml
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M src/pmc/object.pmc

Log Message:
-----------
[doc] DEPRECATED.pod is now called docs/changes/api.yaml


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

Changed paths:
  M docs/changes/api.yaml

Log Message:
-----------
Remove redundant experimental/eligble junk in api.yaml titles


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

Changed paths:
  M docs/changes/api.yaml

Log Message:
-----------
Regularize the tags used in api.yaml


Commit: 404b8f27c248b2b57a22ce4598a8a54d5ec84d7d
    https://github.com/parrot/parrot/commit/404b8f27c248b2b57a22ce4598a8a54d5ec84d7d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M ext/nqp-rx/src/stage0/nqp-setting.nqp

Log Message:
-----------
Update nqp-setting with RPA.grep


Commit: a3f6638ef39a707615d72eede0c5632332c466fc
    https://github.com/parrot/parrot/commit/a3f6638ef39a707615d72eede0c5632332c466fc
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml

Log Message:
-----------
Remove finished items from DEPRECATED.yaml


Commit: e0194ad6528a2d8724aac5fa1c6521e2971d3bfb
    https://github.com/parrot/parrot/commit/e0194ad6528a2d8724aac5fa1c6521e2971d3bfb
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml

Log Message:
-----------
Remove implemented deprecation from DEPRECATED.yaml.


Commit: 46b9ad7aa0649dda67593c69ea7f2a2db1cac029
    https://github.com/parrot/parrot/commit/46b9ad7aa0649dda67593c69ea7f2a2db1cac029
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml

Log Message:
-----------
Remove implemented deprecation from DEPRECATED.yaml.


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

Changed paths:
  M MANIFEST
  A t/tools/show_experimental.t
  A tools/dev/show_experimental.pl

Log Message:
-----------
[tools] show_experimental.pl shows currently experimental features listed in api.yaml


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

Changed paths:
  M docs/changes/api.yaml

Log Message:
-----------
Add IPv6 as experimental in api.yaml


Commit: d71095f893b650e3b564bc3780759daf685591bd
    https://github.com/parrot/parrot/commit/d71095f893b650e3b564bc3780759daf685591bd
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/compilers/pct/pct_hllcompiler.t

Log Message:
-----------
Convert test to use P6Object instead of Protoobject.


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

Changed paths:
  A t/tools/show_deprecated.pl
  A tools/dev/show_deprecated.pl

Log Message:
-----------
[tools] show_deprecated.pl shows currently deprecated features listed in api.yaml with ticket info and eligible version


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

Changed paths:
  M docs/changes/api.yaml

Log Message:
-----------
Give all non-experimental items in api.yaml a deprecated tag


Commit: 0f269b944d5d10d85cfae2a0fb23027befd5b47c
    https://github.com/parrot/parrot/commit/0f269b944d5d10d85cfae2a0fb23027befd5b47c
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml
  M MANIFEST
  M config/gen/makefiles/root.in
  R runtime/parrot/library/Protoobject.pir
  R t/library/protoobject.t

Log Message:
-----------
Remove deprecated Protoobject. Closes #1337.


Commit: 0e4fd2a2f9fe776a498eeb8da05d215355030542
    https://github.com/parrot/parrot/commit/0e4fd2a2f9fe776a498eeb8da05d215355030542
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml

Log Message:
-----------
Remove finished deprecated item.


Commit: 4970e666f523b72a62c1f19fefb3bd50f00a1061
    https://github.com/parrot/parrot/commit/4970e666f523b72a62c1f19fefb3bd50f00a1061
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/compilers/pct/pct_hllcompiler.t

Log Message:
-----------
Remove one more reference to Protoobject.pbc from test. NotFound++. Closes #1337.


Commit: 7603711a905e553a2f3317d243003a7cd9f61ef0
    https://github.com/parrot/parrot/commit/7603711a905e553a2f3317d243003a7cd9f61ef0
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-29 (Sat, 29 Jan 2011)

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

Log Message:
-----------
fixed code example


Commit: ed5bca775228fac2e6bbfaa17185b39a009ac3f3
    https://github.com/parrot/parrot/commit/ed5bca775228fac2e6bbfaa17185b39a009ac3f3
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M src/pmc/nci.pmc

Log Message:
-----------
removed unused code from nci.pmc


Commit: 397c69d779fdd9d070de50496ed9d9d40cb8462c
    https://github.com/parrot/parrot/commit/397c69d779fdd9d070de50496ed9d9d40cb8462c
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml
  M MANIFEST
  M RESPONSIBLE_PARTIES
  M config/auto/ipv6.pm
  M config/auto/platform.pm
  M config/gen/makefiles/root.in
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M include/parrot/platform_interface.h
  R runtime/parrot/library/Protoobject.pir
  A src/platform/generic/error.c
  M src/platform/generic/socket.c
  A src/platform/win32/error.c
  M src/platform/win32/io.c
  M t/compilers/pct/pct_hllcompiler.t
  R t/library/protoobject.t
  M t/pmc/sockaddr.t

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


Commit: 0e83c3bf84127246ccffc9f9d1e83b30ffbe2382
    https://github.com/parrot/parrot/commit/0e83c3bf84127246ccffc9f9d1e83b30ffbe2382
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M DEPRECATED.yaml

Log Message:
-----------
Remove deprecated item which will not be implemented.


Commit: 167abb2ee85d4a0de4c7eeb92937aba46808d1fe
    https://github.com/parrot/parrot/commit/167abb2ee85d4a0de4c7eeb92937aba46808d1fe
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/lib/Test.pm

Log Message:
-----------
Pass too to catched exception handling.


Commit: 80a49165c7279d2c01747191b6cec127f65eeed4
    https://github.com/parrot/parrot/commit/80a49165c7279d2c01747191b6cec127f65eeed4
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Implement more array parsing.


Commit: 76bb27104b68a94ec1b16989938b2645c587c2fc
    https://github.com/parrot/parrot/commit/76bb27104b68a94ec1b16989938b2645c587c2fc
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/lib/Test.pm

Log Message:
-----------
Pass $description as todo label


Commit: 110c5669b17278620bbc7f36b0a5c0fde3e0e7af
    https://github.com/parrot/parrot/commit/110c5669b17278620bbc7f36b0a5c0fde3e0e7af
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/02_basic.t

Log Message:
-----------
Untodo tests.


Commit: a6965430a9d11de6a4b7e6d21a1f8a4fa72a7723
    https://github.com/parrot/parrot/commit/a6965430a9d11de6a4b7e6d21a1f8a4fa72a7723
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Initial cut of _read_hash.


Commit: 1882f3e827ec83b75444d390ea96676fea81e125
    https://github.com/parrot/parrot/commit/1882f3e827ec83b75444d390ea96676fea81e125
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M t/02_basic.t

Log Message:
-----------
Untodo tests


Commit: 1aeeec5d5f68a230c38c58643c030a8f661510a8
    https://github.com/parrot/parrot/commit/1aeeec5d5f68a230c38c58643c030a8f661510a8
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Use $DEBUG variable to switch on debug.


Commit: c09a36b50e9bdc622835767a2f11845bce31110a
    https://github.com/parrot/parrot/commit/c09a36b50e9bdc622835767a2f11845bce31110a
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm
  M t/02_basic.t
  M t/lib/Test.pm

Log Message:
-----------
Fix handling single-quoted scalars


Commit: 1e2031c39e6093f60f82a35538653b145308c652
    https://github.com/parrot/parrot/commit/1e2031c39e6093f60f82a35538653b145308c652
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm
  M t/02_basic.t

Log Message:
-----------
Initial handling of double quotes.


Commit: 18c7af9057e81e30b7fe10c3bca6bbd20b9c433b
    https://github.com/parrot/parrot/commit/18c7af9057e81e30b7fe10c3bca6bbd20b9c433b
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Fix handling of nested hashes


Commit: ab3071b00af42417549ade1e313ebfaf8600bc96
    https://github.com/parrot/parrot/commit/ab3071b00af42417549ade1e313ebfaf8600bc96
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Finish _read_array


Commit: 99576e153a8d252d9f483b90b3a9743264ab75d5
    https://github.com/parrot/parrot/commit/99576e153a8d252d9f483b90b3a9743264ab75d5
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M lib/YAML/Tiny.pm

Log Message:
-----------
Fix handling negative indexes in @indent.


Commit: 56c3abcb6aa7585a8d72c59ac486a994836d55b0
    https://github.com/parrot/parrot/commit/56c3abcb6aa7585a8d72c59ac486a994836d55b0
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M docs/changes/api.yaml

Log Message:
-----------
Change format of api.yaml to be list of hashes


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

Changed paths:
  M MANIFEST
  R t/tools/show_deprecated.pl
  A t/tools/show_deprecated.t
  M tools/dev/show_deprecated.pl
  M tools/dev/show_experimental.pl

Log Message:
-----------
Make api.yaml scripts use the new format that makes bacek++ and cotto++ happy


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

Changed paths:
  A api.yaml
  R docs/changes/api.yaml
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M src/pmc/object.pmc
  M t/tools/show_deprecated.t
  M t/tools/show_experimental.t
  M tools/dev/show_deprecated.pl
  M tools/dev/show_experimental.pl

Log Message:
-----------
docs/changes/api.yaml is now api.yaml


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

Changed paths:
  M t/tools/show_deprecated.t
  M t/tools/show_experimental.t
  M tools/dev/show_deprecated.pl
  M tools/dev/show_experimental.pl

Log Message:
-----------
Tell scripts that api.yaml has moved


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

Changed paths:
  M MANIFEST
  A api.yaml
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M src/pmc/object.pmc
  A t/tools/show_deprecated.t
  A t/tools/show_experimental.t
  A tools/dev/show_deprecated.pl
  A tools/dev/show_experimental.pl

Log Message:
-----------
Merge branch 'leto/deprecations_as_data'

Conflicts:
	MANIFEST
	docs/project/cage_cleaners_guide.pod
	docs/project/release_manager_guide.pod
	docs/project/support_policy.pod
	docs/stability.pod
	src/pmc/object.pmc


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

Changed paths:
  M api.yaml

Log Message:
-----------
Mark recently removed deprecations as 'done' in api.yaml


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

Changed paths:
  R DEPRECATED.yaml

Log Message:
-----------
Remove DEPRECATED.yaml, which is now called api.yaml


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

Changed paths:
  M tools/dev/show_deprecated.pl
  M tools/dev/show_experimental.pl

Log Message:
-----------
Make show_(deprecated|experimental).pl skip things tagged as 'old'


Commit: e731419a83a9580c6c87abd0912d25d1c26f30ab
    https://github.com/parrot/parrot/commit/e731419a83a9580c6c87abd0912d25d1c26f30ab
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/nci/libffi.c

Log Message:
-----------
Pacify compiler about absense on default case in switch.


Commit: a00d5906b99d59be8ae244116bfcf8b0fce37670
    https://github.com/parrot/parrot/commit/a00d5906b99d59be8ae244116bfcf8b0fce37670
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/nci/libffi.c

Log Message:
-----------
Avoid (useless) cast INTVAL to size_t


Commit: 01fabfbe1b8dc7fc3325581c9537e443b5f4d60d
    https://github.com/parrot/parrot/commit/01fabfbe1b8dc7fc3325581c9537e443b5f4d60d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M config/auto/warnings.pm

Log Message:
-----------
Remove -Wbad-function-cast.

According to gcc info it's kust helps to catch undeclared functions
error. We do have special -Wimplicit to catch it.


Commit: e19f32baca0afca39bff5b8ba98168d677948a47
    https://github.com/parrot/parrot/commit/e19f32baca0afca39bff5b8ba98168d677948a47
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/runcore/main.c

Log Message:
-----------
Use explicit const_cast to pacify compiler.


Commit: 2709a45aadd31c5b01b900d524f59dadd8cc1edf
    https://github.com/parrot/parrot/commit/2709a45aadd31c5b01b900d524f59dadd8cc1edf
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
mk_manifest_and_skip


Commit: a96b35d17f1a72e24438fbc242b17ef648a713ee
    https://github.com/parrot/parrot/commit/a96b35d17f1a72e24438fbc242b17ef648a713ee
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/runcore/main.c

Log Message:
-----------
Fix c++ build


Commit: c2ffe55c9080563fdf3f4a8706b261a857dc5a18
    https://github.com/parrot/parrot/commit/c2ffe55c9080563fdf3f4a8706b261a857dc5a18
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/exceptions.c

Log Message:
-----------
Explicitely cast enum to INTVAL to pacify c++ compiler.


Commit: 01bf2d882f03baba806072c4bbe992e6c5e21f25
    https://github.com/parrot/parrot/commit/01bf2d882f03baba806072c4bbe992e6c5e21f25
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
Use size_t instead of INTVAL for iterating over keys.


Commit: 91d348bb94b32c3c930df3e6485313a57892e31a
    https://github.com/parrot/parrot/commit/91d348bb94b32c3c930df3e6485313a57892e31a
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/hash.c

Log Message:
-----------
Pacify c++ compiler by casting value to proper enum.


Commit: 6176f08cc89640771e2c525a79c381f7e2f906bf
    https://github.com/parrot/parrot/commit/6176f08cc89640771e2c525a79c381f7e2f906bf
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
Use explicit const_cast to pacify c++ compiler.


Commit: 0677041ec983ea0e20191c199711b081618db63a
    https://github.com/parrot/parrot/commit/0677041ec983ea0e20191c199711b081618db63a
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/pmc/packfileannotations.pmc

Log Message:
-----------
Pacify c++ compiler by casting to proper type.


Commit: 5d1baaeddf40b36263e502d85163bb284d601abe
    https://github.com/parrot/parrot/commit/5d1baaeddf40b36263e502d85163bb284d601abe
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
One more explicit const_cast to pacify c++ compiler.


Commit: 6d7aa3204eb81182b3d95d8aa698f9b21963a3e3
    https://github.com/parrot/parrot/commit/6d7aa3204eb81182b3d95d8aa698f9b21963a3e3
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

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

Log Message:
-----------
Move vtable() method from lib/Parrot/Pmc2c/PMCEmitter.pm to lib/Parrot/Pmc2c/PMC.pm.


Commit: eaa0a9f0b5b0bb5cf9365f9960eb9c0084849260
    https://github.com/parrot/parrot/commit/eaa0a9f0b5b0bb5cf9365f9960eb9c0084849260
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/pmc/imageiothaw.pmc

Log Message:
-----------
fix cast so g++ builds


Commit: ed1a4bc4b3f3abab19d7d645b2f299b89e889e75
    https://github.com/parrot/parrot/commit/ed1a4bc4b3f3abab19d7d645b2f299b89e889e75
Author: Coke <will at coleda.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

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

Log Message:
-----------
fix header level.


Commit: d5019545fff5fd274d016126459bcf987377bbee
    https://github.com/parrot/parrot/commit/d5019545fff5fd274d016126459bcf987377bbee
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

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

Log Message:
-----------
Remove unnecessary import of Parrot::Pmc2c::PMCEmitter.


Commit: 814a91684dfca5f95a9e4393f3f6dc09f651c659
    https://github.com/parrot/parrot/commit/814a91684dfca5f95a9e4393f3f6dc09f651c659
Author: Coke <will at coleda.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir

Log Message:
-----------
pull in NQP changes for updated error message.


Commit: 013436abbc7f932a50e618415f20a407d557f207
    https://github.com/parrot/parrot/commit/013436abbc7f932a50e618415f20a407d557f207
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
Use explicit cast to pacify compiler.


Commit: 8ddc501f408a4cfb3f7f1ed2bc8d6adb8875b6d7
    https://github.com/parrot/parrot/commit/8ddc501f408a4cfb3f7f1ed2bc8d6adb8875b6d7
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/nci_test.c

Log Message:
-----------
Split declaration and definition of exported vairables to pacify c++ compiler.


Commit: 1a28d8a0c8ec12b5e583fcbdbd99ae14b3cf3ec9
    https://github.com/parrot/parrot/commit/1a28d8a0c8ec12b5e583fcbdbd99ae14b3cf3ec9
Author: chromatic <chromatic at wgz.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

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

Log Message:
-----------
[lib] Marked unused return value as UNUSED.

This should resolve several Coverity warnings such as CID #1279.


Commit: 16ccd1d3860f74f72c4f5b96d70531161fb90b8b
    https://github.com/parrot/parrot/commit/16ccd1d3860f74f72c4f5b96d70531161fb90b8b
Author: chromatic <chromatic at wgz.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

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

Log Message:
-----------
[lib] Avoided double-declaration of a PMC param.

This should close several Coverity reports, such as CID #1287. There's still a
logical question in this code regarding the value of passing the PMC as a
parameter to these functions, then immediately retrieving it from the call
object, but that's a much larger change more worthwhile when we rewrite the PMC
to C emitter.


Commit: 01fef9c43591e0aa8f45dd60f313fbeae31eaef6
    https://github.com/parrot/parrot/commit/01fef9c43591e0aa8f45dd60f313fbeae31eaef6
Author: chromatic <chromatic at wgz.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/gc/alloc_resources.c

Log Message:
-----------
[GC] Simplified function for debug/non-debug cases.

The motivation for this change is to avoid a side effect in the assert,
specifically PARROT_ASSERT(--count), reported by Coverity in CID #441. Rather
than wrapping #ifdefs around the decrement, it seems clearer to extract the
normal behavior of the loop for non-debugging builds and to provide an
alternate version in the case of a debugging build.


Commit: 368bb441fdf63be2cc16a89be59d698d7ff2e324
    https://github.com/parrot/parrot/commit/368bb441fdf63be2cc16a89be59d698d7ff2e324
Author: chromatic <chromatic at wgz.org>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M src/ops/core.ops
  M src/ops/core_ops.c

Log Message:
-----------
[ops] Allowd args ops direct access to sig count.

Direct access through the FIA size macro speeds up these PCC hot path ops
measurably, giving a 1.9% performance improvement on oofib, a benchmark almost
solely devoted to measuring PCC performance.


Commit: 75bb241e490da80053e8023b2fc5a37d46ed2ec0
    https://github.com/parrot/parrot/commit/75bb241e490da80053e8023b2fc5a37d46ed2ec0
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

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

Log Message:
-----------
fix headerizer warning


Commit: 6074fa4d37d21dc5fef4b9331bd03a69c57ae08e
    https://github.com/parrot/parrot/commit/6074fa4d37d21dc5fef4b9331bd03a69c57ae08e
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M include/parrot/runcore_profiling.h
  M src/runcore/profiling.c

Log Message:
-----------
[profiling] abstract out the differences between different output methods, make usage a little less awkward


Commit: 899be57596627f931c37964706622263060e8c25
    https://github.com/parrot/parrot/commit/899be57596627f931c37964706622263060e8c25
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M include/parrot/runcore_profiling.h
  M src/runcore/profiling.c

Log Message:
-----------
[profiling] move some more init code into a separate function


Commit: 49b89e4871a33ac6a965256b5d8aa12960f8156d
    https://github.com/parrot/parrot/commit/49b89e4871a33ac6a965256b5d8aa12960f8156d
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M include/parrot/runcore_profiling.h

Log Message:
-----------
[profiling] fix a leftover debugging statement


Commit: 40e105917980f0f7e9f4a59b5f70c945888b3b23
    https://github.com/parrot/parrot/commit/40e105917980f0f7e9f4a59b5f70c945888b3b23
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M src/runcore/profiling.c

Log Message:
-----------
[profiling] shuffle a function around


Commit: 48c1717444b4db376d9619253a9b2f10cdc08178
    https://github.com/parrot/parrot/commit/48c1717444b4db376d9619253a9b2f10cdc08178
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M include/parrot/runcore_profiling.h

Log Message:
-----------
fix the c++ build


Commit: fe73887727bf58fd903655b1fad0f780a0a165cf
    https://github.com/parrot/parrot/commit/fe73887727bf58fd903655b1fad0f780a0a165cf
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  R DEPRECATED.pod
  M MANIFEST
  M NEWS
  M RESPONSIBLE_PARTIES
  A api.yaml
  M compilers/imcc/pbc.c
  M compilers/pct/src/PCT/HLLCompiler.pir
  M config/auto/ipv6.pm
  M config/auto/ipv6/test.in
  M config/auto/platform.pm
  M config/auto/warnings.pm
  M config/gen/makefiles/root.in
  M config/init/hints/mswin32.pm
  M docs/book/draft/appe_source_code.pod
  M docs/dev/c_functions.pod
  M docs/pdds/draft/pdd16_native_call.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/stability.pod
  M docs/translations/README.deutsch
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M include/parrot/exceptions.h
  M include/parrot/io.h
  M include/parrot/packfile.h
  M include/parrot/parrot.h
  M include/parrot/platform_interface.h
  M include/parrot/runcore_profiling.h
  M include/parrot/thr_windows.h
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Manifest.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M ports/macports/Portfile
  R runtime/parrot/library/Protoobject.pir
  M src/embed/api.c
  M src/embed/embed_private.h
  M src/exceptions.c
  M src/gc/alloc_resources.c
  M src/hash.c
  M src/io/io_private.h
  M src/io/socket_api.c
  M src/nci/libffi.c
  M src/nci_test.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/packfile/api.c
  M src/packfile/output.c
  A src/platform/generic/error.c
  M src/platform/generic/socket.c
  M src/platform/generic/sysmem.c
  A src/platform/win32/error.c
  M src/platform/win32/io.c
  M src/platform/win32/misc.c
  M src/platform/win32/sysmem.c
  M src/pmc/continuation.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/scheduler.c
  M t/compilers/pct/pct_hllcompiler.t
  R t/library/protoobject.t
  M t/pmc/hashiterator.t
  M t/pmc/packfileannotations.t
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  A t/pmc/socket_ipv6.t
  A t/pmc/testlib/test_server_ipv6.pir
  M t/src/embed/strings.t
  M t/src/exit.t
  M t/steps/auto/ipv6-01.t
  M t/tools/pbc_dump.t
  A t/tools/show_deprecated.t
  A t/tools/show_experimental.t
  R tools/dev/github_post_receive.pl
  A tools/dev/show_deprecated.pl
  A tools/dev/show_experimental.pl

Log Message:
-----------
Merge branch 'master' into nwellnhof/gc_dynamic_threshold


Commit: c0ddc7563fb7ed78f7235fec72f8e635894018ae
    https://github.com/parrot/parrot/commit/c0ddc7563fb7ed78f7235fec72f8e635894018ae
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/gc/gc_ms2.c

Log Message:
-----------
Set the minimum threshold to something more reasonable


Commit: 00d27fbb3d03daa158ab6bb68bb492bba9288be7
    https://github.com/parrot/parrot/commit/00d27fbb3d03daa158ab6bb68bb492bba9288be7
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M frontend/parrot/main.c
  M t/src/embed/api.t
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Work around GC problem in embed API


Commit: 017627fbf97f2027be6b9c74d72bef1791f0429f
    https://github.com/parrot/parrot/commit/017627fbf97f2027be6b9c74d72bef1791f0429f
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M include/parrot/gc_api.h
  M src/gc/api.c
  M src/gc/gc_ms.c
  M src/interp/inter_misc.c
  M src/ops/core.ops

Log Message:
-----------
Add TOTAL_MEM_USED to interpinfo


Commit: efd80f03b43248e60da0b7981ae8234a0d062d3c
    https://github.com/parrot/parrot/commit/efd80f03b43248e60da0b7981ae8234a0d062d3c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M tools/dev/show_deprecated.pl

Log Message:
-----------
show something meaningful for deprecation notices without eligible or ticket fields


Commit: 2cdf5dd565fbe95687604b13b3b566bd7b36ad91
    https://github.com/parrot/parrot/commit/2cdf5dd565fbe95687604b13b3b566bd7b36ad91
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/pmc/sockaddr.pmc
  M t/pmc/socket_ipv6.t

Log Message:
-----------
Add some debug output to IPv6 test


Commit: a35f817a34bcfd86ac2d09afd5128ba8d0f803ce
    https://github.com/parrot/parrot/commit/a35f817a34bcfd86ac2d09afd5128ba8d0f803ce
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M src/string/api.c

Log Message:
-----------
Remove support for deprecated charset:encoding:"" literals

TT #1808


Commit: 693ddea46e29950135b56d346becc1ade7617299
    https://github.com/parrot/parrot/commit/693ddea46e29950135b56d346becc1ade7617299
Author: pmichaud <pmichaud at pobox.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M compilers/pct/src/POST/Node.pir

Log Message:
-----------
[pct]:  TT #821 -- Allow POST::Sub to handle parameters :slurpy + :optional and :slurpy + :named + :optional (by treating them as though :optional is not present, as recommended in the ticket).


Commit: d77453355ed9cf0139fd6c0fa27bbcb63d5fff23
    https://github.com/parrot/parrot/commit/d77453355ed9cf0139fd6c0fa27bbcb63d5fff23
Author: pmichaud <pmichaud at pobox.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M src/string/api.c

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


Commit: 78d1638ef9d414dd130a904d8a5c1f0da3c0915c
    https://github.com/parrot/parrot/commit/78d1638ef9d414dd130a904d8a5c1f0da3c0915c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M t/op/stringu.t

Log Message:
-----------
set_addr -> set_label, TT #1857


Commit: 8f3e6644591370589aaac447bbb303613ef73364
    https://github.com/parrot/parrot/commit/8f3e6644591370589aaac447bbb303613ef73364
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M compilers/pct/src/PAST/Compiler.pir

Log Message:
-----------
set_addr -> set_label in PAST, TT #1857


Commit: 1b1f6f7019e40c94fd110e8afb8bee5ff16fe9e5
    https://github.com/parrot/parrot/commit/1b1f6f7019e40c94fd110e8afb8bee5ff16fe9e5
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M frontend/parrot/main.c
  M t/src/embed/api.t
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Work around GC problem in embed API

Cherry-picked from branch gc_dynamic_threshold on bacek's request.
See TT #1990


Commit: 0d912d7b13966ada249c8566e3d0eb602fbe68a2
    https://github.com/parrot/parrot/commit/0d912d7b13966ada249c8566e3d0eb602fbe68a2
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/pmc/sockaddr.pmc

Log Message:
-----------
Fix GCC warning


Commit: afda976d5e2b145c1a0d16b29ef47581214750d6
    https://github.com/parrot/parrot/commit/afda976d5e2b145c1a0d16b29ef47581214750d6
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  A Makefile
  A lib/YAML/Tiny.pm
  A t/01-compile.t
  A t/02_basic.t
  A t/lib/Test.pm

Log Message:
-----------
Merge branch 'master' of git://github.com/bacek/YAML--Tiny into yaml-tiny-import

Conflicts:
	README


Commit: 1429108956cbeaa04dc365ec367847eb5b400882
    https://github.com/parrot/parrot/commit/1429108956cbeaa04dc365ec367847eb5b400882
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  R Makefile
  R lib/YAML/Tiny.pm
  A runtime/parrot/library/YAML/Tiny.pm
  R t/01-compile.t
  R t/02_basic.t
  R t/lib/Test.pm
  A t/library/yaml_tiny.t

Log Message:
-----------
shuffle files around, move yaml_ok into yaml_tiny.t


Commit: d3f892122a88366b9c84da94b0140ff95d4ac814
    https://github.com/parrot/parrot/commit/d3f892122a88366b9c84da94b0140ff95d4ac814
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

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

Log Message:
-----------
update makefile template for YAML::Tiny


Commit: ee1f42bd2b1a01e478aeb78d6d753b62bcc10636
    https://github.com/parrot/parrot/commit/ee1f42bd2b1a01e478aeb78d6d753b62bcc10636
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M t/library/yaml_tiny.t

Log Message:
-----------
fix makefile template, add magic to make test pass


Commit: ed5319afc61c83a2a5acb38048f23070fe1f92e2
    https://github.com/parrot/parrot/commit/ed5319afc61c83a2a5acb38048f23070fe1f92e2
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  A tools/dev/show_experimental.nqp

Log Message:
-----------
add show_experimental.nqp from bacek++


Commit: d775ac6e5e45d95a390ace41b517f26a8583728a
    https://github.com/parrot/parrot/commit/d775ac6e5e45d95a390ace41b517f26a8583728a
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M t/library/yaml_tiny.t

Log Message:
-----------
add a test to parse api.yaml


Commit: b04920bbdd1b28c9e2ff17c1c073649c3990e885
    https://github.com/parrot/parrot/commit/b04920bbdd1b28c9e2ff17c1c073649c3990e885
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M api.yaml

Log Message:
-----------
fix eligibility good in api.yaml


Commit: 78dfa4daf2475acd66e4e6d91a336a3d29194a1b
    https://github.com/parrot/parrot/commit/78dfa4daf2475acd66e4e6d91a336a3d29194a1b
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M tools/dev/show_experimental.nqp

Log Message:
-----------
add a fix mentioned by bacek++


Commit: 87a5cc11e60254b90db2d1e6287f60c937b903f4
    https://github.com/parrot/parrot/commit/87a5cc11e60254b90db2d1e6287f60c937b903f4
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  A tools/dev/show_deprecated.nqp

Log Message:
-----------
add nqp port of show_deprecated


Commit: 96eb8d0634858161c2a4e91525c4728b248b0cc2
    https://github.com/parrot/parrot/commit/96eb8d0634858161c2a4e91525c4728b248b0cc2
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  R t/tools/show_deprecated.t
  R t/tools/show_experimental.t
  R tools/dev/show_deprecated.pl
  R tools/dev/show_experimental.pl

Log Message:
-----------
remove perl versions of show_* and tests


Commit: 86347b1355c61ca7623dde2b29b06e52dc417089
    https://github.com/parrot/parrot/commit/86347b1355c61ca7623dde2b29b06e52dc417089
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
manifix


Commit: b7cf765f3c8ceb50033ba1f93bfa8664a74ddb13
    https://github.com/parrot/parrot/commit/b7cf765f3c8ceb50033ba1f93bfa8664a74ddb13
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M MANIFEST.generated

Log Message:
-----------
add YAML/Tiny.pbc to MANIFEST.generated


Commit: 9df28c8152ba0e37daff0323c1222cc1a6527043
    https://github.com/parrot/parrot/commit/9df28c8152ba0e37daff0323c1222cc1a6527043
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm

Log Message:
-----------
avoid a rare VTABLE struct leak, fixing tt #898

When a dynpmc calls a dynpmc parent's VTABLE function via SUPER, don't
leak a VTABLE struct.  This doesn't happen very often.


Commit: 26d115c30f67d32f112fba067a5aa59b2d7f76f9
    https://github.com/parrot/parrot/commit/26d115c30f67d32f112fba067a5aa59b2d7f76f9
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  A tools/dev/resolve_deprecated.nqp

Log Message:
-----------
Semi-automated deprecations resolver.


Commit: 8bf4af96f2f595cd4eb333473f1d5d16ec0d9b77
    https://github.com/parrot/parrot/commit/8bf4af96f2f595cd4eb333473f1d5d16ec0d9b77
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M tools/dev/resolve_deprecated.nqp

Log Message:
-----------
Fix typo and add commented out YAML::Dumper sample.


Commit: a65c158bf30a22b04cb87b77125642bca1e92264
    https://github.com/parrot/parrot/commit/a65c158bf30a22b04cb87b77125642bca1e92264
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M runtime/parrot/library/YAML/Tiny.pm

Log Message:
-----------
Quick hack to write_string from YAML::Tiny.


Commit: 161effc661ea1522e74d4248d0b9f897deab8b2b
    https://github.com/parrot/parrot/commit/161effc661ea1522e74d4248d0b9f897deab8b2b
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M tools/dev/resolve_deprecated.nqp

Log Message:
-----------
Update api.yaml and write it back.


Commit: e46cb831d5819043027e55294ec1cba457d74189
    https://github.com/parrot/parrot/commit/e46cb831d5819043027e55294ec1cba457d74189
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M runtime/parrot/library/YAML/Tiny.pm

Log Message:
-----------
Remove debug output from YAML::Tiny._dump


Commit: d674bf57b1aa7051ddb05648167a50334f109115
    https://github.com/parrot/parrot/commit/d674bf57b1aa7051ddb05648167a50334f109115
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M runtime/parrot/library/YAML/Tiny.pm

Log Message:
-----------
Quote string dumped from YAML::Tiny


Commit: 70a9039232ceedd37e9b969891e1bad8d02022aa
    https://github.com/parrot/parrot/commit/70a9039232ceedd37e9b969891e1bad8d02022aa
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M runtime/parrot/library/YAML/Tiny.pm

Log Message:
-----------
Format yaml without extra spaces.


Commit: deb123171e2bf380394ee6ea36640dd8bb2605db
    https://github.com/parrot/parrot/commit/deb123171e2bf380394ee6ea36640dd8bb2605db
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M api.yaml

Log Message:
-----------
First self-hosted api.yaml


Commit: fbfc2a8be650a6cc5b842017061687775c9031d8
    https://github.com/parrot/parrot/commit/fbfc2a8be650a6cc5b842017061687775c9031d8
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M tools/dev/resolve_deprecated.nqp

Log Message:
-----------
Add some progress indication.


Commit: 644b7ad3a601ec3251fd27721d8df9caec0d2ec3
    https://github.com/parrot/parrot/commit/644b7ad3a601ec3251fd27721d8df9caec0d2ec3
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M api.yaml
  M tools/dev/resolve_deprecated.nqp
  M tools/dev/show_deprecated.nqp
  M tools/dev/show_experimental.nqp

Log Message:
-----------
change "old" to "completed" in api.yaml.

We have lots of old deprecations that aren't completed.  Hopefully this
is more intuitive.


Commit: 29d2c10d790941a811802dc42cb54bdedd8d3abf
    https://github.com/parrot/parrot/commit/29d2c10d790941a811802dc42cb54bdedd8d3abf
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M MANIFEST

Log Message:
-----------
re-generate MANIFEST


Commit: fbe4dd50569c54243fed4cb0a873a39dcea231fc
    https://github.com/parrot/parrot/commit/fbe4dd50569c54243fed4cb0a873a39dcea231fc
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M runtime/parrot/library/YAML/Tiny.pm

Log Message:
-----------
missing copyright and fix cuddled else failure


Commit: 393bb6da84d52c759d0df34c65b8df2ad4996e88
    https://github.com/parrot/parrot/commit/393bb6da84d52c759d0df34c65b8df2ad4996e88
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M t/library/yaml_tiny.t

Log Message:
-----------
change shebang line so it does not require an installed nqp


Commit: 9a5e8bbbb31ac12352f55eaa0e437df2f1e13a30
    https://github.com/parrot/parrot/commit/9a5e8bbbb31ac12352f55eaa0e437df2f1e13a30
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M t/codingstd/perlcritic.t

Log Message:
-----------
modify ingnore of nqp shebang


Commit: 6421774863f86adde6d074d830b6168236b2440f
    https://github.com/parrot/parrot/commit/6421774863f86adde6d074d830b6168236b2440f
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-02-02 (Wed, 02 Feb 2011)

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

Log Message:
-----------
first shot at pir backtraces for assertion failures

There are no guarantees about these since assertion failures by
definition result from some kind of unexpected internal state.  In the
worst case this won't provide less debugging information than we already
do, and I try to ensure that an infinite loop isn't possible either.


Commit: 429f7fbb4f2b81c2319464b6601a99a85872559f
    https://github.com/parrot/parrot/commit/429f7fbb4f2b81c2319464b6601a99a85872559f
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-02-02 (Wed, 02 Feb 2011)

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

Log Message:
-----------
add perdoc to new functions, hopefully with sufficiently scary warnings


Commit: 67af9e4f8a52b6b525358b0f4e70f8454511a5e6
    https://github.com/parrot/parrot/commit/67af9e4f8a52b6b525358b0f4e70f8454511a5e6
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M src/interp/inter_create.c

Log Message:
-----------
add an assert_args macro to make codingstds happy


Commit: bc265eee3360ba4921bdcdc935b450299566a92a
    https://github.com/parrot/parrot/commit/bc265eee3360ba4921bdcdc935b450299566a92a
Author: Christoph Otto <christoph_github at mksig.org>
Date:   2011-02-02 (Wed, 02 Feb 2011)

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

Log Message:
-----------
fix the cl and g++ builds


Commit: 7d35f565cafa1adf43602d91c23ca1e204f76f08
    https://github.com/parrot/parrot/commit/7d35f565cafa1adf43602d91c23ca1e204f76f08
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M MANIFEST.generated

Log Message:
-----------
Re-alphabetize to get a test to pass.


Commit: 0d519ebc84e929ed8453b3cf003266b188ab3fde
    https://github.com/parrot/parrot/commit/0d519ebc84e929ed8453b3cf003266b188ab3fde
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M src/gc/api.c

Log Message:
-----------
Change GC names to lowercase

Print error message if name is invalid.


Commit: d34ec47ead17205ceddfd49a99c244b5418683ac
    https://github.com/parrot/parrot/commit/d34ec47ead17205ceddfd49a99c244b5418683ac
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M src/gc/gc_ms2.c
  M src/gc/gc_private.h

Log Message:
-----------
Add #define for GC_DEFAULT_MIN_THRESHOLD


Commit: 715b2ea148614c6fa65699afc0017bf645cc3c3e
    https://github.com/parrot/parrot/commit/715b2ea148614c6fa65699afc0017bf645cc3c3e
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M MANIFEST
  M MANIFEST.generated
  M api.yaml
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/POST/Node.pir
  M config/gen/makefiles/root.in
  M include/parrot/interpreter.h
  M lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  A runtime/parrot/library/YAML/Tiny.pm
  M src/exceptions.c
  M src/interp/inter_create.c
  M src/pmc/sockaddr.pmc
  M src/string/api.c
  M t/codingstd/perlcritic.t
  A t/library/yaml_tiny.t
  M t/op/stringu.t
  M t/pmc/socket_ipv6.t
  R t/tools/show_deprecated.t
  R t/tools/show_experimental.t
  A tools/dev/resolve_deprecated.nqp
  A tools/dev/show_deprecated.nqp
  R tools/dev/show_deprecated.pl
  A tools/dev/show_experimental.nqp
  R tools/dev/show_experimental.pl

Log Message:
-----------
Merge branch 'master' into nwellnhof/gc_dynamic_threshold


Commit: be26ad51c6fb0af3bc138bea87906ccd07b0c7cb
    https://github.com/parrot/parrot/commit/be26ad51c6fb0af3bc138bea87906ccd07b0c7cb
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M compilers/imcc/main.c
  M config/gen/makefiles/root.in
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/gc_api.h
  M include/parrot/interpreter.h
  M include/parrot/longopt.h
  M src/embed/api.c
  M src/gc/api.c
  M src/gc/fixed_allocator.c
  M src/gc/fixed_allocator.h
  M src/gc/gc_inf.c
  M src/gc/gc_ms.c
  M src/gc/gc_ms2.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/gc/string_gc.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/ops/core.ops
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t
  M t/run/options.t

Log Message:
-----------
Merge branch 'nwellnhof/gc_dynamic_threshold'


Commit: e9db096eae89681dffd11cb2cff20a5d377ca2bb
    https://github.com/parrot/parrot/commit/e9db096eae89681dffd11cb2cff20a5d377ca2bb
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-02 (Wed, 02 Feb 2011)

Changed paths:
  M src/pmc/namespace.pmc

Log Message:
-----------
Made Namespace PMC reuse Hash functionality.


Commit: aa43eb53911ab53ffb44a3d96365001800fe9ca9
    https://github.com/parrot/parrot/commit/aa43eb53911ab53ffb44a3d96365001800fe9ca9
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M .gitignore

Log Message:
-----------
add runtime/parrot/library/YAML/Tiny.pir to .gitignore


Commit: ac0359867bdc1fa90d6036b85e41a8c54a35c576
    https://github.com/parrot/parrot/commit/ac0359867bdc1fa90d6036b85e41a8c54a35c576
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M MANIFEST.SKIP

Log Message:
-----------
re-generate MANIFEST.SKIP


Commit: 4f67ebcdc0df6c29321ec559b7e3ff75fa4409e4
    https://github.com/parrot/parrot/commit/4f67ebcdc0df6c29321ec559b7e3ff75fa4409e4
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
add a warning


Commit: b12ac894f785569b9827068131da07f81e921fab
    https://github.com/parrot/parrot/commit/b12ac894f785569b9827068131da07f81e921fab
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
[t] Use '::1' instead of null for localhost IPv6 server address


Commit: 09dc23bc3fc6eeb197ae4e98c4894d2e1d9b6781
    https://github.com/parrot/parrot/commit/09dc23bc3fc6eeb197ae4e98c4894d2e1d9b6781
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/resizableintegerarray.pmc

Log Message:
-----------
rarrange initialization and freeze/thaw of FIA and RIA to avoid redundant code and duplicated storage in RIA


Commit: 668635fbd9301cca2ec1b8e762349fb2c0d653ae
    https://github.com/parrot/parrot/commit/668635fbd9301cca2ec1b8e762349fb2c0d653ae
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M include/parrot/extend.h
  M src/extend.c
  M t/src/extend_vtable.t

Log Message:
-----------
add function Parrot_ext_try and use it in extend_vtable tests


Commit: ddcab214826527017dedbddd4a8dc5be64209442
    https://github.com/parrot/parrot/commit/ddcab214826527017dedbddd4a8dc5be64209442
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M api.yaml

Log Message:
-----------
experimental notice for Parrot_ext_try, TT #1996


Commit: 555b42e551f32b8b8899a2a9d4467f2e92cb338c
    https://github.com/parrot/parrot/commit/555b42e551f32b8b8899a2a9d4467f2e92cb338c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M .gitignore
  M t/src/extend_vtable.t

Log Message:
-----------
fix and untodo extend_vtable is_equal_num test and fix a pitfall in gitignore with that file


Commit: 93a0806fe9d613505964a344308030891990d423
    https://github.com/parrot/parrot/commit/93a0806fe9d613505964a344308030891990d423
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
fix a mistake in Parrot_ext_try usage that breaks tests in C++ build


Commit: 054e36ba929f9a3c4b4416be16cb96bb1c1d0052
    https://github.com/parrot/parrot/commit/054e36ba929f9a3c4b4416be16cb96bb1c1d0052
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M t/src/extend_vtable.t

Log Message:
-----------
fix, untodo, and improve extend_vtable freeze|taw test


Commit: 50e3be126d5627c1d7fb3187bb96fac61062d6df
    https://github.com/parrot/parrot/commit/50e3be126d5627c1d7fb3187bb96fac61062d6df
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

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

Log Message:
-----------
fix impedance decoupling between NCI/Utils and UnmanagedStruct


Commit: fc88de3cc6e8af28610eff80d2942d644a57eb2b
    https://github.com/parrot/parrot/commit/fc88de3cc6e8af28610eff80d2942d644a57eb2b
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/fixedstringarray.pmc
  M src/pmc/resizablepmcarray.pmc
  M src/pmc/resizablestringarray.pmc

Log Message:
-----------
rearrange a bit string and pmc arrays initialization and thaw to ensure threshold is always set in the resizable variants


Commit: fe658a7cfb2ed1dca3c119d21542f211b6faf681
    https://github.com/parrot/parrot/commit/fe658a7cfb2ed1dca3c119d21542f211b6faf681
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M MANIFEST.SKIP

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


Commit: 2c89624a9a4782d58e86f51f9f371d9bd1da6dd7
    https://github.com/parrot/parrot/commit/2c89624a9a4782d58e86f51f9f371d9bd1da6dd7
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
[t] Make IPv6 test server try several ports


Commit: eb13b10302827aaa83368ab685c21d31d851787a
    https://github.com/parrot/parrot/commit/eb13b10302827aaa83368ab685c21d31d851787a
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M t/pmc/socket.t
  M t/pmc/testlib/test_server.pir

Log Message:
-----------
[t] Do the same for IPv4 test


Commit: 8036e14a2c430c86acd8854a06c92cb0e87028a9
    https://github.com/parrot/parrot/commit/8036e14a2c430c86acd8854a06c92cb0e87028a9
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm

Log Message:
-----------
Move a non-object-oriented function to Parrot::Pmc2c::UtilFunctions.


Commit: 1232e468667682431e738bca5bd531d0fde981d9
    https://github.com/parrot/parrot/commit/1232e468667682431e738bca5bd531d0fde981d9
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

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

Log Message:
-----------
Move a more functions to Parrot::Pmc2c::UtilFunctions.


Commit: 240d5b77cfcd18cfeff49a49a39df326dc452194
    https://github.com/parrot/parrot/commit/240d5b77cfcd18cfeff49a49a39df326dc452194
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M src/embed/api.c
  M src/packfile/api.c

Log Message:
-----------
Add a new function to execute a PackFile* as a program


Commit: 0efb5bda95a751e18f753e5afc9114352fb2a3f7
    https://github.com/parrot/parrot/commit/0efb5bda95a751e18f753e5afc9114352fb2a3f7
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
+docs and a TODO note


Commit: 619f4f4ec46dd2ce1ed38a0c1d53fb01fc988f03
    https://github.com/parrot/parrot/commit/619f4f4ec46dd2ce1ed38a0c1d53fb01fc988f03
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M include/parrot/packfile.h
  M include/parrot/pmc.h
  M src/embed/pmc.c
  M src/packfile/api.c
  M src/pmc.c

Log Message:
-----------
pull the guts of Parrot_api_wrap_string_array out into it's own utility function, so we can reuse that logic from elsewhere


Commit: e2dbb1aeb1bf2c25155fed18339bc7ad2a6cdfab
    https://github.com/parrot/parrot/commit/e2dbb1aeb1bf2c25155fed18339bc7ad2a6cdfab
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M src/packfile/api.c
  M src/pmc.c

Log Message:
-----------
oops fixes.


Commit: cc256f17b5972eeb8292d0402bff293eb8d55325
    https://github.com/parrot/parrot/commit/cc256f17b5972eeb8292d0402bff293eb8d55325
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M .gitignore
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M api.yaml
  M compilers/imcc/imcc.l
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/POST/Node.pir
  M config/gen/makefiles/root.in
  M docs/book/draft/appe_source_code.pod
  M docs/project/release_manager_guide.pod
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/extend.h
  M include/parrot/gc_api.h
  M include/parrot/interpreter.h
  M include/parrot/longopt.h
  M include/parrot/runcore_profiling.h
  M lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M runtime/parrot/library/NCI/Utils.pir
  A runtime/parrot/library/YAML/Tiny.pm
  M src/embed/api.c
  M src/exceptions.c
  M src/extend.c
  M src/gc/alloc_resources.c
  M src/gc/api.c
  M src/gc/fixed_allocator.c
  M src/gc/fixed_allocator.h
  M src/gc/gc_inf.c
  M src/gc/gc_ms.c
  M src/gc/gc_ms2.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/gc/string_gc.c
  M src/hash.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/nci_test.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/packfile/api.c
  M src/platform/generic/error.c
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/fixedstringarray.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/namespace.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/resizableintegerarray.pmc
  M src/pmc/resizablepmcarray.pmc
  M src/pmc/resizablestringarray.pmc
  M src/pmc/sockaddr.pmc
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/string/api.c
  M t/codingstd/perlcritic.t
  A t/library/yaml_tiny.t
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t
  M t/op/stringu.t
  M t/pmc/socket.t
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server.pir
  M t/pmc/testlib/test_server_ipv6.pir
  M t/run/options.t
  M t/src/embed/api.t
  M t/src/extend_vtable.t
  R t/tools/show_deprecated.t
  R t/tools/show_experimental.t
  M tools/dev/pbc_to_exe.pir
  A tools/dev/resolve_deprecated.nqp
  A tools/dev/show_deprecated.nqp
  R tools/dev/show_deprecated.pl
  A tools/dev/show_experimental.nqp
  R tools/dev/show_experimental.pl

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


Commit: d3a9825254e78f55542ce6fc7e853df15718b792
    https://github.com/parrot/parrot/commit/d3a9825254e78f55542ce6fc7e853df15718b792
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M lib/Parrot/Pmc2c/Dumper.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M tools/build/h2inc.pl

Log Message:
-----------
Small documentation touch-ups; bump copyright date.


Commit: c9edc59a4a6f669f4d4ca506980eeec9cfeefe31
    https://github.com/parrot/parrot/commit/c9edc59a4a6f669f4d4ca506980eeec9cfeefe31
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

Changed paths:
  M MANIFEST
  M config/auto/pmc.pm
  M lib/Parrot/Pmc2c/Library.pm
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/PMC.pm
  R lib/Parrot/Pmc2c/PMCEmitter.pm

Log Message:
-----------
Eliminate lib/Parrot/Pmc2c/PMCEmitter.pm.  Move all its functions to lib/Parrot/Pmc2c/PMC.pm.


Commit: 48e84e66611319012dd2045b69e2e98886275940
    https://github.com/parrot/parrot/commit/48e84e66611319012dd2045b69e2e98886275940
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

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

Log Message:
-----------
Correct POD syntax error.


Commit: 39a55b730ae4c4151b2a57f344e902316c2c72aa
    https://github.com/parrot/parrot/commit/39a55b730ae4c4151b2a57f344e902316c2c72aa
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

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

Log Message:
-----------
Eliminate commented-out code.


Commit: 786b906649fa641518d2948cfc4b96e38ba81d9a
    https://github.com/parrot/parrot/commit/786b906649fa641518d2948cfc4b96e38ba81d9a
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-04 (Fri, 04 Feb 2011)

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

Log Message:
-----------
Remove ltrim() and rtrim() -- never used anywhere.


Commit: 0624a16ca8a66636c065614704cf687de5a4e54d
    https://github.com/parrot/parrot/commit/0624a16ca8a66636c065614704cf687de5a4e54d
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

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

Log Message:
-----------
Parrot::Pmc2c::PMC::ParrotClass and Parrot::Pmc2c::ComposedMethod were never used.  Remove them.


Commit: 84d22ce3bf1b0e3961da6f9b9780f33507362710
    https://github.com/parrot/parrot/commit/84d22ce3bf1b0e3961da6f9b9780f33507362710
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M src/packfile/api.c
  M src/pmc.c

Log Message:
-----------
fix pod syntax and fix to conform to 80 char line limit for t/codingstd/c_function_docs.t


Commit: 4ef11b1a62ad195058e1391061a549d280d08ef1
    https://github.com/parrot/parrot/commit/4ef11b1a62ad195058e1391061a549d280d08ef1
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/pmc/exception.t

Log Message:
-----------
[t] use diag() which produces correct TAP comment


Commit: 37187981e4241cac3467b30eebc8423ab13529fb
    https://github.com/parrot/parrot/commit/37187981e4241cac3467b30eebc8423ab13529fb
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/harness.pir

Log Message:
-----------
[harness.pir] add missing files


Commit: 2310551f5df9e6d84d51a4241dba00b6288524ec
    https://github.com/parrot/parrot/commit/2310551f5df9e6d84d51a4241dba00b6288524ec
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M src/embed/api.c

Log Message:
-----------
Fix assertion failure


Commit: fd01a858b1c50360197cbc4790c3a92a20f991bc
    https://github.com/parrot/parrot/commit/fd01a858b1c50360197cbc4790c3a92a20f991bc
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/pmc/socket_ipv6.t
  M t/pmc/testlib/test_server_ipv6.pir

Log Message:
-----------
[t] Set AI_PASSIVE on server sockets


Commit: 5755f0f33c8f4c89bb8df34dcab20bc425027f38
    https://github.com/parrot/parrot/commit/5755f0f33c8f4c89bb8df34dcab20bc425027f38
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M include/parrot/pointer_array.h
  M src/pointer_array.c

Log Message:
-----------
Add statistic functions to Pointer_Array


Commit: 425b54495a58b1739b1abb69eb5e3eae188ad45c
    https://github.com/parrot/parrot/commit/425b54495a58b1739b1abb69eb5e3eae188ad45c
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M src/gc/gc_ms2.c

Log Message:
-----------
Return more stats from GC MS2. Closes of #1994.

There is a lie, big lie and statistics. We are lying about TOTAL_PMCS by
upper bounding it to C<objects> allocated capacity.


Commit: d7403155ec2876549b6d572e53a5c8df182fc749
    https://github.com/parrot/parrot/commit/d7403155ec2876549b6d572e53a5c8df182fc749
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/op/gc.t

Log Message:
-----------
Add test for ACTIVE_PMCS and TOTAL_PMCS in GC.


Commit: b8fc5c06b9219e206cb8bb04431843b9ec0af07b
    https://github.com/parrot/parrot/commit/b8fc5c06b9219e206cb8bb04431843b9ec0af07b
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

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

Log Message:
-----------
Delete unused functions.


Commit: 7c6b43223290a4aa1081eb94463fdbc8908620bc
    https://github.com/parrot/parrot/commit/7c6b43223290a4aa1081eb94463fdbc8908620bc
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

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

Log Message:
-----------
Delete 2 more unused functions:  gen_arg_flags(); gen_arg_accessor().


Commit: 1e98c1ed9364330da7fd5a1a1d9754bc21523e8f
    https://github.com/parrot/parrot/commit/1e98c1ed9364330da7fd5a1a1d9754bc21523e8f
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/pmc/resizablepmcarray.t

Log Message:
-----------
test RPA new with negative size


Commit: ffc1295da81b7f7c1921360f00ea5da7f9638acc
    https://github.com/parrot/parrot/commit/ffc1295da81b7f7c1921360f00ea5da7f9638acc
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M src/pointer_array.c

Log Message:
-----------
fix a couple of what looks like copy/paste errors


Commit: 9cf32257d8b2c5fbed327c1bb90d9c399ecd1e5e
    https://github.com/parrot/parrot/commit/9cf32257d8b2c5fbed327c1bb90d9c399ecd1e5e
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-05 (Sat, 05 Feb 2011)

Changed paths:
  M t/op/gc.t

Log Message:
-----------
remove trailing space


Commit: e221f0e57ecf167f2f2cdb9fd2af94fcddda4afb
    https://github.com/parrot/parrot/commit/e221f0e57ecf167f2f2cdb9fd2af94fcddda4afb
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-05 (Sat, 05 Feb 2011)

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

Log Message:
-----------
Eliminated these unused functions:
Parrot::Pmc2c::Parser::extract_bracketed_body_text();
Parrot::Pmc2c::PCCMETHOD::find_max_regs();
Parrot::Pmc2c::PCCMETHOD::make_arg_pmc().


Commit: 405ce0e44068631620480d7d7c31fd77f61214a6
    https://github.com/parrot/parrot/commit/405ce0e44068631620480d7d7c31fd77f61214a6
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-06 (Sun, 06 Feb 2011)

Changed paths:
  R lib/Parrot/Pmc2c/PMC/ParrotClass.pm

Log Message:
-----------
Remove lib/Parrot/Pmc2c/PMC/ParrotClass.pm


Commit: 55d5820498ac5d882f8332f66e67816c117c7e0f
    https://github.com/parrot/parrot/commit/55d5820498ac5d882f8332f66e67816c117c7e0f
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-06 (Sun, 06 Feb 2011)

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

Log Message:
-----------
Remove lib/Parrot/Pmc2c/ComposedMethod.pm.


Commit: 98f176662368929a4f1bb22442bb6f0ee2a9f10b
    https://github.com/parrot/parrot/commit/98f176662368929a4f1bb22442bb6f0ee2a9f10b
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-06 (Sun, 06 Feb 2011)

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

Log Message:
-----------
For more consistent design, eliminate package scope lexical '' in favor of key-value pair in object.


Commit: 6a4fdb983209885215a3a51edd01c1e91638069c
    https://github.com/parrot/parrot/commit/6a4fdb983209885215a3a51edd01c1e91638069c
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-06 (Sun, 06 Feb 2011)

Changed paths:
  M config/auto/pmc.pm
  M lib/Parrot/Pmc2c/Library.pm
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm

Log Message:
-----------
Update copyright date on files with revisions.


Commit: 24a57a37af574d6020dbe30c174c176165d3b3a1
    https://github.com/parrot/parrot/commit/24a57a37af574d6020dbe30c174c176165d3b3a1
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-06 (Sun, 06 Feb 2011)

Changed paths:
  M docs/project/release_manager_guide.pod

Log Message:
-----------
Clarify: perl6-internals list is inactive; do not mail release notice there.


Commit: 3dce212c93af9d4aac83ab92c68f543430e357dd
    https://github.com/parrot/parrot/commit/3dce212c93af9d4aac83ab92c68f543430e357dd
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M compilers/data_json/data_json.pir

Log Message:
-----------
make the example easier to appreciate


Commit: f0c28dcd124be77c61c71b2a5583990155650cac
    https://github.com/parrot/parrot/commit/f0c28dcd124be77c61c71b2a5583990155650cac
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-07 (Mon, 07 Feb 2011)

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

Log Message:
-----------
Add in an API function so that we can reset and reuse an existing CallContext for multiple repeated calls without needing to reallocate


Commit: 731602b8b526d30393ebcf1f19e34382dd7a0e41
    https://github.com/parrot/parrot/commit/731602b8b526d30393ebcf1f19e34382dd7a0e41
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
Add in a test for Parrot_api_reset_call_signature


Commit: 125ee38216726e42b29489010305a088c55dfd5c
    https://github.com/parrot/parrot/commit/125ee38216726e42b29489010305a088c55dfd5c
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M NEWS

Log Message:
-----------
NEWS note for Parrot_ext_try


Commit: 089c0b424c376d8d4efb319b1fe36eef867ee34b
    https://github.com/parrot/parrot/commit/089c0b424c376d8d4efb319b1fe36eef867ee34b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M NEWS

Log Message:
-----------
Update NEWS a bit


Commit: 4c0e404bcb804ff2d926b08c2a09d55eb9a7ad41
    https://github.com/parrot/parrot/commit/4c0e404bcb804ff2d926b08c2a09d55eb9a7ad41
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M MANIFEST
  M config/auto/pmc.pm
  R lib/Parrot/Pmc2c/ComposedMethod.pm
  M lib/Parrot/Pmc2c/Dumper.pm
  M lib/Parrot/Pmc2c/Library.pm
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  R lib/Parrot/Pmc2c/PMC/ParrotClass.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  R lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M tools/build/h2inc.pl

Log Message:
-----------
Merge branch 'tt1988_pmcemitter'


Commit: db4035b91c835502468b033b8474cb8469367800
    https://github.com/parrot/parrot/commit/db4035b91c835502468b033b8474cb8469367800
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M MANIFEST
  M config/auto/pmc.pm
  M lib/Parrot/Pmc2c/Method.pm
  R lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PMC.pm

Log Message:
-----------
Move all subroutines from lib/Parrot/Pmc2c/MethodEmitter.pm to
lib/Parrot/Pmc2c/Method.pm, per TT #2000.


Commit: 58925b9577c5b83e738ca98a5cf45aa04eaa91a5
    https://github.com/parrot/parrot/commit/58925b9577c5b83e738ca98a5cf45aa04eaa91a5
Author: jkeenan <jkeenan at cpan.org>
Date:   2011-02-07 (Mon, 07 Feb 2011)

Changed paths:
  M MANIFEST
  M config/auto/pmc.pm
  M lib/Parrot/Pmc2c/Method.pm
  R lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PMC.pm

Log Message:
-----------
Merge branch 'tt2000_methodemitter'


Commit: 905dd32113b263bb07e83065b499d62e818e1fbf
    https://github.com/parrot/parrot/commit/905dd32113b263bb07e83065b499d62e818e1fbf
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M include/parrot/pobj.h
  M src/gc/gc_ms.c
  M src/pmc.c

Log Message:
-----------
Get rid of PObj_is_special_FLAG. They are all special now.


Commit: 22250caf442a641327ab01ff25e2d11a6aca5dc2
    https://github.com/parrot/parrot/commit/22250caf442a641327ab01ff25e2d11a6aca5dc2
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M include/parrot/pobj.h

Log Message:
-----------
Add need_write_barrier_flag and standard flags setters


Commit: 56eae14b7d9b423564b39d16dec9793209681f94
    https://github.com/parrot/parrot/commit/56eae14b7d9b423564b39d16dec9793209681f94
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M include/parrot/gc_api.h

Log Message:
-----------
Add GC_WRITE_BARRIER macro.


Commit: 310adea9c41b2c5e089ce1470d7d30bdd1390cb2
    https://github.com/parrot/parrot/commit/310adea9c41b2c5e089ce1470d7d30bdd1390cb2
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2011-02-08 (Tue, 08 Feb 2011)

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

Log Message:
-----------
Merge branch 'tt1331-osx-conf-fix'


Commit: 942932e671e01ac59d589cc8bb02adbacdf13304
    https://github.com/parrot/parrot/commit/942932e671e01ac59d589cc8bb02adbacdf13304
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M NEWS

Log Message:
-----------
Update NEWS


Commit: 1c711886baa9ed59f504a2d8aebd5acec20973dc
    https://github.com/parrot/parrot/commit/1c711886baa9ed59f504a2d8aebd5acec20973dc
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M include/parrot/api.h
  M src/embed/api.c
  M t/src/embed/api.t

Log Message:
-----------
Merge branch 'whiteknight/callcontext_reset'


Commit: c6fa8b7327a3a5508fd2846eacb965418422aa5e
    https://github.com/parrot/parrot/commit/c6fa8b7327a3a5508fd2846eacb965418422aa5e
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-08 (Tue, 08 Feb 2011)

Changed paths:
  M src/embed/api.c

Log Message:
-----------
fix codetest failures - add c function docs and ASSERT_ARGS


Commit: 84fb245364d6a112a9be21e7a3892994530d0ed5
    https://github.com/parrot/parrot/commit/84fb245364d6a112a9be21e7a3892994530d0ed5
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-09 (Wed, 09 Feb 2011)

Changed paths:
  M include/parrot/gc_api.h
  M src/gc/api.c
  M src/gc/gc_private.h

Log Message:
-----------
Add GC API write_barrier function

git-svn-id: https://svn.parrot.org/parrot/branches/generational_gc@49307 d31e2699-5ff4-0310-a27c-f18f2fbe73fe


Commit: 7b43ae36e7edab57998ed1f40d8f64e9192cd46a
    https://github.com/parrot/parrot/commit/7b43ae36e7edab57998ed1f40d8f64e9192cd46a
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-09 (Wed, 09 Feb 2011)

Changed paths:
  M src/gc/api.c

Log Message:
-----------
Made write_barrier optional in GC Subsystem.

git-svn-id: https://svn.parrot.org/parrot/branches/generational_gc@49395 d31e2699-5ff4-0310-a27c-f18f2fbe73fe


Commit: 78df613e0aaa3e14fddbb6af27740c5871f0a65f
    https://github.com/parrot/parrot/commit/78df613e0aaa3e14fddbb6af27740c5871f0a65f
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-09 (Wed, 09 Feb 2011)

Changed paths:
  M t/src/misc.t

Log Message:
-----------
Add test that GC_WRITE_BARRIER macro work on all GCs.


Commit: 0617415aca0bbefd92321e4aba900030df8123d1
    https://github.com/parrot/parrot/commit/0617415aca0bbefd92321e4aba900030df8123d1
Author: Francois Perrad <francois.perrad at gadz.org>
Date:   2011-02-10 (Thu, 10 Feb 2011)

Changed paths:
  M runtime/parrot/library/distutils.pir

Log Message:
-----------
[distutils] avoid NQP confusion


Commit: 5cb57d1174069d62a7deceb06e1e9b8a2f0f5ce7
    https://github.com/parrot/parrot/commit/5cb57d1174069d62a7deceb06e1e9b8a2f0f5ce7
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-02-10 (Thu, 10 Feb 2011)

Changed paths:
  M t/src/embed/api.t

Log Message:
-----------
remove a small debugging thing where I was writing test temporaries to a local file instead of a temp file


Commit: 8bf9b75c82c190da32a56d39492956f81365adcd
    https://github.com/parrot/parrot/commit/8bf9b75c82c190da32a56d39492956f81365adcd
Author: NotFound <julian.notfound at gmail.com>
Date:   2011-02-10 (Thu, 10 Feb 2011)

Changed paths:
  M src/extend.c

Log Message:
-----------
restore initial context in Parrot_ext_try


Commit: 00dd8de4e9bc148b04bf725efb525df93d18d4fa
    https://github.com/parrot/parrot/commit/00dd8de4e9bc148b04bf725efb525df93d18d4fa
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2011-02-10 (Thu, 10 Feb 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M Configure.pl
  R DEPRECATED.pod
  M DONORS.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  R README.espanol
  R README.polski
  M RESPONSIBLE_PARTIES
  M VERSION
  A api.yaml
  M compilers/data_json/data_json.pir
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/pcc.c
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h
  M compilers/imcc/unit.h
  M compilers/opsc/ops2c.nqp
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PCT/Dumper.pir
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pct/src/POST/Compiler.pir
  M compilers/pct/src/POST/Node.pir
  M compilers/pge/PGE/Exp.pir
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M compilers/tge/TGE/Compiler.pir
  M config/auto/arch.pm
  A config/auto/coverage.pm
  M config/auto/cpu/i386/auto.pm
  M config/auto/cpu/ppc/auto.pm
  M config/auto/gc.pm
  M config/auto/git_describe.pm
  M config/auto/ipv6.pm
  M config/auto/ipv6/test.in
  R config/auto/jit.pm
  M config/auto/perldoc.pm
  A config/auto/platform.pm
  M config/auto/pmc.pm
  M config/auto/warnings.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/config_lib_pir.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  R config/gen/platform.pm
  R config/gen/platform/aix/asm.s
  R config/gen/platform/ansi/dl.c
  R config/gen/platform/ansi/exec.c
  R config/gen/platform/ansi/io.h
  R config/gen/platform/ansi/pid.c
  R config/gen/platform/ansi/time.c
  R config/gen/platform/cygwin/math.c
  R config/gen/platform/darwin/begin.c
  R config/gen/platform/darwin/hires_timer.c
  R config/gen/platform/darwin/sysmem.c
  R config/gen/platform/generic/dl.c
  R config/gen/platform/generic/dl.h
  R config/gen/platform/generic/env.c
  R config/gen/platform/generic/exec.c
  R config/gen/platform/generic/hires_timer.c
  R config/gen/platform/generic/io.h
  R config/gen/platform/generic/itimer.c
  R config/gen/platform/generic/math.c
  R config/gen/platform/generic/math.h
  R config/gen/platform/generic/memexec.c
  R config/gen/platform/generic/pid.c
  R config/gen/platform/generic/platform_limits.h
  R config/gen/platform/generic/signal.c
  R config/gen/platform/generic/signal.h
  R config/gen/platform/generic/stat.c
  R config/gen/platform/generic/stat.h
  R config/gen/platform/generic/sysmem.c
  R config/gen/platform/generic/threads.h
  R config/gen/platform/generic/time.c
  R config/gen/platform/ia64/asm.s
  R config/gen/platform/netbsd/math.c
  R config/gen/platform/netbsd/misc.c
  R config/gen/platform/netbsd/misc.h
  R config/gen/platform/openbsd/math.c
  R config/gen/platform/openbsd/memexec.c
  R config/gen/platform/openbsd/misc.h
  R config/gen/platform/solaris/math.c
  R config/gen/platform/solaris/time.c
  R config/gen/platform/win32/begin.c
  R config/gen/platform/win32/dl.c
  R config/gen/platform/win32/env.c
  R config/gen/platform/win32/exec.c
  R config/gen/platform/win32/hires_timer.c
  R config/gen/platform/win32/io.h
  R config/gen/platform/win32/misc.c
  R config/gen/platform/win32/misc.h
  R config/gen/platform/win32/pid.c
  R config/gen/platform/win32/signal.c
  R config/gen/platform/win32/signal.h
  R config/gen/platform/win32/stat.h
  R config/gen/platform/win32/string.h
  R config/gen/platform/win32/sysmem.c
  R config/gen/platform/win32/threads.h
  R config/gen/platform/win32/time.c
  M config/init/defaults.pm
  R config/init/headers.pm
  M config/init/hints/darwin.pm
  M config/init/hints/mswin32.pm
  M config/init/optimize.pm
  M config/inter/libparrot.pm
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch10_opcode_reference.pod
  M docs/dev/c_functions.pod
  A docs/dev/coverage.pod
  M docs/dev/headerizer.pod
  M docs/dev/longopt.pod
  M docs/dev/profiling.pod
  M docs/embed.pod
  A docs/embed_new.pod
  A docs/index/developer.json
  A docs/index/index.json
  A docs/index/ops.json
  A docs/index/pct_tutorial.json
  A docs/index/pdds.json
  A docs/index/pmcs.json
  A docs/index/tools.json
  M docs/parrot.pod
  M docs/parrothist.pod
  R docs/pdds/draft/pdd10_embedding.pod
  M docs/pdds/draft/pdd16_native_call.pod
  M docs/pdds/pdd07_codingstd.pod
  A docs/pdds/pdd10_embedding.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pmc/array.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/git_workflow.pod
  A docs/project/merge_review_guidelines.pod
  M docs/project/release_manager_guide.pod
  M docs/project/support_policy.pod
  M docs/running.pod
  M docs/stability.pod
  M docs/submissions.pod
  M docs/tests.pod
  A docs/translations/README.BGR
  A docs/translations/README.deutsch
  A docs/translations/README.espanol
  A docs/translations/README.francais
  A docs/translations/README.polski
  A docs/translations/README.pt-BR
  M editor/mk_skeleton.pir
  M editor/pir-mode.el
  M examples/benchmarks/addit.pasm
  M examples/benchmarks/bench_newp.pasm
  M examples/benchmarks/fib.pir
  M examples/benchmarks/fib.py
  M examples/benchmarks/freeze.pasm
  M examples/benchmarks/gc_alloc_new.pasm
  M examples/benchmarks/gc_alloc_reuse.pasm
  M examples/benchmarks/gc_generations.pasm
  M examples/benchmarks/gc_header_new.pasm
  M examples/benchmarks/gc_header_reuse.pasm
  M examples/benchmarks/gc_waves_headers.pasm
  M examples/benchmarks/gc_waves_sizeable_data.pasm
  M examples/benchmarks/gc_waves_sizeable_headers.pasm
  M examples/benchmarks/mops_intval.pasm
  M examples/benchmarks/oo1.pir
  M examples/benchmarks/oo1.py
  M examples/benchmarks/oo2.pir
  M examples/benchmarks/oo2.py
  M examples/benchmarks/oo3.pir
  M examples/benchmarks/oo3.py
  M examples/benchmarks/oo4.pasm
  M examples/benchmarks/oo4.py
  M examples/benchmarks/oo5.py
  M examples/benchmarks/oo6.py
  M examples/benchmarks/oofib.py
  M examples/benchmarks/primes.pasm
  M examples/benchmarks/primes_i.pasm
  M examples/benchmarks/stress.pasm
  M examples/benchmarks/stress1.pasm
  M examples/benchmarks/stress2.pasm
  M examples/benchmarks/stress3.pasm
  M examples/benchmarks/vpm.pir
  M examples/benchmarks/vpm.py
  M examples/c/test_main.c
  M examples/config/file/configcompiler
  M examples/config/file/configwithfatalstep
  M examples/io/get.pir
  M examples/io/httpd.pir
  M examples/library/ncurses_life.pir
  M examples/nci/ls.pir
  M examples/pasm/cat.pasm
  M examples/pasm/fact.pasm
  M examples/pasm/hello.pasm
  M examples/pir/befunge/debug.pir
  M examples/pir/befunge/io.pir
  M examples/pir/befunge/load.pir
  M examples/pir/life.pir
  M examples/pir/make_hello_pbc.pir
  M examples/pir/md5sum.pir
  A examples/pir/md5sum_oo.pir
  M examples/pir/pirric.pir
  M examples/pir/readline.pir
  M examples/sdl/lcd/clock.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/SubCounter.pir
  M examples/subs/coroutine.pasm
  M examples/subs/pasm_sub1.pasm
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M ext/nqp-rx/src/stage0/nqp-setting.nqp
  M frontend/parrot/main.c
  M frontend/parrot_debugger/main.c
  M frontend/pbc_dump/main.c
  A frontend/pbc_dump/packdump.c
  M frontend/pbc_merge/main.c
  A include/parrot/api.h
  M include/parrot/atomic.h
  M include/parrot/debugger.h
  M include/parrot/dynext.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/exceptions.h
  M include/parrot/exit.h
  M include/parrot/extend.h
  M include/parrot/gc_api.h
  M include/parrot/global_setup.h
  M include/parrot/hash.h
  M include/parrot/imageio.h
  R include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/io.h
  R include/parrot/io_portable.h
  R include/parrot/io_unix.h
  R include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/library.h
  M include/parrot/list.h
  M include/parrot/longopt.h
  M include/parrot/misc.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/pmc_freeze.h
  M include/parrot/pobj.h
  M include/parrot/pointer_array.h
  M include/parrot/runcore_profiling.h
  M include/parrot/stat.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  R include/parrot/string_primitives.h
  M include/parrot/sub.h
  R include/parrot/sysmem.h
  M include/parrot/thr_pthread.h
  M include/parrot/thr_windows.h
  M include/parrot/thread.h
  M include/parrot/warnings.h
  M lib/Parrot/BuildUtil.pm
  M lib/Parrot/Configure/Messages.pm
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Options/Test.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Configure/Trace.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/HTMLPage.pm
  A lib/Parrot/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/C.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/H2inc.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Headerizer.pm
  A lib/Parrot/Headerizer/Functions.pm
  M lib/Parrot/IO/File.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Manifest.pm
  R lib/Parrot/Pmc2c/ComposedMethod.pm
  M lib/Parrot/Pmc2c/Dumper.pm
  M lib/Parrot/Pmc2c/Library.pm
  M lib/Parrot/Pmc2c/Method.pm
  R lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  R lib/Parrot/Pmc2c/PMC/ParrotClass.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  R lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/Harness.pm
  M lib/Parrot/Test/PGE.pm
  M lib/Parrot/Vtable.pm
  M parrotbug
  A ports/fedora/2.11.0/parrot.desk.in.tar.gz
  A ports/fedora/2.11.0/parrot.spec
  R ports/fedora/2.6.0/parrot.desk.in.tar.gz
  R ports/fedora/2.6.0/parrot.spec
  M ports/macports/Portfile
  M runtime/parrot/bin/prove.pir
  M runtime/parrot/include/test_more.pir
  M runtime/parrot/library/CGI/QueryHash.pir
  M runtime/parrot/library/Config/JSON.pir
  M runtime/parrot/library/Data/Dumper/Base.pir
  M runtime/parrot/library/Data/Dumper/Default.pir
  M runtime/parrot/library/Digest/MD5.pir
  M runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/MIME/Base64.pir
  M runtime/parrot/library/NCI/Utils.pir
  M runtime/parrot/library/PGE/Hs.pir
  M runtime/parrot/library/PGE/Perl6Grammar.pir
  M runtime/parrot/library/PGE/Util.pir
  M runtime/parrot/library/ProfTest/PIRProfile.nqp
  R runtime/parrot/library/Protoobject.pir
  M runtime/parrot/library/Stream/Base.pir
  M runtime/parrot/library/Stream/Lines.pir
  M runtime/parrot/library/String/Utils.pir
  M runtime/parrot/library/TAP/Harness.pir
  M runtime/parrot/library/TAP/Parser.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/Test/Builder/Test.pir
  M runtime/parrot/library/Test/Builder/TestPlan.pir
  M runtime/parrot/library/Test/Builder/Tester.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/YAML/Dumper/Base.pir
  M runtime/parrot/library/YAML/Dumper/Default.pir
  A runtime/parrot/library/YAML/Tiny.pm
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/dumper.pir
  M runtime/parrot/library/osutils.pir
  M runtime/parrot/library/yaml_dumper.pir
  M src/call/args.c
  M src/debug.c
  M src/dynext.c
  M src/dynoplibs/bit.ops
  M src/dynoplibs/io.ops
  M src/dynpmc/Defines.in
  M src/dynpmc/Rules.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/file.pmc
  M src/dynpmc/os.pmc
  M src/dynpmc/rational.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed.c
  A src/embed/api.c
  A src/embed/embed_private.h
  A src/embed/pmc.c
  A src/embed/strings.c
  M src/exceptions.c
  M src/exit.c
  M src/extend.c
  M src/gc/alloc_resources.c
  M src/gc/api.c
  M src/gc/fixed_allocator.c
  M src/gc/fixed_allocator.h
  M src/gc/gc_inf.c
  M src/gc/gc_ms.c
  M src/gc/gc_ms2.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/gc/string_gc.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  R src/io/portable.c
  M src/io/socket_api.c
  R src/io/socket_unix.c
  R src/io/socket_win32.c
  R src/io/unix.c
  R src/io/utf8.c
  R src/io/win32.c
  M src/key.c
  M src/library.c
  M src/list.c
  M src/longopt.c
  M src/multidispatch.c
  M src/nci/libffi.c
  M src/nci/signatures.c
  M src/nci_test.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/pmc.ops
  M src/ops/string.ops
  R src/packdump.c
  M src/packfile/api.c
  M src/packfile/object_serialization.c
  M src/packfile/output.c
  M src/packfile/pf_items.c
  M src/pbc_disassemble.c
  A src/platform/aix/asm.s
  A src/platform/ansi/dl.c
  A src/platform/ansi/exec.c
  A src/platform/ansi/time.c
  A src/platform/cygwin/math.c
  A src/platform/darwin/hires_timer.c
  A src/platform/darwin/sysmem.c
  A src/platform/generic/dl.c
  A src/platform/generic/encoding.c
  A src/platform/generic/env.c
  A src/platform/generic/error.c
  A src/platform/generic/exec.c
  A src/platform/generic/hires_timer.c
  A src/platform/generic/io.c
  A src/platform/generic/itimer.c
  A src/platform/generic/math.c
  A src/platform/generic/misc.c
  A src/platform/generic/socket.c
  A src/platform/generic/stat.c
  A src/platform/generic/sysmem.c
  A src/platform/generic/time.c
  A src/platform/generic/uid.c
  A src/platform/ia64/asm.s
  A src/platform/linux/encoding.c
  A src/platform/netbsd/misc.c
  A src/platform/openbsd/math.c
  A src/platform/solaris/math.c
  A src/platform/solaris/time.c
  A src/platform/win32/dl.c
  A src/platform/win32/env.c
  A src/platform/win32/error.c
  A src/platform/win32/exec.c
  A src/platform/win32/hires_timer.c
  A src/platform/win32/io.c
  A src/platform/win32/misc.c
  A src/platform/win32/sysmem.c
  A src/platform/win32/time.c
  A src/platform/win32/uid.c
  M src/pmc.c
  M src/pmc/addrregistry.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/class.pmc
  M src/pmc/continuation.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/eventhandler.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/exporter.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedbooleanarray.pmc
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/fixedstringarray.pmc
  M src/pmc/float.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  M src/pmc/imageiostrings.pmc
  M src/pmc/imageiothaw.pmc
  M src/pmc/integer.pmc
  M src/pmc/iterator.pmc
  M src/pmc/key.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/oplib.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  A src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  M src/pmc/packfiledebug.pmc
  A src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/parrotlibrary.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/resizablebooleanarray.pmc
  M src/pmc/resizableintegerarray.pmc
  M src/pmc/resizablepmcarray.pmc
  M src/pmc/resizablestringarray.pmc
  M src/pmc/role.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/stringbuilder.pmc
  M src/pmc/stringhandle.pmc
  M src/pmc/sub.pmc
  M src/pmc/undef.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/pointer_array.c
  M src/runcore/cores.c
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/scheduler.c
  M src/string/api.c
  M src/string/encoding.c
  M src/string/encoding/ascii.c
  M src/string/encoding/binary.c
  M src/string/encoding/latin1.c
  M src/string/encoding/null.c
  M src/string/encoding/shared.c
  M src/string/encoding/ucs2.c
  M src/string/encoding/ucs4.c
  A src/string/encoding/unicode.h
  M src/string/encoding/utf16.c
  M src/string/encoding/utf8.c
  R src/string/primitives.c
  R src/string/unicode.h
  M src/thread.c
  M src/utils.c
  M src/vtables.c
  M t/benchmark/benchmarks.t
  M t/codingstd/c_header_guards.t
  M t/codingstd/c_macro_args.t
  M t/codingstd/copyright.t
  M t/codingstd/pccmethod_deps.t
  M t/codingstd/perlcritic.t
  M t/codingstd/pmc_docs.t
  M t/compilers/imcc/imcpasm/opt1.t
  M t/compilers/imcc/imcpasm/opt2.t
  M t/compilers/imcc/imcpasm/optc.t
  M t/compilers/imcc/reg/alloc.t
  M t/compilers/imcc/reg/spill_old.t
  M t/compilers/imcc/syn/const.t
  M t/compilers/imcc/syn/errors.t
  M t/compilers/imcc/syn/file.t
  M t/compilers/imcc/syn/macro.t
  M t/compilers/imcc/syn/pcc.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/imcc/syn/tail.t
  M t/compilers/opsc/06-opsfile.t
  M t/compilers/pct/complete_workflow.t
  M t/compilers/pct/pct_hllcompiler.t
  M t/compilers/pct/post.t
  M t/compilers/pge/pge_globs.t
  M t/compilers/tge/basic.t
  M t/configure/002-messages.t
  M t/configure/063-git_describe_to_cache.t
  A t/configure/065-git_describe_from_cache.t
  M t/configure/testlib/adefectivefoobar
  M t/configure/testlib/bdefectivefoobar
  M t/configure/testlib/cdefectivefoobar
  M t/configure/testlib/ddefectivefoobar
  M t/configure/testlib/verbosefoobar
  M t/dynoplibs/bit.t
  M t/dynoplibs/debug.t
  M t/dynoplibs/io-old.t
  M t/dynoplibs/io.t
  M t/dynoplibs/math.t
  M t/dynoplibs/obscure.t
  M t/dynoplibs/pmc_pow.t
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time.t
  M t/dynoplibs/time_old.t
  M t/dynoplibs/trans-old.t
  M t/dynoplibs/trans.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/file.t
  M t/dynpmc/foo.t
  M t/dynpmc/gziphandle.t
  M t/dynpmc/os.t
  M t/dynpmc/rational.t
  M t/examples/pir.t
  M t/examples/shootout.t
  M t/examples/streams.t
  M t/harness.pir
  M t/library/lwp.t
  M t/library/md5.t
  M t/library/mime_base64.t
  R t/library/protoobject.t
  A t/library/sha.t
  M t/library/streams.t
  M t/library/test_more.t
  A t/library/yaml_tiny.t
  M t/manifest/01-basic.t
  M t/native_pbc/integer.pbc
  M t/native_pbc/integer.t
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/oo/new.t
  M t/oo/root_new.t
  M t/op/arithmetics_pmc.t
  M t/op/basic.t
  M t/op/calling.t
  M t/op/cmp-nonbranch.t
  R t/op/errorson.t
  M t/op/exceptions.t
  M t/op/exit.t
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t
  M t/op/gc.t
  M t/op/interp.t
  M t/op/jit.t
  M t/op/jitn.t
  M t/op/lexicals.t
  M t/op/literal-old.t
  M t/op/say.t
  M t/op/spawnw.t
  M t/op/string.t
  M t/op/string_cs.t
  M t/op/stringu.t
  M t/perl/Parrot_Docs.t
  M t/perl/Parrot_Test.t
  M t/perl/testlib/answer.pir
  M t/perl/testlib/hello.pasm
  M t/pmc/bigint.t
  M t/pmc/bignum.t
  M t/pmc/bytebuffer.t
  M t/pmc/callcontext.t
  M t/pmc/capture.t
  M t/pmc/class.t
  M t/pmc/complex.t
  M t/pmc/context.t
  M t/pmc/continuation.t
  M t/pmc/coroutine.t
  M t/pmc/eval.t
  M t/pmc/eventhandler.t
  M t/pmc/exception-old.t
  M t/pmc/exception.t
  M t/pmc/exporter.t
  M t/pmc/filehandle.t
  M t/pmc/fixedbooleanarray.t
  M t/pmc/fixedfloatarray.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/float.t
  M t/pmc/freeze.t
  M t/pmc/globals.t
  M t/pmc/hash.t
  M t/pmc/hashiterator.t
  M t/pmc/hashiteratorkey.t
  M t/pmc/integer.t
  M t/pmc/io.t
  M t/pmc/io_stdin.t
  M t/pmc/iterator.t
  M t/pmc/key.t
  M t/pmc/managedstruct.t
  M t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/namespace-old.t
  M t/pmc/namespace.t
  A t/pmc/nativepccmethod.t
  M t/pmc/nci.t
  M t/pmc/object-meths.t
  M t/pmc/object.t
  M t/pmc/opcode.t
  M t/pmc/orderedhash.t
  M t/pmc/orderedhashiterator.t
  M t/pmc/packfileannotations.t
  A t/pmc/packfilebytecodesegment.t
  A t/pmc/packfileopmap.t
  M t/pmc/parrotio.t
  M t/pmc/parrotlibrary.t
  M t/pmc/pmc.t
  M t/pmc/pmcproxy.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/role.t
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  A t/pmc/socket_ipv6.t
  M t/pmc/string.t
  M t/pmc/stringhandle.t
  M t/pmc/sub.t
  M t/pmc/task.t
  A t/pmc/testfile
  A t/pmc/testlib/test_server.pir
  A t/pmc/testlib/test_server_ipv6.pir
  M t/pmc/threads.t
  M t/pmc/timer.t
  M t/pmc/undef.t
  M t/pmc/unmanagedstruct.t
  M t/profiling/profiling.t
  M t/run/options.t
  M t/src/atomic.t
  M t/src/basic.t
  A t/src/checkdepend.t
  M t/src/embed.t
  A t/src/embed/api.t
  A t/src/embed/pmc.t
  A t/src/embed/strings.t
  M t/src/exit.t
  M t/src/extend.t
  A t/src/extend_vtable.t
  A t/src/misc.t
  M t/src/pointer_array.t
  M t/src/warnings.t
  A t/steps/auto/coverage-01.t
  M t/steps/auto/ipv6-01.t
  R t/steps/auto/jit-01.t
  A t/steps/auto/platform-01.t
  M t/steps/auto/pmc-01.t
  M t/steps/auto/thread-01.t
  R t/steps/gen/platform-01.t
  R t/steps/init/headers-01.t
  M t/steps/init/optimize-01.t
  A t/tools/dev/headerizer/01_functions.t
  A t/tools/dev/headerizer/02_methods.t
  A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
  A t/tools/dev/headerizer/testlib/function_decls.in
  A t/tools/dev/headerizer/testlib/hvalidheader.in
  A t/tools/dev/headerizer/testlib/imcc.in
  A t/tools/dev/headerizer/testlib/lack_directive.in
  A t/tools/dev/headerizer/testlib/list.in
  A t/tools/dev/headerizer/testlib/list_h.in
  A t/tools/dev/headerizer/testlib/missingheaderfile.in
  A t/tools/dev/headerizer/testlib/nci_pmc.in
  A t/tools/dev/headerizer/testlib/none.in
  A t/tools/dev/headerizer/testlib/validheader.in
  M t/tools/dev/searchops/samples.pm
  R t/tools/install/dev_overall.t
  R t/tools/install/overall.t
  M t/tools/mk_language_shell.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M tools/build/c2str.pl
  M tools/build/h2inc.pl
  M tools/build/parrot_config_c.pl
  M tools/build/pmc2c.pl
  M tools/build/vtable_extend.pl
  M tools/dev/bench_op.pir
  R tools/dev/checkdepend.pl
  M tools/dev/create_language.pl
  M tools/dev/dump_pbc.pl
  M tools/dev/fetch_languages.pl
  A tools/dev/findhacks.pl
  A tools/dev/gdb-pp-load.py
  A tools/dev/gdb-pp.py
  R tools/dev/github_post_receive.pl
  M tools/dev/headerizer.pl
  M tools/dev/install_files.pl
  R tools/dev/list_unjitted.pl
  A tools/dev/make_cover.pl
  M tools/dev/mk_native_pbc
  M tools/dev/mk_nci_thunks.pl
  M tools/dev/nci_thunk_gen.pir
  M tools/dev/parrot-fuzzer
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_to_exe.pir
  A tools/dev/resolve_deprecated.nqp
  A tools/dev/show_deprecated.nqp
  A tools/dev/show_experimental.nqp
  M tools/docs/filename_and_chapter.pl
  A tools/docs/make_html_docs.pl
  R tools/docs/write_docs.pl
  M tools/release/release.json
  M tools/release/templates.json

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

Conflicts:
	MANIFEST.SKIP


Commit: 81bf270e089604cfe3229ac8703a4bb3f24ad92d
    https://github.com/parrot/parrot/commit/81bf270e089604cfe3229ac8703a4bb3f24ad92d
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2011-02-10 (Thu, 10 Feb 2011)

Changed paths:
  M src/dynoplibs/lorito.ops
  M src/pmc/loritocontext.pmc

Log Message:
-----------
Update a typo and copyright years




More information about the parrot-commits mailing list