[parrot/parrot] 54fe35: [CAGE] fix most t/codingstd/copyright.t issues
GitHub
noreply at github.com
Wed Aug 8 20:42:42 UTC 2012
Branch: refs/heads/native_pbc
Home: https://github.com/parrot/parrot
Commit: 54fe35b9df88a43248fdd176b84f3d443b26d960
https://github.com/parrot/parrot/commit/54fe35b9df88a43248fdd176b84f3d443b26d960
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M examples/sdl/anim_image.pir
M examples/sdl/anim_image_dblbuf.pir
M examples/sdl/blue_font.pir
M examples/sdl/blue_rect.pir
M examples/sdl/bounce_parrot_logo.pir
M examples/sdl/minesweeper/eventhandler.pir
M examples/sdl/minesweeper/mines.pir
M t/codingstd/copyright.t
Log Message:
-----------
[CAGE] fix most t/codingstd/copyright.t issues
Only imcc has some Copyright (C) 2002 Melvin Smith <melvin.smith at mindspring.com> left.
Commit: b41363d1bce5cc7bc432184dc30a82b085139c13
https://github.com/parrot/parrot/commit/b41363d1bce5cc7bc432184dc30a82b085139c13
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M MANIFEST
M config/auto/platform.pm
M config/gen/makefiles/root.in
A src/platform/generic/cpu_type.c
M src/platform/generic/misc.c
M src/platform/netbsd/misc.c
A src/platform/win32/cpu_type.c
M src/platform/win32/misc.c
Log Message:
-----------
Move Parrot_cpu_type function out of src/platform/misc.c.
This way, it doesn't need to be repeated elsewhere. For symmetry,
also remove it out of win32/misc.c and give it its own file there as well.
Patch supplied by Andy Dougherty++.
Commit: cde83a14a4eb6cde6a9ea3969146bbd207f0303c
https://github.com/parrot/parrot/commit/cde83a14a4eb6cde6a9ea3969146bbd207f0303c
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M t/native_pbc/header.t
M t/native_pbc/integer.t
M t/native_pbc/integer_1.pbc
M t/native_pbc/integer_2.pbc
M t/native_pbc/integer_4.pbc
M t/native_pbc/integer_5.pbc
M t/native_pbc/number.t
M t/native_pbc/number_1.pbc
M t/native_pbc/number_4.pbc
M t/native_pbc/number_5.pbc
M t/native_pbc/string.t
M t/native_pbc/string_1.pbc
R t/native_pbc/string_2.pbc
M t/native_pbc/string_4.pbc
R t/native_pbc/string_5.pbc
A t/native_pbc/testdata/integer.pasm
M t/native_pbc/testdata/string.pasm
M tools/dev/mk_native_pbc
Log Message:
-----------
re-enable native_pbc
use new t/native_pbc/testdata templates to generate pbc's,
change string to use binary and utf8 encodings,
update mk_native_pbc.
TODO: little-endian pbc files missing, preparing a 8_le qemu image to generate them.
Commit: 4e670e2787535c9546e3f2c191b9b01eba10c07d
https://github.com/parrot/parrot/commit/4e670e2787535c9546e3f2c191b9b01eba10c07d
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M MANIFEST
A t/native_pbc/Test.pm
R t/native_pbc/integer.pbc
M t/native_pbc/integer.t
R t/native_pbc/integer_2.pbc
M t/native_pbc/integer_3.pbc
R t/native_pbc/integer_5.pbc
R t/native_pbc/integer_7.pbc
R t/native_pbc/number.pbc
M t/native_pbc/number.t
M t/native_pbc/number_3.pbc
R t/native_pbc/string.pbc
M t/native_pbc/string.t
M t/native_pbc/string_3.pbc
R t/native_pbc/string_7.pbc
Log Message:
-----------
[GH #394] Revamp native_pbc: t/native_pbc/Test.pm
Simplify tests with a common t/native_pbc/Test.pm library.
Delete unneeded pbc files.
Update ppc32 t/native_pbc files.
TODO: endian-conversion fails
Commit: 12507a5bc092d8d45f8135c26b90d191748a0ab7
https://github.com/parrot/parrot/commit/12507a5bc092d8d45f8135c26b90d191748a0ab7
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M MANIFEST
M lib/Parrot/Test.pm
M t/native_pbc/Test.pm
M t/native_pbc/integer.t
R t/native_pbc/integer_1.pbc
R t/native_pbc/integer_3.pbc
R t/native_pbc/integer_4.pbc
A t/native_pbc/integer_4_be.pbc
A t/native_pbc/integer_4_le.pbc
R t/native_pbc/integer_6.pbc
A t/native_pbc/integer_8_be.pbc
A t/native_pbc/integer_8_le.pbc
M t/native_pbc/number.t
R t/native_pbc/number_1.pbc
R t/native_pbc/number_2.pbc
R t/native_pbc/number_3.pbc
R t/native_pbc/number_4.pbc
A t/native_pbc/number_4_12_le.pbc
A t/native_pbc/number_4_8_be.pbc
A t/native_pbc/number_4_8_le.pbc
R t/native_pbc/number_5.pbc
R t/native_pbc/number_6.pbc
R t/native_pbc/number_7.pbc
A t/native_pbc/number_8_16_be.pbc
A t/native_pbc/number_8_16_le.pbc
A t/native_pbc/number_8_8_be.pbc
A t/native_pbc/number_8_8_le.pbc
M t/native_pbc/string.t
R t/native_pbc/string_1.pbc
R t/native_pbc/string_3.pbc
R t/native_pbc/string_4.pbc
A t/native_pbc/string_4_be.pbc
A t/native_pbc/string_4_le.pbc
R t/native_pbc/string_6.pbc
A t/native_pbc/string_8_be.pbc
A t/native_pbc/string_8_le.pbc
M tools/dev/mk_native_pbc
Log Message:
-----------
refactor t/native_pbc/ test ids
Parrot::Test had the odd assumption that testing pbc can only be done for
native_pbc tests, and that the tests must be of _<int>++.pbc.
We pass now the filename as first arg to pbc_output_is() and check if it exists.
So we can use now readable test names.
Commit: 068bd7f971666a831ed02ce2463a91929a7d3f1b
https://github.com/parrot/parrot/commit/068bd7f971666a831ed02ce2463a91929a7d3f1b
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M MANIFEST
M lib/Parrot/Test.pm
M t/dynpmc/os.t
M t/native_pbc/Test.pm
M t/native_pbc/number.t
Log Message:
-----------
[CAGE] fix codingstd_tests
hard tabs, cuddled else, MANIFEST sort, coda
Compare: https://github.com/parrot/parrot/compare/87e856ded9c6...068bd7f97166
More information about the parrot-commits
mailing list