[parrot/parrot] fbbcda: Fix more compiler warnings

noreply at github.com noreply at github.com
Sun Jan 2 17:13:44 UTC 2011


Branch: refs/heads/nwellnhof/unicode_io
Home:   https://github.com/parrot/parrot

Commit: fbbcdadf72fcb93df9fc5559a83c0acb2fcf0c6f
    https://github.com/parrot/parrot/commit/fbbcdadf72fcb93df9fc5559a83c0acb2fcf0c6f
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M config/gen/makefiles/root.in
  M include/parrot/hash.h
  M src/hash.c
  M src/pbc_disassemble.c
  M tools/dev/nci_thunk_gen.pir

Log Message:
-----------
Fix more compiler warnings


Commit: 43c007780ff174783a7a86424c7b104850b73d5a
    https://github.com/parrot/parrot/commit/43c007780ff174783a7a86424c7b104850b73d5a
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M CREDITS
  M Configure.pl
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M config/gen/makefiles/root.in
  M include/parrot/hash.h
  M lib/Parrot/Configure/Messages.pm
  M src/hash.c
  M src/pbc_disassemble.c
  M t/configure/002-messages.t
  M t/pmc/float.t
  M t/pmc/mappedbytearray.t
  M t/pmc/pmcproxy.t
  M t/steps/auto/pmc-01.t
  M tools/dev/nci_thunk_gen.pir

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

Conflicts:
	t/pmc/mappedbytearray.t


Commit: 05fd57c7a533beebcdc5a6825038b30ffc5b208d
    https://github.com/parrot/parrot/commit/05fd57c7a533beebcdc5a6825038b30ffc5b208d
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M t/pmc/opcode.t

Log Message:
-----------
Increase coverage of the Opcode PMC.


Commit: ac94044889c224d57fd0e61bf904c2b2c20de172
    https://github.com/parrot/parrot/commit/ac94044889c224d57fd0e61bf904c2b2c20de172
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M src/hash.c

Log Message:
-----------
Remove a Parrot_const_cast


Commit: 8432080ddb6cba4ea8b5dea971abebfded768e4f
    https://github.com/parrot/parrot/commit/8432080ddb6cba4ea8b5dea971abebfded768e4f
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M t/pmc/object.t

Log Message:
-----------
Test another Object PMC edge-case.


Commit: 001af177d0d43997980270a8a45c4d259d75ec71
    https://github.com/parrot/parrot/commit/001af177d0d43997980270a8a45c4d259d75ec71
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M t/pmc/opcode.t

Log Message:
-----------
Increase coverage of the Opcode PMC.


Commit: 45f9597b5dbbe3659fa043e3e49e0439b752bd0f
    https://github.com/parrot/parrot/commit/45f9597b5dbbe3659fa043e3e49e0439b752bd0f
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

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

Log Message:
-----------
Kill autovivification in Fixed/ResizablePMCArray.


Commit: c90627c4e8578e76eb69e048752e2965bd483604
    https://github.com/parrot/parrot/commit/c90627c4e8578e76eb69e048752e2965bd483604
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M t/pmc/fixedpmcarray.t

Log Message:
-----------
Fix plan.


Commit: f2c72034f3bfa092ed98e52149a8b23515be0742
    https://github.com/parrot/parrot/commit/f2c72034f3bfa092ed98e52149a8b23515be0742
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

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

Log Message:
-----------
Kill autovivification in Fixed/ResizablePMCArray.

Signed-off-by: Christoph Otto <christoph_git at mksig.org>


Commit: 93ec1d38747136dcfa4cc1991fb17011d78febe4
    https://github.com/parrot/parrot/commit/93ec1d38747136dcfa4cc1991fb17011d78febe4
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M src/io/buffer.c

Log Message:
-----------
Fix memory allocation size in Parrot_io_readline_buffer


Commit: 61be0ca64a29345fb360cfe387b9a67cede73486
    https://github.com/parrot/parrot/commit/61be0ca64a29345fb360cfe387b9a67cede73486
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M config/auto/git_describe.pm

Log Message:
-----------
Change git-describe regex

The hashes returned from git-describe can be longer than seven
chars if they're ambigious.


Commit: 39795d60d651826907a6e57cd60bf6151b38a436
    https://github.com/parrot/parrot/commit/39795d60d651826907a6e57cd60bf6151b38a436
Author: Nolan Lum <nlum at yukiko.(none)>
Date:   2010-12-30 (Thu, 30 Dec 2010)

Changed paths:
  M CREDITS
  M Configure.pl
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M config/auto/git_describe.pm
  M config/gen/makefiles/root.in
  M include/parrot/hash.h
  M lib/Parrot/Configure/Messages.pm
  M src/hash.c
  M src/pbc_disassemble.c
  M t/configure/002-messages.t
  M t/pmc/float.t
  M t/pmc/pmcproxy.t
  M t/steps/auto/pmc-01.t
  M tools/dev/nci_thunk_gen.pir

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


