[parrot/parrot] 3d2a48: dynpmc/os: actually build this dummy pmc for loadl...
GitHub
noreply at github.com
Sun Sep 23 01:31:39 UTC 2012
Branch: refs/heads/cpu_type_eliminate_gpp_warning
Home: https://github.com/parrot/parrot
Commit: 3d2a484d3e57e9752110acab20409c24806a396d
https://github.com/parrot/parrot/commit/3d2a484d3e57e9752110acab20409c24806a396d
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M src/dynpmc/Defines.in
M src/dynpmc/Rules.in
Log Message:
-----------
dynpmc/os: actually build this dummy pmc for loadlib "os" backcompat
Commit: 39f8f91234beb23a3b8ba39a87852bb1c6de42d0
https://github.com/parrot/parrot/commit/39f8f91234beb23a3b8ba39a87852bb1c6de42d0
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Changed paths:
M include/parrot/alarm.h
M include/parrot/thread.h
M src/alarm.c
M src/thread.c
Log Message:
-----------
Add ASSERT_ARGS() to two files; re-run 'make headerizer.'
Commit: 80b05d7d0befd62a1c109cd70364790fd0cc73b4
https://github.com/parrot/parrot/commit/80b05d7d0befd62a1c109cd70364790fd0cc73b4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M MANIFEST.generated
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: a2f9ec690abbafb820e2738b0930f9f02bb522fd
https://github.com/parrot/parrot/commit/a2f9ec690abbafb820e2738b0930f9f02bb522fd
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-16 (Sun, 16 Sep 2012)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
M lib/Parrot/Test.pm
M src/dynpmc/Rules.in
R src/dynpmc/os.pmc
A src/dynpmc/osdummy.pmc
M t/src/checkdepend.t
M t/src/extend.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 759134394672f60e9d98cc1e75ea477269564417
https://github.com/parrot/parrot/commit/759134394672f60e9d98cc1e75ea477269564417
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-17 (Mon, 17 Sep 2012)
Changed paths:
M .travis.yml
M src/ops/core_ops.c
M src/ops/experimental.ops
M t/op/sprintf.t
M t/op/string.t
M t/perl/Parrot_IO.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 2e51418faf089e25ad797e84751195c10cb27d26
https://github.com/parrot/parrot/commit/2e51418faf089e25ad797e84751195c10cb27d26
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-18 (Tue, 18 Sep 2012)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST.generated
M README.pod
M RESPONSIBLE_PARTIES
M VERSION
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
M include/parrot/oplib/core_ops.h
M src/ops/core_ops.c
M t/src/checkdepend.t
M tools/release/release.json
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: a6856ac50395cdbc1a3f39b2e06698a69c49e424
https://github.com/parrot/parrot/commit/a6856ac50395cdbc1a3f39b2e06698a69c49e424
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M ChangeLog
M MANIFEST
M compilers/imcc/optimizer.c
M docs/project/release_manager_guide.pod
A examples/benchmarks/stress_strings1.pir
A examples/benchmarks/stress_stringsu.pir
M src/pmc/bytebuffer.pmc
M src/string/api.c
M t/op/stringu.t
M t/pmc/bytebuffer.t
A t/pmc/bytebuffer2.t
M tools/release/parrot_github_release.pl
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: f2d576e0e3bd3991e16bf9b04586b82d3094b7f6
https://github.com/parrot/parrot/commit/f2d576e0e3bd3991e16bf9b04586b82d3094b7f6
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M src/pmc/bytebuffer.pmc
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: f3ab64e64a4135399bef3dd88957ef867690a4bc
https://github.com/parrot/parrot/commit/f3ab64e64a4135399bef3dd88957ef867690a4bc
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M src/platform/generic/cpu_type.c
Log Message:
-----------
Eliminate a warning appearing in g++ builds.
In g++ builds, we were getting this warning:
src/platform/generic/cpu_type.c: In function 'STRING* Parrot_get_cpu_type(parrot_interp_t*)':
src/platform/generic/cpu_type.c:48: warning: deprecated conversion from string constant to 'char*'
Not initializing with empty string avoids warning and appears to do no harm.
Compare: https://github.com/parrot/parrot/compare/3d2a484d3e57^...f3ab64e64a41
More information about the parrot-commits
mailing list