[parrot/parrot] 62b8c4: use platform strings in directory read

noreply at github.com noreply at github.com
Tue Jan 11 15:18:31 UTC 2011


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

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

Changed paths:
  M src/dynpmc/os.pmc
  M src/string/api.c

Log Message:
-----------
use platform strings in directory read

PARROT_EXPORT must be used  because OS is a dynpmc


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

Changed paths:
  M include/parrot/string_funcs.h

Log Message:
-----------
headerizer


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

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
remove declaration of dead memexec functions


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

Changed paths:
  M include/parrot/platform_interface.h

Log Message:
-----------
predeclare platform encoding functions


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

Changed paths:
  M src/string/api.c

Log Message:
-----------
add interp as first parameter to function (major thinko)


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

Changed paths:
  M MANIFEST
  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 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/platform_interface.h
  M include/parrot/string_funcs.h
  M src/debug.c
  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/runcore/profiling.c
  M src/runcore/trace.c
  M src/string/api.c
  M src/string/encoding.c
  M t/dynpmc/rational.t
  M t/pmc/filehandle.t
  M t/pmc/float.t
  M t/pmc/key.t
  M t/src/checkdepend.t
  M tools/dev/pbc_to_exe.pir

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


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

Changed paths:
  M compilers/imcc/imclexer.c
  M include/parrot/string_funcs.h
  M src/library.c
  M src/pmc/env.pmc
  M src/runcore/profiling.c
  M src/string/api.c

Log Message:
-----------
fix C++ build


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

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

Log Message:
-----------
fix dependency for src/runcore/profiling.c


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

Changed paths:
  M compilers/imcc/imclexer.c
  M config/gen/makefiles/root.in
  M include/parrot/string_funcs.h
  M src/library.c
  M src/pmc/env.pmc
  M src/runcore/profiling.c
  M src/string/api.c

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


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

Changed paths:
  M t/tools/pbc_dump.t

Log Message:
-----------
Merge branch 'gci_pbc_dump2' of https://github.com/fernandobrito/parrot into fernandobrito-gci_pbc_dump2


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

Changed paths:
  M runtime/parrot/library/Digest/sha256.pir
  M src/dynoplibs/bit.ops

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


Commit: 48cb7c76e6b7068444ce6b71f60f140cc8c9ef30
    https://github.com/parrot/parrot/commit/48cb7c76e6b7068444ce6b71f60f140cc8c9ef30
Author: Matt Rajca <matt.rajca at me.com>
Date:   2011-01-10 (Mon, 10 Jan 2011)

Changed paths:
  M t/pmc/complex.t

Log Message:
-----------
Increased coverage for Complex PMC


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

Changed paths:
  M t/pmc/complex.t

Log Message:
-----------
[t] use a really incorrect PMC to misinitialize a Complex


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

Changed paths:
  M t/dynpmc/os.t

Log Message:
-----------
TODO test of non-ASCII filenames due to inconsistent results.


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

Changed paths:
  M runtime/parrot/library/Digest/sha256.pir
  M src/dynoplibs/bit.ops
  M t/pmc/complex.t
  M t/tools/pbc_dump.t

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


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

Changed paths:
  M t/dynpmc/os.t

Log Message:
-----------
Add TT to TODO message.


Commit: 3f4a9c6f02780f1518896fa7eb2c7b359933657b
    https://github.com/parrot/parrot/commit/3f4a9c6f02780f1518896fa7eb2c7b359933657b
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:
-----------
On Darwin, use installed dir, not build dir, for libparrot_soname.

Apply patch submitted in http://trac.parrot.org/parrot/ticket/1890.
This should also fix http://trac.parrot.org/parrot/ticket/344.


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: 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: 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: 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: 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: 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: 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




More information about the parrot-commits mailing list