Commit: 5089dca056c0ccb877bb3101de147e9474f89e88
    https://github.com/parrot/parrot/commit/5089dca056c0ccb877bb3101de147e9474f89e88
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
remove unused function Parrot_switch_to_cs_by_nr


Commit: ab1f1f91da062f6866b05a4c6ed8c98294418a40
    https://github.com/parrot/parrot/commit/ab1f1f91da062f6866b05a4c6ed8c98294418a40
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
remove unused function PackFile_remove_segment_by_name


Commit: c40e82e658eba25f57f06aea2a1106d5f393012e
    https://github.com/parrot/parrot/commit/c40e82e658eba25f57f06aea2a1106d5f393012e
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/fixedpmcarray.t
  M t/tools/pbc_dump.t

Log Message:
-----------
[t] fix FPA test plan


Commit: c2dc00170182caa368b2aa2d5579b3538a485352
    https://github.com/parrot/parrot/commit/c2dc00170182caa368b2aa2d5579b3538a485352
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/tools/pbc_dump.t

Log Message:
-----------
[t] add some test coverage for annotation dumping


Commit: 2a7826ef475725ce61907352f8ebbdbd6769ec82
    https://github.com/parrot/parrot/commit/2a7826ef475725ce61907352f8ebbdbd6769ec82
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

Log Message:
-----------
[t] Add tests to Sub PMC


Commit: 5ef9834a3b1cf70f03b766286fe781b33c17c493
    https://github.com/parrot/parrot/commit/5ef9834a3b1cf70f03b766286fe781b33c17c493
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

Log Message:
-----------
[t] Add more tests to Sub PMC


Commit: 99a78e9e46d73463bbd3af572da890fbea217441
    https://github.com/parrot/parrot/commit/99a78e9e46d73463bbd3af572da890fbea217441
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

Log Message:
-----------
[t] Add even more tests to Sub PMC


Commit: f03d78b518b4ec1dcc91d1ba2364f596a0232bb5
    https://github.com/parrot/parrot/commit/f03d78b518b4ec1dcc91d1ba2364f596a0232bb5
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

Log Message:
-----------
[t] Increase test coverage of Sub


Commit: 5fd2b050b2baaebd09c818162154bc04918a6a69
    https://github.com/parrot/parrot/commit/5fd2b050b2baaebd09c818162154bc04918a6a69
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

Log Message:
-----------
[t] Remove wrong test that I have wrote


Commit: cccac93edc40d1820c56da96c1dd57acc723c15d
    https://github.com/parrot/parrot/commit/cccac93edc40d1820c56da96c1dd57acc723c15d
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Add new test to Task PMC


Commit: 8f87d1187ed09b9842db6e83f90c0594a49e272a
    https://github.com/parrot/parrot/commit/8f87d1187ed09b9842db6e83f90c0594a49e272a
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Add new test to Task PMC [2]


Commit: b9b6a9ff426c2637168441b242a4a6937a6698d5
    https://github.com/parrot/parrot/commit/b9b6a9ff426c2637168441b242a4a6937a6698d5
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Add new test to Task PMC [3]


Commit: 27625dae39f692a67f8135d13802814a232b01a2
    https://github.com/parrot/parrot/commit/27625dae39f692a67f8135d13802814a232b01a2
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Add new test to Task PMC [4]


Commit: 88a870fb124456bd6797c6023ab3cda1ae2596c8
    https://github.com/parrot/parrot/commit/88a870fb124456bd6797c6023ab3cda1ae2596c8
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Exercise mark VTABLE on Task PMC


Commit: cf65268b5df5eae835f13cf15aec46b7373107c8
    https://github.com/parrot/parrot/commit/cf65268b5df5eae835f13cf15aec46b7373107c8
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/sub.t

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


Commit: 63d7ce6cd1ce1b93ee39bf6e4b7957527fc71248
    https://github.com/parrot/parrot/commit/63d7ce6cd1ce1b93ee39bf6e4b7957527fc71248
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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


Commit: e56a22f711e5d262a06d1bb120d229c32ae85ab0
    https://github.com/parrot/parrot/commit/e56a22f711e5d262a06d1bb120d229c32ae85ab0
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M DEPRECATED.pod

Log Message:
-----------
Add DEPRECATION notice about Scalar PMC


Commit: 9fe4cfab95569a40eb8fdf628a97f923a592159b
    https://github.com/parrot/parrot/commit/9fe4cfab95569a40eb8fdf628a97f923a592159b
Author: Fernando Brito <email at fernandobrito.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] Fix test description on Task PMC


Commit: 87e332f1ac25584d300edda516c427ed78fbbdb4
    https://github.com/parrot/parrot/commit/87e332f1ac25584d300edda516c427ed78fbbdb4
Author: jkeenan <jkeenan at cpan.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
Add 'moretests' make target: test + examples_tests + codetest (except perlcritict.t).


Commit: b198652bfc21d7d352cf127be9eca948910c1ef0
    https://github.com/parrot/parrot/commit/b198652bfc21d7d352cf127be9eca948910c1ef0
Author: jkeenan <jkeenan at cpan.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
Typographic cleanup.


Commit: 4f3ddb742d51c205ff820d0e286d2629e736c563
    https://github.com/parrot/parrot/commit/4f3ddb742d51c205ff820d0e286d2629e736c563
Author: jkeenan <jkeenan at cpan.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M DEPRECATED.pod

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


Commit: 56de7e31d3856bcab71f13be62316ac1fb57ae10
    https://github.com/parrot/parrot/commit/56de7e31d3856bcab71f13be62316ac1fb57ae10
Author: Matt Rajca <matt.rajca at me.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M src/packfile/api.c

Log Message:
-----------
Use Parrot_ex_throw_from_c_args to report errors


Commit: 1bb6425ee26ff99f610c75bcffb32d883da23025
    https://github.com/parrot/parrot/commit/1bb6425ee26ff99f610c75bcffb32d883da23025
Author: Paul Johnson <paul at pjcj.net>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M Configure.pl
  M config/gen/makefiles/root.in
  M docs/dev/coverage.pod

Log Message:
-----------
Changed cover to fullcover and quickcover to cover


Commit: 9596abdf93f71af68f69d1d950bb55e0f934946f
    https://github.com/parrot/parrot/commit/9596abdf93f71af68f69d1d950bb55e0f934946f
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M NEWS

Log Message:
-----------
two quick news items


Commit: 5c56711384d48a2ebe4d7675013ae18801400369
    https://github.com/parrot/parrot/commit/5c56711384d48a2ebe4d7675013ae18801400369
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M src/packfile/api.c

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


Commit: 2fb65645793d21efdc407cc048f61d3a7f31e8ce
    https://github.com/parrot/parrot/commit/2fb65645793d21efdc407cc048f61d3a7f31e8ce
Author: David Czech <davidczech510 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/managedstruct.t

Log Message:
-----------
Got managedstruct coverage up to 88.2


Commit: e4b3bacc4c5d0fd14998085abe43d584c7d9860b
    https://github.com/parrot/parrot/commit/e4b3bacc4c5d0fd14998085abe43d584c7d9860b
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/managedstruct.t

Log Message:
-----------
[t] whitespace fix


Commit: b3df1510f9134f87b28f350bc81540887f8dedbf
    https://github.com/parrot/parrot/commit/b3df1510f9134f87b28f350bc81540887f8dedbf
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/managedstruct.t

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


Commit: 5b39b441d64bc6c9e4a999bc2543f81078e7bb01
    https://github.com/parrot/parrot/commit/5b39b441d64bc6c9e4a999bc2543f81078e7bb01
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

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


Commit: 4de1da3cf509c773e0c0f111a7252ff30545798a
    https://github.com/parrot/parrot/commit/4de1da3cf509c773e0c0f111a7252ff30545798a
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M NEWS

Log Message:
-----------
another NEWS item


Commit: 2662ff672377e0aebe7b418d62949e20f2029468
    https://github.com/parrot/parrot/commit/2662ff672377e0aebe7b418d62949e20f2029468
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/task.t

Log Message:
-----------
[t] typo fix in test name


Commit: 3c55fca24d25930b100f8b1b71d64b8bbae6a673
    https://github.com/parrot/parrot/commit/3c55fca24d25930b100f8b1b71d64b8bbae6a673
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M NEWS

Log Message:
-----------
NEWS items to discuss massive test coverage increases


Commit: 15df436a868521ccfca6130017043d514d086306
    https://github.com/parrot/parrot/commit/15df436a868521ccfca6130017043d514d086306
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M Configure.pl
  M config/gen/makefiles/root.in
  M docs/dev/coverage.pod

Log Message:
-----------
Merge branch 'gci_make_targetnames'


Commit: 040c950e9fed6d5efc44288a05a4cb2190e5600b
    https://github.com/parrot/parrot/commit/040c950e9fed6d5efc44288a05a4cb2190e5600b
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M CREDITS
  M Configure.pl
  M compilers/imcc/optimizer.c
  M compilers/imcc/parser_util.c
  M config/auto/git_describe.pm
  M config/gen/makefiles/root.in
  M include/parrot/hash.h
  M lib/Parrot/Configure/Messages.pm
  M src/hash.c
  M src/pbc_disassemble.c
  M t/configure/002-messages.t
  M t/pmc/float.t
  M t/pmc/pmcproxy.t
  M t/steps/auto/pmc-01.t
  M tools/dev/nci_thunk_gen.pir

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


Commit: 5cdded14b860ba6352fec1ac214057ba068a72be
    https://github.com/parrot/parrot/commit/5cdded14b860ba6352fec1ac214057ba068a72be
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
Adding dynpmc tests.


Commit: f57b9b78877dbbb1df41f1d9ee6ea0ac6d41f900
    https://github.com/parrot/parrot/commit/f57b9b78877dbbb1df41f1d9ee6ea0ac6d41f900
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M config/gen/platform.pm
  M t/dynpmc/os.t

Log Message:
-----------
Fixed weird get_user_id test, but still getting undefined symbols.


Commit: 52485768cb6c80453d256bdd05bbf6f128ef6b5d
    https://github.com/parrot/parrot/commit/52485768cb6c80453d256bdd05bbf6f128ef6b5d
Author: David Czech <davidczech510 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

Log Message:
-----------
Added tests to cover 73% of Role.pmc.
A little over 25% increase :)
Also found a minor typo in Role.pmc docs.


Commit: d453c0e8493f5e325bc95f3a18ea98ac1acb1a91
    https://github.com/parrot/parrot/commit/d453c0e8493f5e325bc95f3a18ea98ac1acb1a91
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
Added PARROT_EXPORT to Parrot_get_user_id.


Commit: 9677789a2da368bbfd4eec1b52e67059b3af7b65
    https://github.com/parrot/parrot/commit/9677789a2da368bbfd4eec1b52e67059b3af7b65
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M frontend/parrot/main.c
  M lib/Parrot/Configure/Messages.pm

Log Message:
-----------
switch the year output form 2010 to 2011


Commit: 11665b94cf6d50cd95e639d36a11dd843020c197
    https://github.com/parrot/parrot/commit/11665b94cf6d50cd95e639d36a11dd843020c197
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/dynpmc/os.t

Log Message:
-----------
Added dynpmc can_execute test.


Commit: 99cd2e6b07fe0676e540be91a6a79d8806162b02
    https://github.com/parrot/parrot/commit/99cd2e6b07fe0676e540be91a6a79d8806162b02
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
Added PARROT_EXPORT to a few functions in platform_interface.h


Commit: 75ebfbe95093c162a07d5c5bd39336fe045cd61c
    https://github.com/parrot/parrot/commit/75ebfbe95093c162a07d5c5bd39336fe045cd61c
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

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


Commit: 3c0a1dea80b2b99f008ddc4c48b9e0f38fe3e725
    https://github.com/parrot/parrot/commit/3c0a1dea80b2b99f008ddc4c48b9e0f38fe3e725
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

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

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


Commit: d8178c2f0f2e6bb72c573414b556ad4d2f6139d1
    https://github.com/parrot/parrot/commit/d8178c2f0f2e6bb72c573414b556ad4d2f6139d1
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M NEWS
  M config/gen/makefiles/root.in
  M docs/dev/coverage.pod
  M frontend/parrot/main.c
  M include/parrot/packfile.h
  M lib/Parrot/Configure/Messages.pm
  M src/packfile/api.c
  M src/pmc/role.pmc
  M t/pmc/managedstruct.t
  M t/pmc/role.t
  M t/pmc/sub.t
  M t/pmc/task.t
  M t/tools/pbc_dump.t

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


Commit: cd8284d4a343dc8878997f3548ca2c05b2ddcdf0
    https://github.com/parrot/parrot/commit/cd8284d4a343dc8878997f3548ca2c05b2ddcdf0
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/timer.t

Log Message:
-----------
Fully cover the timer PMC.


Commit: b1c54c8768931d9aba8b5aa4d2fb99f1ab1d5530
    https://github.com/parrot/parrot/commit/b1c54c8768931d9aba8b5aa4d2fb99f1ab1d5530
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/role.t

Log Message:
-----------
[t] Fix trailing space in the Role PMC test.


Commit: 2a43588e984edc3ee5ea638e8ac34a2299ce50c8
    https://github.com/parrot/parrot/commit/2a43588e984edc3ee5ea638e8ac34a2299ce50c8
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/dynpmc/dynlexpad.t

Log Message:
-----------
Fixed iteration test for dynlexpad.


Commit: 5dcd88c023dd2f38ec576fcc8cc61712c07373f5
    https://github.com/parrot/parrot/commit/5dcd88c023dd2f38ec576fcc8cc61712c07373f5
Author: Nolan Lum <nol888 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/integer.t

Log Message:
-----------
Bring Integer back up to 100%


Commit: 3fc540fcff1d84f03dd569a8d968bdf7a5a1b84d
    https://github.com/parrot/parrot/commit/3fc540fcff1d84f03dd569a8d968bdf7a5a1b84d
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/role.t
  M t/pmc/timer.t

Log Message:
-----------
Merge branch 'master' of https://github.com/nol888/parrot into gci_timer_coverage


Commit: 3a7004e5cb26a72004d4aa9271a9ed4009ca9cea
    https://github.com/parrot/parrot/commit/3a7004e5cb26a72004d4aa9271a9ed4009ca9cea
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M Configure.pl
  M config/gen/makefiles/root.in
  M docs/dev/coverage.pod
  M frontend/parrot/main.c
  M lib/Parrot/Configure/Messages.pm
  M src/pmc/role.pmc
  M t/dynpmc/dynlexpad.t
  M t/pmc/role.t
  M t/pmc/timer.t

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


Commit: d1d6cd10a8b659fbfc013db8d5404de96b858999
    https://github.com/parrot/parrot/commit/d1d6cd10a8b659fbfc013db8d5404de96b858999
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/integer.t

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


Commit: 15d5a3bcc9a0bea3fec214576660f2e2b9c7ef9f
    https://github.com/parrot/parrot/commit/15d5a3bcc9a0bea3fec214576660f2e2b9c7ef9f
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M Configure.pl
  M config/gen/makefiles/root.in
  M docs/dev/coverage.pod
  M frontend/parrot/main.c
  M lib/Parrot/Configure/Messages.pm
  M src/pmc/role.pmc
  M t/dynpmc/dynlexpad.t
  M t/pmc/integer.t
  M t/pmc/role.t
  M t/pmc/task.t
  M t/pmc/timer.t

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


Commit: 9d68a5ca0888211127c91b61eff7de98b077ddd4
    https://github.com/parrot/parrot/commit/9d68a5ca0888211127c91b61eff7de98b077ddd4
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M t/pmc/managedstruct.t
  M t/pmc/unmanagedstruct.t

Log Message:
-----------
Brought coverage of UnManagedStruct up to 90.7%.


Commit: e4bebcddff747fcfc156310334b78c309add17b2
    https://github.com/parrot/parrot/commit/e4bebcddff747fcfc156310334b78c309add17b2
Author: Coke <will at coleda.com>
Date:   2010-12-31 (Fri, 31 Dec 2010)

Changed paths:
  M README

Log Message:
-----------
Update the generic Copyright year.

(update individual files to include 2011 as you go.)


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

Changed paths:
  M README

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


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

Changed paths:
  M config/gen/platform.pm
  A config/gen/platform/freebsd/uid.c
  A config/gen/platform/generic/uid.c
  A config/gen/platform/netbsd/uid.c
  A config/gen/platform/openbsd/uid.c
  A config/gen/platform/solaris/uid.c
  A config/gen/platform/win32/uid.c
  M include/parrot/platform_interface.h
  M src/dynpmc/os.pmc
  M t/dynpmc/os.t

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


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

Changed paths:
  M include/parrot/platform_interface.h
  M t/pmc/managedstruct.t
  M t/pmc/unmanagedstruct.t

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


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

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

Log Message:
-----------
Add 'make moretests' target: 'test' + 'examples_tests' + 'codetest' (- t/codingstd/perlcritic.t).


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

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

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


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

Changed paths:
  M MANIFEST

Log Message:
-----------
re-generate MANIFEST


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

Changed paths:
  M config/gen/platform/freebsd/uid.c
  M config/gen/platform/generic/uid.c
  M config/gen/platform/netbsd/uid.c
  M config/gen/platform/openbsd/uid.c
  M config/gen/platform/solaris/uid.c
  M config/gen/platform/win32/uid.c

Log Message:
-----------
fix coda to conform to new coda


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

Changed paths:
  M config/gen/platform/freebsd/uid.c
  M config/gen/platform/generic/uid.c
  M config/gen/platform/netbsd/uid.c
  M config/gen/platform/openbsd/uid.c
  M config/gen/platform/solaris/uid.c
  M config/gen/platform/win32/uid.c

Log Message:
-----------
add documentation


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

Changed paths:
  M config/gen/platform/win32/uid.c

Log Message:
-----------
change c++ comment to c comment


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

Changed paths:
  M src/dynpmc/os.pmc

Log Message:
-----------
change c++ comments to c comments


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

Changed paths:
  M t/pmc/unmanagedstruct.t

Log Message:
-----------
remove trailing whitespace (and update copyright)


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

Changed paths:
  M config/gen/platform.pm

Log Message:
-----------
replace hard tab with spaces


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

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
make function arguments void, to remove warning


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

Changed paths:
  M config/gen/platform/freebsd/uid.c
  M config/gen/platform/generic/uid.c
  M config/gen/platform/netbsd/uid.c
  M config/gen/platform/openbsd/uid.c
  M config/gen/platform/solaris/uid.c
  M config/gen/platform/win32/uid.c

Log Message:
-----------
make function arguments void, to remove warning (and docs)


Commit: c9940531004d960c8139c61ead9c074ab6837b51
    https://github.com/parrot/parrot/commit/c9940531004d960c8139c61ead9c074ab6837b51
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time.t

Log Message:
-----------
Increased coverage of sysinfo to 62.2%


Commit: 765313266b3e50ca899c611e8842444e858cf18b
    https://github.com/parrot/parrot/commit/765313266b3e50ca899c611e8842444e858cf18b
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time.t

Log Message:
-----------
Increased coverage of sysinfo to 62.2%


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

Log Message:
-----------
Merge branch 'master' of https://github.com/rofflwaffls/parrot into rfw_sysops_coverage


Commit: 4a4a4bbac2ea16a6cb224cb12af4121d86cbb8c6
    https://github.com/parrot/parrot/commit/4a4a4bbac2ea16a6cb224cb12af4121d86cbb8c6
Author: Matt Rajca <matt.rajca at me.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/math.t

Log Message:
-----------
Increased coverage of math dynops


Commit: 7bdd2c9837769632c1ba85ac739ae570f8627fac
    https://github.com/parrot/parrot/commit/7bdd2c9837769632c1ba85ac739ae570f8627fac
Author: Nolan Lum <nol888 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M src/pmc/filehandle.pmc

Log Message:
-----------
Fix filehandle clone.


Commit: b235875bd2db324a2d07c97a4e6692a418cf390b
    https://github.com/parrot/parrot/commit/b235875bd2db324a2d07c97a4e6692a418cf390b
Author: Nolan Lum <nol888 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M src/pmc/filehandle.pmc

Log Message:
-----------
Remove unnecessary string clones.


Commit: 476cb11d5fe0530ba2d73f58227061785a4d2694
    https://github.com/parrot/parrot/commit/476cb11d5fe0530ba2d73f58227061785a4d2694
Author: Nolan Lum <nol888 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

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

Log Message:
-----------
Add tests, (re-)fix the clone VTABLE.


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

Changed paths:
  M src/pmc/filehandle.pmc

Log Message:
-----------
[pmc] rename some variables for clarity


Commit: 74168f90b3e4fcdef38b17f9e971c90d4bb6a47d
    https://github.com/parrot/parrot/commit/74168f90b3e4fcdef38b17f9e971c90d4bb6a47d
Author: Léo Grange <grangeleo at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/packfile.h
  M src/embed.c
  M src/embed/api.c
  M src/packfile/api.c
  A src/packfile/execute.c
  A src/packfile/packfile_private.h
  M src/pmc/eval.pmc

Log Message:
-----------
Move code-running functions out of src/packfile/api.c


Commit: 39626b84ddbaf6676342c996991e82eb43d3a1cc
    https://github.com/parrot/parrot/commit/39626b84ddbaf6676342c996991e82eb43d3a1cc
Author: Léo Grange <grangeleo at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/packfile.h
  M src/embed.c
  M src/embed/api.c
  M src/packfile/execute.c
  M src/packfile/packfile_private.h
  M src/pmc/eval.pmc

Log Message:
-----------
Some fix. do_sub_pragmas is back public for now


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

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

Log Message:
-----------
[build] makefile dependency fix


Commit: b20da13509ce805e0d1a4b6db20d1f0e89115955
    https://github.com/parrot/parrot/commit/b20da13509ce805e0d1a4b6db20d1f0e89115955
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Add remove_method test to Class PMC


Commit: 70a837878bc23f730dd9d6c42b782e3c5e6764b6
    https://github.com/parrot/parrot/commit/70a837878bc23f730dd9d6c42b782e3c5e6764b6
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Add find_method test to Class PMC


Commit: 83ac3c5fc628d2781adacd839bdfae2e509e08d3
    https://github.com/parrot/parrot/commit/83ac3c5fc628d2781adacd839bdfae2e509e08d3
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Add vtable_override test to Class PMC


Commit: 76d380462c6daa51c6955b9e6d94f2c087a6322b
    https://github.com/parrot/parrot/commit/76d380462c6daa51c6955b9e6d94f2c087a6322b
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Improve add_method on Class PMC


Commit: 00e660ba705f8f83bc6fd8ae3aea9208a7aad54a
    https://github.com/parrot/parrot/commit/00e660ba705f8f83bc6fd8ae3aea9208a7aad54a
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Improve test coverage on Class PMC


Commit: 8946a18e574018ae4e1a9c9ece5a7475efbdb895
    https://github.com/parrot/parrot/commit/8946a18e574018ae4e1a9c9ece5a7475efbdb895
Author: Fernando Brito <email at fernandobrito.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/pmc/class.t

Log Message:
-----------
[t] Improve tests on Class PMC


Commit: fa70a1a230af97c371ca54ff6b45f0b7efb7e964
    https://github.com/parrot/parrot/commit/fa70a1a230af97c371ca54ff6b45f0b7efb7e964
Author: Nolan Lum <nol888 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/bit.t

Log Message:
-----------
Boost bit ops test coverage to 46%

Signed-off-by: Christoph Otto <christoph_git at mksig.org>


Commit: a1fade2ba00c02cd0079696d7ef7012744beb4b1
    https://github.com/parrot/parrot/commit/a1fade2ba00c02cd0079696d7ef7012744beb4b1
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
Boosted coverage for trans ops to 84.4%.


Commit: 68a90b10480d7cc7d2489947e8a9d881b5d8dbb5
    https://github.com/parrot/parrot/commit/68a90b10480d7cc7d2489947e8a9d881b5d8dbb5
Author: David Czech <davidczech510 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

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

Log Message:
-----------
Removed dead vtables, etc, and added test for set_pmc.


Commit: d140dd0f9c3690118ebcac10df57e12524ae2573
    https://github.com/parrot/parrot/commit/d140dd0f9c3690118ebcac10df57e12524ae2573
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
Boosted coverage for trans ops to 84.4%.


Commit: b64cf25835d9fa1450b584f75ec79c89d2aecfbb
    https://github.com/parrot/parrot/commit/b64cf25835d9fa1450b584f75ec79c89d2aecfbb
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/packfile.h
  M src/embed.c
  M src/embed/api.c
  M src/packfile/api.c
  A src/packfile/execute.c
  A src/packfile/packfile_private.h
  M src/pmc/capture.pmc
  M src/pmc/filehandle.pmc
  M t/dynoplibs/bit.t
  M t/dynoplibs/math.t
  M t/pmc/capture.t
  M t/pmc/class.t
  M t/pmc/filehandle.t

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


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

Changed paths:
  M MANIFEST

Log Message:
-----------
re-generate MANIFEST


Commit: e1ad82cf54345f467631bb9078b972f5dda85037
    https://github.com/parrot/parrot/commit/e1ad82cf54345f467631bb9078b972f5dda85037
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/math.t

Log Message:
-----------
Increased coverage of math dynops to 81.8%


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

Changed paths:
  M src/packfile/packfile_private.h

Log Message:
-----------
fix c++ comment


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

Changed paths:
  M t/pmc/capture.t

Log Message:
-----------
remove trailing whitespace


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

Changed paths:
  M src/packfile/execute.c

Log Message:
-----------
fix pod problems


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

Changed paths:
  M src/embed/api.c

Log Message:
-----------
linelength problem - missing newline added


Commit: b0cb0f14dc49d53566250387bb4f858cf361f7b1
    https://github.com/parrot/parrot/commit/b0cb0f14dc49d53566250387bb4f858cf361f7b1
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/math.t

Log Message:
-----------
Increased coverage of math dynops to 81.8%


Commit: ba390cbf853d3a59afd1836a24e70824190ad374
    https://github.com/parrot/parrot/commit/ba390cbf853d3a59afd1836a24e70824190ad374
Author: Nolan Lum <nol888 at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/bit.t

Log Message:
-----------
Max out bit dynoplib test coverage.

Signed-off-by: Christoph Otto <christoph_git at mksig.org>


Commit: 22adbd95910c5d7c17d22b824bfaeff647b297e2
    https://github.com/parrot/parrot/commit/22adbd95910c5d7c17d22b824bfaeff647b297e2
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
Covered all opcodes in transcendental dynops.


Commit: 40605992c440a0f1a4c64e7af21b31cadd54a918
    https://github.com/parrot/parrot/commit/40605992c440a0f1a4c64e7af21b31cadd54a918
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/trans.t

Log Message:
-----------
Covered all opcodes in transcendental dynops.


Commit: c1f4f3d153b70b70a7af254beafb21a1fcc24e02
    https://github.com/parrot/parrot/commit/c1f4f3d153b70b70a7af254beafb21a1fcc24e02
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/sysinfo.t

Log Message:
-----------
Completed coverage of relevant parts of sysinfo dynops.


Commit: dc36cfd09bde3c6ba0d3d88fe566928c8115c3f5
    https://github.com/parrot/parrot/commit/dc36cfd09bde3c6ba0d3d88fe566928c8115c3f5
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/sysinfo.t

Log Message:
-----------
Completed coverage of relevant parts of sysinfo dynops.


Commit: 28f157a54f098b575a63939e88b13d1c55eee1de
    https://github.com/parrot/parrot/commit/28f157a54f098b575a63939e88b13d1c55eee1de
Author: Matt Rajca <matt.rajca at me.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/io.t

Log Message:
-----------
Increased coverage for io_ops.c


Commit: 78e1a97c3f1cd4dcca9aa4fdea4fb54d1e98ceed
    https://github.com/parrot/parrot/commit/78e1a97c3f1cd4dcca9aa4fdea4fb54d1e98ceed
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M t/dynoplibs/obscure.t

Log Message:
-----------
Maxed obscure dynops coverage.


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

Changed paths:
  M t/dynoplibs/obscure.t

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


Commit: 4f194d179fd7218e733f9efe5479f2a372e300a2
    https://github.com/parrot/parrot/commit/4f194d179fd7218e733f9efe5479f2a372e300a2
Author: Natan Yellin <aantn>
Date:   2011-01-02 (Sun, 02 Jan 2011)

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

Log Message:
-----------
Break PackFile_unpack into separate validation and unpacking stages

Signed-off-by: Christoph Otto <christoph_git at mksig.org>


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

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

Log Message:
-----------
[pf] rename function to avoid unneeded caps, fix exception messages


Commit: 0d1b7ab26bc1b91785ea8f3ef99071572458b528
    https://github.com/parrot/parrot/commit/0d1b7ab26bc1b91785ea8f3ef99071572458b528
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M t/tools/pbc_disassemble.t

Log Message:
-----------
Increased coverage of pbc_disassemble tool to 65.4%


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

Changed paths:
  M t/tools/pbc_disassemble.t

Log Message:
-----------
[t] fix test plan


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

Changed paths:
  M src/packfile/execute.c

Log Message:
-----------
add include file to get g++ to build


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

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

Log Message:
-----------
add dependencies for src/packfile/execute.c


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

Changed paths:
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M runtime/parrot/library/PGE/Util.pir
  M t/profiling/profiling.t

Log Message:
-----------
Preparation for TT #1103

Fix PGE so that subs declare a :slurpy :named param if they're called
with named arguments they don't handle. The test suite should pass if
we switch to the stricter checks of TT #1103, but there might be other
places that have to be changed.


Commit: 6a36a11c6d4f0d7eda872c59a8dcf32b79680918
    https://github.com/parrot/parrot/commit/6a36a11c6d4f0d7eda872c59a8dcf32b79680918
Author: unknown <awhitworth at .na.amstedrail.local>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M config/gen/platform/win32/uid.c

Log Message:
-----------
fix uid on Win32 so it builds


Commit: 21e0c8fd0b4e86ab137d4970a509d468f26c270c
    https://github.com/parrot/parrot/commit/21e0c8fd0b4e86ab137d4970a509d468f26c270c
Author: unknown <awhitworth at .na.amstedrail.local>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M runtime/parrot/library/PGE/Util.pir
  M t/profiling/profiling.t

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


Commit: 78c580a2a711a5ae66027d0a995e7ae1ff3597fa
    https://github.com/parrot/parrot/commit/78c580a2a711a5ae66027d0a995e7ae1ff3597fa
Author: unknown <awhitworth at .na.amstedrail.local>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M src/pmc/filehandle.pmc

Log Message:
-----------
cannot use Parrot_dup on Win32. our os_handle is a HANDLE, not a FILE* (as dup expects). Must use DuplicateHandle here instead


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

Changed paths:
  M include/parrot/library.h
  M src/library.c

Log Message:
-----------
[src] Fix string usage in src/library.c


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

Changed paths:
  M include/parrot/io.h
  M include/parrot/io_portable.h
  M include/parrot/io_unix.h
  M include/parrot/io_win32.h
  M src/io/unix.c
  M src/io/win32.c
  M src/pmc/filehandle.pmc

Log Message:
-----------
[io] Put unknown++'s Windows dup fix in src/io/win32.c


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

Changed paths:
  M config/gen/platform/win32/uid.c
  M t/src/checkdepend.t

Log Message:
-----------
[t] Fix checkdepend.t on Windows


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

Changed paths:
  M src/library.c

Log Message:
-----------
isxxx() function must cast to unsigned char


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

Changed paths:
  M src/library.c

Log Message:
-----------
forgot to update copyright


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

Changed paths:
  M Configure.pl
  M DEPRECATED.pod
  M MANIFEST
  M NEWS
  M README
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M config/auto/git_describe.pm
  M config/gen/makefiles/root.in
  M config/gen/platform.pm
  A config/gen/platform/freebsd/uid.c
  A config/gen/platform/generic/uid.c
  A config/gen/platform/netbsd/uid.c
  A config/gen/platform/openbsd/uid.c
  A config/gen/platform/solaris/uid.c
  A config/gen/platform/win32/uid.c
  M docs/dev/coverage.pod
  M frontend/parrot/main.c
  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/library.h
  M include/parrot/packfile.h
  M include/parrot/platform_interface.h
  M lib/Parrot/Configure/Messages.pm
  M runtime/parrot/library/PGE/Util.pir
  M src/dynpmc/os.pmc
  M src/embed.c
  M src/hash.c
  M src/io/unix.c
  M src/io/win32.c
  M src/library.c
  M src/packfile/api.c
  A src/packfile/execute.c
  A src/packfile/packfile_private.h
  M src/pmc/capture.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/role.pmc
  M t/dynoplibs/bit.t
  M t/dynoplibs/io.t
  M t/dynoplibs/math.t
  M t/dynoplibs/obscure.t
  M t/dynoplibs/sysinfo.t
  M t/dynoplibs/time.t
  M t/dynoplibs/trans.t
  M t/dynpmc/dynlexpad.t
  M t/dynpmc/os.t
  M t/pmc/capture.t
  M t/pmc/class.t
  M t/pmc/filehandle.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/integer.t
  M t/pmc/managedstruct.t
  M t/pmc/object.t
  M t/pmc/opcode.t
  M t/pmc/role.t
  M t/pmc/sub.t
  M t/pmc/task.t
  M t/pmc/timer.t
  M t/pmc/unmanagedstruct.t
  M t/profiling/profiling.t
  M t/src/checkdepend.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t

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

Conflicts:
	src/pmc/filehandle.pmc




More information about the parrot-commits mailing list