[parrot/parrot] 4fd756: Remove vtable can from most places where it's used...
GitHub
noreply at github.com
Sun Jul 15 14:54:14 UTC 2012
Branch: refs/heads/gh798_embed_api_green_threads
Home: https://github.com/parrot/parrot
Commit: 4fd7560ee65afb97177713cdfe564f2e3d6e4559
https://github.com/parrot/parrot/commit/4fd7560ee65afb97177713cdfe564f2e3d6e4559
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M src/ops/core_ops.c
M src/ops/object.ops
M src/vtable.tbl
M t/pmc/namespace.t
Log Message:
-----------
Remove vtable can from most places where it's used. Fix a test in namespace.t which is (perhaps unintelligently) using hard-coded vtable indices
Commit: 34b729c032165fb03652d6a456b54111c84535f7
https://github.com/parrot/parrot/commit/34b729c032165fb03652d6a456b54111c84535f7
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M src/pmc/default.pmc
M src/pmc/object.pmc
M t/src/extend_vtable.t
Log Message:
-----------
Remove two VTABLE can implementations, and fix a test in extend_vtable.t
Commit: e3954cc0b565012fcde986429463864da4d38eb1
https://github.com/parrot/parrot/commit/e3954cc0b565012fcde986429463864da4d38eb1
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M MANIFEST
R src/misc.c
R src/spf_render.c
R src/spf_vtable.c
A src/string/spf_render.c
A src/string/spf_vtable.c
A src/string/sprintf.c
Log Message:
-----------
src/misc.c contained only sprintf-related functions, so name it something more appropriate. Move the spf_* functions to the strings/ subsystem directory
Commit: ac03ba078871cb05836c7d2f63ac4d2b1503ec8f
https://github.com/parrot/parrot/commit/ac03ba078871cb05836c7d2f63ac4d2b1503ec8f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M src/string/sprintf.c
Log Message:
-----------
Some small doc fixes for src/string/sprintf.c
Commit: 002b85421babf56e2b6c251aea0ab5d8fad261ef
https://github.com/parrot/parrot/commit/002b85421babf56e2b6c251aea0ab5d8fad261ef
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M MANIFEST
M include/parrot/misc.h
A src/string/spf_private.h
M src/string/spf_render.c
M src/string/spf_vtable.c
Log Message:
-----------
Add a new spf_private.h header file to hold sprintf-related private definitions.
Commit: d22efea82da2a4d43f374985a046a2515eee3100
https://github.com/parrot/parrot/commit/d22efea82da2a4d43f374985a046a2515eee3100
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M frontend/parrot2/main.c
Log Message:
-----------
Remove un-wired arguments --optimize (-O), --imcc-debug (-d) and --verbose (-v). IMCC no longer optimizes, and the other arguments don't really have a home in the new IMCC external API.
Commit: 1003f3ec64f5aaddf11d738459a57e23e4dd5a47
https://github.com/parrot/parrot/commit/1003f3ec64f5aaddf11d738459a57e23e4dd5a47
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M config/gen/makefiles/root.in
M src/string/sprintf.c
Log Message:
-----------
Fix build. Update the makefile to build the sprintf files in their new locations.
Commit: 7865d2759c482d526c1f407aa0cbfa6aa4b6bebe
https://github.com/parrot/parrot/commit/7865d2759c482d526c1f407aa0cbfa6aa4b6bebe
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M src/string/spf_render.c
Log Message:
-----------
First pass cleanup of spf_render.c. Invert an if block to reduce nesting. Add a few comments
Commit: ee068e4b1f069ae5b258bb0890bc8a46b534b53f
https://github.com/parrot/parrot/commit/ee068e4b1f069ae5b258bb0890bc8a46b534b53f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M src/string/spf_render.c
Log Message:
-----------
Reduce nesting one more level. Because we have more space on the right side we can fix the relative indentations of certain blocks to be less scrunched.
Commit: 413d3de45391ce372720303644dedfd73baa12c8
https://github.com/parrot/parrot/commit/413d3de45391ce372720303644dedfd73baa12c8
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M src/string/spf_render.c
Log Message:
-----------
a few small docs fixes
Commit: a19d8b76e9be7f736002156e2e7f0fe6f158816d
https://github.com/parrot/parrot/commit/a19d8b76e9be7f736002156e2e7f0fe6f158816d
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M src/string/spf_render.c
Log Message:
-----------
A handful of nitpicky cleanups
Commit: d27a6550ce870464a5d2a856ea9f3f611b79f0da
https://github.com/parrot/parrot/commit/d27a6550ce870464a5d2a856ea9f3f611b79f0da
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
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
Log Message:
-----------
Remove .file, .line, setfile and setline directives from the IMCC parser. These mechanisms are to be replaced by the newer and more flexible .annotate directive.
Commit: e95a8c1372ba2402f117bc888d55d0a74402b7aa
https://github.com/parrot/parrot/commit/e95a8c1372ba2402f117bc888d55d0a74402b7aa
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/compilers/imcc/syn/clash.t
Log Message:
-----------
Remove some tests for setfile/setline, the only instances of any of these directives in coretest
Commit: 5bdacd53239760158e55c046499f401816e914d4
https://github.com/parrot/parrot/commit/5bdacd53239760158e55c046499f401816e914d4
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/dynoplibs/debug.t
Log Message:
-----------
Remove setfile/setline in t/dynoplibs/debug.t, the only remaining instances in make test
Commit: a53d37adff06264666c37a592c0ff7b9093fefd3
https://github.com/parrot/parrot/commit/a53d37adff06264666c37a592c0ff7b9093fefd3
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M include/parrot/exit.h
M src/exit.c
Log Message:
-----------
Apparently we want PARROT_EXPORT listed before PARROT_COLD or g++ gets angry
Commit: 543619780d42590e9d53b3996450dff22ada6b8a
https://github.com/parrot/parrot/commit/543619780d42590e9d53b3996450dff22ada6b8a
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/gen/config_h/config_h.in
Log Message:
-----------
char is allowed to be unsigned, so explictily request signed type
Commit: 76068a53608599b026869fbac362ba91ef722a37
https://github.com/parrot/parrot/commit/76068a53608599b026869fbac362ba91ef722a37
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/gen/config_h/config_h.in
M src/pmc/stringbuilder.pmc
M src/string/api.c
Log Message:
-----------
remove unnecessary type ptrcast_t
Commit: 902fed329899a4a6eb7e6200e4d2b5ac266d7d92
https://github.com/parrot/parrot/commit/902fed329899a4a6eb7e6200e4d2b5ac266d7d92
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/memalign.pm
M t/steps/auto/memalign-01.t
Log Message:
-----------
remove _set_ptrcast() from auto::memalign
Commit: 4e5de268a37ed2916de031224bc9eb4cb992f7e7
https://github.com/parrot/parrot/commit/4e5de268a37ed2916de031224bc9eb4cb992f7e7
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/sizes/test_c.in
Log Message:
-----------
fix misuse of %u to printf values of type size_t
Commit: 1a14291676381bd4b3544b723c112bc64534b11d
https://github.com/parrot/parrot/commit/1a14291676381bd4b3544b723c112bc64534b11d
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/runcore/subprof.c
Log Message:
-----------
remove needless inclusion of stdint.h
Commit: 05c9736eb9476f2858680ebf3aa61c97adbc0cc0
https://github.com/parrot/parrot/commit/05c9736eb9476f2858680ebf3aa61c97adbc0cc0
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/gen/config_h/config_h.in
M src/gc/system.c
Log Message:
-----------
re-introduce ptrcast_t and use it where actually appropriate
Commit: eebe9896c0317232ff39fec83fb0ee036d724773
https://github.com/parrot/parrot/commit/eebe9896c0317232ff39fec83fb0ee036d724773
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/sizes.pm
Log Message:
-----------
re-factor auto::sizes
Commit: b401f8c4bb0295ac36f6e277e5b19a5a5035e96a
https://github.com/parrot/parrot/commit/b401f8c4bb0295ac36f6e277e5b19a5a5035e96a
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/sizes.pm
Log Message:
-----------
bugfix: change opcode type when changing intval type
Commit: 4e33535108201d965e804ec7958411fcf55d2c76
https://github.com/parrot/parrot/commit/4e33535108201d965e804ec7958411fcf55d2c76
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/sizes-01.t
Log Message:
-----------
Test auto::sizes::runstep().
Commit: 644991b324bd87f7bc2120082d58f44450153cc4
https://github.com/parrot/parrot/commit/644991b324bd87f7bc2120082d58f44450153cc4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/sizes-01.t
Log Message:
-----------
Add tests for new version of auto::sizes.
Commit: 9073605831b7566c765a01bab252d87d622603db
https://github.com/parrot/parrot/commit/9073605831b7566c765a01bab252d87d622603db
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/memalign-01.t
Log Message:
-----------
Correct number of tests in plan.
Commit: d42048366d648694a9cc7549e5d0098eb67f0c7a
https://github.com/parrot/parrot/commit/d42048366d648694a9cc7549e5d0098eb67f0c7a
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/memalign-01.t
Log Message:
-----------
Update copyright date.
Commit: bad02c586162885980d65b5255131ab2da24cbb4
https://github.com/parrot/parrot/commit/bad02c586162885980d65b5255131ab2da24cbb4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/sizes-01.t
Log Message:
-----------
Test all execution paths (branches) for auto::sizes::_set_intval_range().
Commit: e2c061d0f9e9203192338768c14e8836e8e8e215
https://github.com/parrot/parrot/commit/e2c061d0f9e9203192338768c14e8836e8e8e215
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/sizes.pm
Log Message:
-----------
add FIXME note about #705
Commit: 7486fbc5a43fe0ccd70171819959d8780477ca7d
https://github.com/parrot/parrot/commit/7486fbc5a43fe0ccd70171819959d8780477ca7d
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/steps/auto/sizes-01.t
Log Message:
-----------
Test all execution paths for _set_floatval_range().
Commit: 762dddd5cc536ee53c5b84fb4c3ae8b7a480c190
https://github.com/parrot/parrot/commit/762dddd5cc536ee53c5b84fb4c3ae8b7a480c190
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M config/auto/sizes.pm
Log Message:
-----------
use _minimal_ type with size greater than sizeof (void *) for ptrcast
no change on non-exotic platforms, but in priciple the right thing to do
Commit: 4baeaff60c9bb3eae1738d30c54aa34431882142
https://github.com/parrot/parrot/commit/4baeaff60c9bb3eae1738d30c54aa34431882142
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M include/parrot/pointer_array.h
M src/gc/string_gc.c
M src/interp/inter_cb.c
Log Message:
-----------
Fix issue #378
There probably are more pointer to integer conversions which need to be fixed.
Commit: 444ba2af6248d84bb3e2c3fe711874dc34222285
https://github.com/parrot/parrot/commit/444ba2af6248d84bb3e2c3fe711874dc34222285
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/pmc/addrregistry.pmc
Log Message:
-----------
[addrregistry.pmc] fix another round of incorrect pointer conversions
Commit: 22d61a316045405669dd49871b24fa163d9ae1b2
https://github.com/parrot/parrot/commit/22d61a316045405669dd49871b24fa163d9ae1b2
Author: Gerhard R <gerd.r.devel at googlemail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/string/encoding/shared.c
Log Message:
-----------
[string/encoding/shared.c] don't discard const
Commit: a7418362a45fb4d928fb69e4230c30da46b22a57
https://github.com/parrot/parrot/commit/a7418362a45fb4d928fb69e4230c30da46b22a57
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/alarm.c
M src/dynext.c
Log Message:
-----------
seeing some consts and fixing an indent
Commit: 0c03d1f7697551d9566271e477b81cf39596178f
https://github.com/parrot/parrot/commit/0c03d1f7697551d9566271e477b81cf39596178f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M tools/README.pod
Log Message:
-----------
Updated to provide more info about what's in 'tools/'.
Commit: 78332285b0abaed62066c46f1a101f0a86e54248
https://github.com/parrot/parrot/commit/78332285b0abaed62066c46f1a101f0a86e54248
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/codingstd/c_function_docs.t
Log Message:
-----------
If a C function declaration contains PARROT_EXPORT, that must be found
at the start of the declaration.
For https://github.com/parrot/parrot/issues/770.
But note: As of this commit the test reports 3 failures which, in fact,
are not impeding Parrot's build with g++.
Commit: 141ccab8387d13b48cceb251a1b0fa618e51aff9
https://github.com/parrot/parrot/commit/141ccab8387d13b48cceb251a1b0fa618e51aff9
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M t/codingstd/c_function_docs.t
Log Message:
-----------
Refine regex to permit PARROT_CAN(NOT)?_RETURN_NULL to precede
PARROT_EXPORT.
Commit: fc23c71a4a20308e7243f04265e88265c1678dc2
https://github.com/parrot/parrot/commit/fc23c71a4a20308e7243f04265e88265c1678dc2
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/gc/gc_inf.c
Log Message:
-----------
removed unnecessary cast
Commit: c1882a7f7618e2dcd43d214d6507bd2c0c669cef
https://github.com/parrot/parrot/commit/c1882a7f7618e2dcd43d214d6507bd2c0c669cef
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/gc/fixed_allocator.c
Log Message:
-----------
adding a const
Commit: 1cb3e419edf0db9218a090d8196469418c55961e
https://github.com/parrot/parrot/commit/1cb3e419edf0db9218a090d8196469418c55961e
Author: Andrew Whitworth <wknight8111 at gmail.com>
Date: 2012-05-14 (Mon, 14 May 2012)
Changed paths:
M docs/pdds/pdd31_hll.pod
Log Message:
-----------
PDD31 is not a draft anymore
Commit: d6dfa2e97fe4cac7302cf67acfa19f8b43448405
https://github.com/parrot/parrot/commit/d6dfa2e97fe4cac7302cf67acfa19f8b43448405
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-14 (Mon, 14 May 2012)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to 1.8.2 - Bug fixes
Commit: e439c1439000b36c24db51a242a35ac7423581fa
https://github.com/parrot/parrot/commit/e439c1439000b36c24db51a242a35ac7423581fa
Author: isBEKaml <nastavs at gmail.com>
Date: 2012-05-14 (Mon, 14 May 2012)
Changed paths:
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M t/dynoplibs/sysinfo.t
Log Message:
-----------
Addresses #280
Copy over all attributes from sysinfo into interpinfo core op.
Currently, this is duplicated between sysinfo and interpinfo. We may
move these in favour of interpinfo sometime in future deprecating
sysinfo.
Commit: 210ad264c4e3e2da03209f71c11ce2817b895f91
https://github.com/parrot/parrot/commit/210ad264c4e3e2da03209f71c11ce2817b895f91
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-15 (Tue, 15 May 2012)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST.generated
M README.pod
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 tools/release/release.json
Log Message:
-----------
Commit metadata for 4.4.0, Parrot Banana Fanna Fo Ferret.
Commit: 95c9a635cbeaf663689b4a08fd2ac83b6ee23693
https://github.com/parrot/parrot/commit/95c9a635cbeaf663689b4a08fd2ac83b6ee23693
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
M src/ops/core_ops.c
M src/ops/object.ops
M src/pmc/default.pmc
M src/pmc/object.pmc
M src/vtable.tbl
M t/pmc/namespace.t
M t/src/extend_vtable.t
Log Message:
-----------
Merge branch 'whiteknight/gh_675'
Commit: 0083dc25e24468a7d1bb70b03a813e21b392154a
https://github.com/parrot/parrot/commit/0083dc25e24468a7d1bb70b03a813e21b392154a
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
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 t/compilers/imcc/syn/clash.t
M t/dynoplibs/debug.t
Log Message:
-----------
Merge branch 'whiteknight/imcc_file_line'
Commit: a6158f776737e9961922a1e3aaa47921497c5992
https://github.com/parrot/parrot/commit/a6158f776737e9961922a1e3aaa47921497c5992
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
M frontend/parrot2/main.c
Log Message:
-----------
Merge branch 'whiteknight/remove_cmd_opts'
Commit: 5e407c3bdfa6be9d69973b185fd73a0c1291ce68
https://github.com/parrot/parrot/commit/5e407c3bdfa6be9d69973b185fd73a0c1291ce68
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
M compilers/opsc/src/Ops/File.pm
M compilers/opsc/src/Ops/Op.pm
M t/compilers/opsc/04-op.t
Log Message:
-----------
Add handling of Op.deprecated flag
Commit: 3cbfc1234dae0436ce3f94a49d6f82d270e02578
https://github.com/parrot/parrot/commit/3cbfc1234dae0436ce3f94a49d6f82d270e02578
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
M t/compilers/imcc/syn/tail.t
Log Message:
-----------
Fix build.
Commit: b6bf5830112b9aa1077d147179ed0b85270cc456
https://github.com/parrot/parrot/commit/b6bf5830112b9aa1077d147179ed0b85270cc456
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2012-05-16 (Wed, 16 May 2012)
Changed paths:
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
M t/library/osutils.t
Log Message:
-----------
[distutils] efactor with opcode rindex
Commit: 258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
https://github.com/parrot/parrot/commit/258e0ef8687cc3fc7c90f0a5d3172355d3ff4fb4
Author: isBEKaml <nastavs at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/interp/api.c
Log Message:
-----------
First shot at implementing CPU_TYPE
This information is picked out of <sys/utsname.h>, equivalent to `uname
-m` output. I'm unsure as to what should go in there. Fair warning: it's
not quite portable.
Commit: 0ebe739020cfcd5d86f3cc2c797afa84a67da497
https://github.com/parrot/parrot/commit/0ebe739020cfcd5d86f3cc2c797afa84a67da497
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M include/parrot/api.h
M include/parrot/call.h
M include/parrot/exit.h
M src/call/pcc.c
M src/embed/pmc.c
M src/ops/core_ops.c
M src/ops/experimental.ops
Log Message:
-----------
Refactor out CallContext creation into a new function Parrot_pcc_new_call_object. Use that in the new_call_context op. Also, expose it through a convenient new Parrot_api_new_call_object API function. brrt++ for the suggestion
Commit: d2853b9b50abe9f0288cfb79961783d3e3359664
https://github.com/parrot/parrot/commit/d2853b9b50abe9f0288cfb79961783d3e3359664
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M include/parrot/api.h
M src/call/args.c
M src/embed/pmc.c
Log Message:
-----------
Add in a new Parrot_api_pmc_setup_signature convenience API routine, for constructing a CallContext from a signature string and a variadic argument list. brrt++ for the suggestion
Commit: 7be52c6ad1dae843390c4338f6f5bc7254b5885a
https://github.com/parrot/parrot/commit/7be52c6ad1dae843390c4338f6f5bc7254b5885a
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M t/src/embed/pmc.t
Log Message:
-----------
Add a new test to showcase the relative brevity of using the new Parrot_api_pmc_new_call_object and Parrot_api_pmc_setup_signature
Commit: cbc0e3afb2b7aa4709d45179456bfb099aef9d37
https://github.com/parrot/parrot/commit/cbc0e3afb2b7aa4709d45179456bfb099aef9d37
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/embed/pmc.c
Log Message:
-----------
Fix va_args -> var_args* to make g++ happy
Commit: f1a8518f2333946b070a3db6e806a2edd3f8dd87
https://github.com/parrot/parrot/commit/f1a8518f2333946b070a3db6e806a2edd3f8dd87
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/embed/pmc.c
Log Message:
-----------
Fix the build
Commit: 4464e1c9a24efd0590a5408e81b65037034ccd7a
https://github.com/parrot/parrot/commit/4464e1c9a24efd0590a5408e81b65037034ccd7a
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/pmc/hash.pmc
Log Message:
-----------
Consting local vars, and marking an unused interp
Commit: bcccf4dfbb46b9b322571834b106598bdcdaf325
https://github.com/parrot/parrot/commit/bcccf4dfbb46b9b322571834b106598bdcdaf325
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/pmc/alarm.pmc
Log Message:
-----------
consting and flagging interps UNUSED
Commit: 195402ad34f1fef4ecdb70eed866344f4be15fe6
https://github.com/parrot/parrot/commit/195402ad34f1fef4ecdb70eed866344f4be15fe6
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M config/gen/makefiles/root.in
M include/parrot/io.h
M src/io/api.c
M src/io/socket_api.c
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
Log Message:
-----------
Add a new Parrot_io_socket_recv_to_buffer to read from a socket to a preexisting buffer. Refactor most of the guts of the FileHandle.read_bytes method into a new Parrot_io_read_byte_buffer_pmc. Move the read_bytes method from FileHandle to Handle to we can inherit it to Socket too.
Commit: 3747017b764857abd836149a10cc99cc62b0f237
https://github.com/parrot/parrot/commit/3747017b764857abd836149a10cc99cc62b0f237
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M include/parrot/io.h
M src/io/api.c
M src/io/socket_api.c
M src/pmc/handle.pmc
Log Message:
-----------
Add a new .write_bytes() method to Handle, which will be inherited by FileHandle and Socket. This method reads bytes from a ByteBuffer and outputs to the handle. Untested and several codestd problems.
Commit: 1e2db7a33ba12346b8e49ec452e77ebd5b9c51c4
https://github.com/parrot/parrot/commit/1e2db7a33ba12346b8e49ec452e77ebd5b9c51c4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M t/codingstd/c_function_docs.t
Log Message:
-----------
Merge branch '770/order'
Commit: 2fbc49a348a3bcf247a9f6b85420949de15e3fe5
https://github.com/parrot/parrot/commit/2fbc49a348a3bcf247a9f6b85420949de15e3fe5
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Fix t/src/checkdepend.t
Commit: 19f45f0a07e0cf782163c6023d584fc1503cd673
https://github.com/parrot/parrot/commit/19f45f0a07e0cf782163c6023d584fc1503cd673
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M t/codingstd/c_function_docs.t
Log Message:
-----------
Don't treat arrays as booleans
Commit: fab1ffb0ce7bad73da6560ad12d0522f9a0ac31d
https://github.com/parrot/parrot/commit/fab1ffb0ce7bad73da6560ad12d0522f9a0ac31d
Author: Andy Lester <andy at petdance.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M lib/Parrot/Headerizer.pm
Log Message:
-----------
get rid of some leaning toothpicks
Commit: 49f6a6e3111d1b847f6a038244e39673e899f67b
https://github.com/parrot/parrot/commit/49f6a6e3111d1b847f6a038244e39673e899f67b
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-19 (Sat, 19 May 2012)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.generated
R README
A README.pod
M RESPONSIBLE_PARTIES
M VERSION
A compilers/README.pod
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/opsc/src/Ops/File.pm
M compilers/opsc/src/Ops/Op.pm
R compilers/tge/README
A compilers/tge/README.pod
A config/README.pod
A docs/README.pod
A docs/binaries/README.pod
M docs/binaries/parrot.pod
R docs/book/draft/README
A docs/book/draft/README.pod
M docs/book/draft/appb_patch_submission.pod
M docs/compiler_faq.pod
R docs/imcc/README
A docs/imcc/README.pod
M docs/parrot.pod
M docs/parrothist.pod
R docs/pdds/draft/pdd31_hll.pod
M docs/pdds/pdd07_codingstd.pod
A docs/pdds/pdd31_hll.pod
M docs/project/debian_packaging_guide.pod
M docs/project/release_manager_guide.pod
R examples/README
A examples/README.pod
R examples/mops/README
A examples/mops/README.pod
R examples/sdl/minesweeper/README
A examples/sdl/minesweeper/README.pod
R examples/sdl/tetris/README
A examples/sdl/tetris/README.pod
R examples/shootout/README
A examples/shootout/README.pod
R examples/tge/README
A examples/tge/README.pod
A ext/README.pod
R ext/winxed/README
A ext/winxed/README.pod
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
A frontend/README.pod
M frontend/parrot2/main.c
A include/README.pod
M include/parrot/api.h
M include/parrot/call.h
M include/parrot/datatypes.h
M include/parrot/exit.h
M include/parrot/oplib/core_ops.h
M lib/Parrot/Distribution.pm
M lib/Parrot/Docs/Section/Info.pm
M lib/Parrot/Headerizer.pm
M lib/Parrot/Manifest.pm
A lib/README.pod
R ports/ubuntu/README
A ports/ubuntu/README.pod
A runtime/README.pod
R runtime/parrot/dynext/README
A runtime/parrot/dynext/README.pod
R runtime/parrot/include/README
A runtime/parrot/include/README.pod
R runtime/parrot/library/PCT/README
A runtime/parrot/library/PCT/README.pod
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
A src/README.pod
M src/alarm.c
M src/call/args.c
M src/call/context.c
M src/call/pcc.c
M src/datatypes.c
M src/dynext.c
R src/dynoplibs/README
A src/dynoplibs/README.pod
M src/embed/pmc.c
M src/exit.c
M src/gc/fixed_allocator.c
M src/gc/gc_inf.c
M src/namespace.c
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/object.ops
M src/pmc/alarm.pmc
M src/pmc/default.pmc
M src/pmc/hash.pmc
M src/pmc/object.pmc
M src/vtable.tbl
R t/archive/README
A t/archive/README.pod
M t/codingstd/c_function_docs.t
M t/compilers/imcc/syn/clash.t
M t/compilers/imcc/syn/tail.t
M t/compilers/opsc/04-op.t
M t/dynoplibs/debug.t
M t/dynoplibs/io.t
M t/dynpmc/select.t
M t/library/osutils.t
R t/manifest/README
A t/manifest/README.pod
R t/native_pbc/testdata/README
A t/native_pbc/testdata/README.pod
R t/perl/README
A t/perl/README.pod
M t/pmc/filehandle.t
M t/pmc/namespace.t
M t/pmc/parrotio.t
M t/pmc/stringhandle.t
R t/run/README
A t/run/README.pod
R t/src/README
A t/src/README.pod
M t/src/embed/pmc.t
M t/src/extend_vtable.t
M t/tools/install/02-install_files.t
R t/tools/install/testlib/README
A t/tools/install/testlib/README.pod
R t/tools/pmc2cutils/README
A t/tools/pmc2cutils/README.pod
A tools/README.pod
R tools/build/README
A tools/build/README.pod
R tools/dev/README.md
A tools/dev/README.pod
R tools/release/README
A tools/release/README.pod
M tools/release/release.json
M tools/release/update_version.pl
Log Message:
-----------
Merge branch 'master' into whiteknight/sprintf_cleanup
Commit: 0783a031e7dce90186178437fa30bd8cf1049858
https://github.com/parrot/parrot/commit/0783a031e7dce90186178437fa30bd8cf1049858
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M include/parrot/misc.h
M include/parrot/string_funcs.h
M src/string/spf_private.h
M src/string/spf_render.c
M src/string/sprintf.c
Log Message:
-----------
Fix headerizer declarations so the public sprintf-related functions are declared in string_funcs.h instead of misc.h. Change the sprintf engine to use a StringBuilder instead of repeated (wasteful) string concats.
Commit: ed516f4a27bc73e4960651c8d930febca6ffb6db
https://github.com/parrot/parrot/commit/ed516f4a27bc73e4960651c8d930febca6ffb6db
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M src/string/spf_render.c
M src/string/sprintf.c
Log Message:
-----------
Attempt to fix error messages a little bit, on request from benabik++ (GH #759)
Commit: 5a39275696693ffe0cff2218b20484926e9fcc88
https://github.com/parrot/parrot/commit/5a39275696693ffe0cff2218b20484926e9fcc88
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M src/string/spf_render.c
Log Message:
-----------
Change a PANIC/DUMPCORE to an exception that urges the unfortunate user to file a bug report. A few small cleanups
Commit: 3fc09774d758efc45e1b39a4ddb98381190f7f8c
https://github.com/parrot/parrot/commit/3fc09774d758efc45e1b39a4ddb98381190f7f8c
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M src/string/spf_render.c
M t/op/sprintf.t
Log Message:
-----------
A few small code cleanups. Fix t/op/sprintf.t, since it is wonderfully matching on the exact text of the exception message, which is changing for GH #759
Commit: 28ab6f62e3657000ad0022d4c2033d8d824af9b5
https://github.com/parrot/parrot/commit/28ab6f62e3657000ad0022d4c2033d8d824af9b5
Author: Daehyub Kim <lateau at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M docs/embed_new.pod
Log Message:
-----------
typo: docs/embed_new.pod
Commit: 98f8e6e56f4c305dbcc23ce4722ffb80c946f71b
https://github.com/parrot/parrot/commit/98f8e6e56f4c305dbcc23ce4722ffb80c946f71b
Author: Will Coleda <will at coleda.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M docs/embed_new.pod
Log Message:
-----------
Merge pull request #773 from lateau/master
typo: docs/embed_new.pod
Commit: 8013788e3514648fe266b038e044bfb691f538cb
https://github.com/parrot/parrot/commit/8013788e3514648fe266b038e044bfb691f538cb
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-20 (Sun, 20 May 2012)
Changed paths:
M docs/embed_new.pod
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: f7fec052e07769f2c1976b8f225c2cd1f4f6539b
https://github.com/parrot/parrot/commit/f7fec052e07769f2c1976b8f225c2cd1f4f6539b
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M include/parrot/api.h
M src/embed/api.c
Log Message:
-----------
Add a new Parrot_api_set_stdhandle routine to the embedding API to set a custom IO-alike PMC as one of the standard handles for the interp
Commit: da52d96d018df87062335ba2e27d0c25c9b2c3ab
https://github.com/parrot/parrot/commit/da52d96d018df87062335ba2e27d0c25c9b2c3ab
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/embed/api.c
Log Message:
-----------
Some improved docs for the new function
Commit: 3d0c5f751f79070c6605897b4f4713b3dee17e99
https://github.com/parrot/parrot/commit/3d0c5f751f79070c6605897b4f4713b3dee17e99
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/string/spf_private.h
M src/string/spf_render.c
Log Message:
-----------
A few codestd fixes from the sprintf cleanup work
Commit: 727e5150fa44880e5955ff19ccbcdb4c10d0fa10
https://github.com/parrot/parrot/commit/727e5150fa44880e5955ff19ccbcdb4c10d0fa10
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/embed/api.c
M src/string/spf_private.h
Log Message:
-----------
Remove trailing whitespace
Commit: 68fed266001e758169e5283ac1230738cf9654a5
https://github.com/parrot/parrot/commit/68fed266001e758169e5283ac1230738cf9654a5
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/string/spf_private.h
Log Message:
-----------
Update code to make codetest happy
Commit: 93584d056880eff19022a42b927c416de3acd2a1
https://github.com/parrot/parrot/commit/93584d056880eff19022a42b927c416de3acd2a1
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
M docs/embed_new.pod
M include/parrot/api.h
M include/parrot/misc.h
M include/parrot/string_funcs.h
M lib/Parrot/Headerizer.pm
M src/embed/api.c
R src/misc.c
R src/spf_render.c
R src/spf_vtable.c
A src/string/spf_private.h
A src/string/spf_render.c
A src/string/spf_vtable.c
A src/string/sprintf.c
M t/codingstd/c_function_docs.t
M t/op/sprintf.t
Log Message:
-----------
Merge branch 'master' into whiteknight/gh_610
Commit: c93f49226542f9a334dc01f0043e29c685423252
https://github.com/parrot/parrot/commit/c93f49226542f9a334dc01f0043e29c685423252
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M api.yaml
Log Message:
-----------
Add note about .read_bytes and .write_bytes to api.yaml
Commit: 968bb3da827569fcb04db0f93250c149fb5e383e
https://github.com/parrot/parrot/commit/968bb3da827569fcb04db0f93250c149fb5e383e
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M src/io/api.c
M src/io/socket_api.c
Log Message:
-----------
Fix several codetests
Commit: 8ce52c0741cdb5f1d0cb10d323c5402d8a2b4864
https://github.com/parrot/parrot/commit/8ce52c0741cdb5f1d0cb10d323c5402d8a2b4864
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M ChangeLog
Log Message:
-----------
Update ChangeLog with some of my activities since 4.4.0.
Commit: 43531db8bd1b3e1923390ed892f8c7a29b19c7b5
https://github.com/parrot/parrot/commit/43531db8bd1b3e1923390ed892f8c7a29b19c7b5
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M src/io/api.c
M t/pmc/filehandle.t
Log Message:
-----------
Add a test for .FileHandle.write_bytes. Already found (and fixed) a bug where we initialize ByteBuffer with a String instead of a raw char*
Commit: 758cf9e89f720b4616958e75193fa3178442f318
https://github.com/parrot/parrot/commit/758cf9e89f720b4616958e75193fa3178442f318
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M src/io/api.c
M t/pmc/filehandle.t
Log Message:
-----------
Fix the number of tests. Add a cast to make g++ happy
Commit: 8c6f9b8592aa306a276d4de32cb6909e78727292
https://github.com/parrot/parrot/commit/8c6f9b8592aa306a276d4de32cb6909e78727292
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M t/pmc/filehandle.t
Log Message:
-----------
+ a test for FileHandle.read_bytes, modeled after other FileHandle tests
Commit: 452cfd1ed9255ea9f2dc13a3206d0dcaef34de8c
https://github.com/parrot/parrot/commit/452cfd1ed9255ea9f2dc13a3206d0dcaef34de8c
Author: Bart Wiegmans <bartwiegmans at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Added myself to credits
Commit: 0d41939bd08d949de82d87a993b698bfd0442470
https://github.com/parrot/parrot/commit/0d41939bd08d949de82d87a993b698bfd0442470
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Merge pull request #775 from bdw/master
Add my name
Commit: 2ec5d016fa6848f33aa614671ac83017dda4be51
https://github.com/parrot/parrot/commit/2ec5d016fa6848f33aa614671ac83017dda4be51
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M t/pmc/bignum.t
Log Message:
-----------
Fix warning in t/pmc/bignum.t for GMP 5
This code was trying to warn about GMP prior to 4.1.4, but instead was
warning about any version before x.1.4. I rearranged the logic to
make the intent more clear and to not warn about GMP 5+.
Commit: 93841d71ca8d78d03698bc0c09f4c6699d150f16
https://github.com/parrot/parrot/commit/93841d71ca8d78d03698bc0c09f4c6699d150f16
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
A t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Add a log of all of the files which fail 'prove -v t/codingstd/pod_description.t'.
Commit: 647008502c85a12b3385108fdb46bcef0c3ea7a4
https://github.com/parrot/parrot/commit/647008502c85a12b3385108fdb46bcef0c3ea7a4
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M DONORS.pod
M README_cygwin.pod
Log Message:
-----------
Update to include a DESCRIPTION and some additional information on how to resolve various problems to close issue #700.
Commit: 04fefe73931d1e0852976fd3a22801af5c592132
https://github.com/parrot/parrot/commit/04fefe73931d1e0852976fd3a22801af5c592132
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M README_cygwin.pod
Log Message:
-----------
Minor fixes.
Commit: 7329f3562435807f6f226444f7ac51b9db203e17
https://github.com/parrot/parrot/commit/7329f3562435807f6f226444f7ac51b9db203e17
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/data_json/JSON_README.pod
Log Message:
-----------
Update with DESCRIPTION and fixed a typo.
Commit: 70fd3aeac606195d663c4fe9e9897584eaa6ce52
https://github.com/parrot/parrot/commit/70fd3aeac606195d663c4fe9e9897584eaa6ce52
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/data_json/data_json.pir
Log Message:
-----------
Update with DESCRIPTION
Commit: 210a5cfd329776ce646669740b8bf5eba47303dc
https://github.com/parrot/parrot/commit/210a5cfd329776ce646669740b8bf5eba47303dc
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pct/README.pod
Log Message:
-----------
Update with DESCRIPTION
Commit: 6e498f2e25033dfa98657d242ab7209617dca7c0
https://github.com/parrot/parrot/commit/6e498f2e25033dfa98657d242ab7209617dca7c0
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pge/PGE.pir
Log Message:
-----------
Update with DESCRIPTION
Commit: a733ef8728aa5d45eedb5ebb8d153ee548cbe18f
https://github.com/parrot/parrot/commit/a733ef8728aa5d45eedb5ebb8d153ee548cbe18f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pge/PGE/Exp.pir
Log Message:
-----------
Update with DESCRIPTIONS
Commit: 5abc3b768bb4e1571c9053de39e7b386005e5ed2
https://github.com/parrot/parrot/commit/5abc3b768bb4e1571c9053de39e7b386005e5ed2
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pge/PGE/OPTable.pir
Log Message:
-----------
Update with DESCRIPTION
Commit: 5eb2f97109ebb61215957ed3f3590bc1180b5acb
https://github.com/parrot/parrot/commit/5eb2f97109ebb61215957ed3f3590bc1180b5acb
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pge/PGE/Perl6Regex.pir
Log Message:
-----------
Update with DESCRIPTION
Commit: 7377fc812420d8c0f53e4c9c0374090e5c17a35d
https://github.com/parrot/parrot/commit/7377fc812420d8c0f53e4c9c0374090e5c17a35d
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M compilers/pge/README.pod
Log Message:
-----------
Update with DESCRIPTION and a few extra bits.
Commit: 9fb2f11794b8dc43aa017d19ddb32b2741b65149
https://github.com/parrot/parrot/commit/9fb2f11794b8dc43aa017d19ddb32b2741b65149
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Updated log.
Commit: 279df554a144a26405a41b309eee01e6d6aab37f
https://github.com/parrot/parrot/commit/279df554a144a26405a41b309eee01e6d6aab37f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M compilers/tge/TGE/Compiler.pir
Log Message:
-----------
Updated the DESCRIPTION content.
Commit: 902cfefbcf77c2012b9a00e860cf28a41f239349
https://github.com/parrot/parrot/commit/902cfefbcf77c2012b9a00e860cf28a41f239349
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M compilers/tge/TGE/Grammar.pir
Log Message:
-----------
Update the DESCRIPTION
Commit: 3f165bc5abd0f2887d32d717153af2734d036f95
https://github.com/parrot/parrot/commit/3f165bc5abd0f2887d32d717153af2734d036f95
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M compilers/tge/tgc.pir
Log Message:
-----------
Updated DESCRIPTIONS '=head2' to '=head1' and OPTIONS from '=head2' to '=head1' as well.
Commit: 3d27e12f1bb2c0a0aed923ee145c9f0b12b4d799
https://github.com/parrot/parrot/commit/3d27e12f1bb2c0a0aed923ee145c9f0b12b4d799
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M config/auto/llvm/hello.c
Log Message:
-----------
Added DESCRIPTION tag
Commit: 3b99e7a95a1d79d701124f4e374d91d35c1bb169
https://github.com/parrot/parrot/commit/3b99e7a95a1d79d701124f4e374d91d35c1bb169
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/binaries/ops2c.pod
M docs/binaries/parrot-nqp.pod
M docs/binaries/parrot-prove.pod
M docs/binaries/parrot_nci_thunk_gen.pod
M docs/binaries/parrotbug.pod
M docs/binaries/pbc_to_exe.pod
M docs/binaries/plumage.pod
Log Message:
-----------
Upcased '=head1' tags.
Commit: 9617bb7bcf6695ac5cc16934254c79af11a2aeb8
https://github.com/parrot/parrot/commit/9617bb7bcf6695ac5cc16934254c79af11a2aeb8
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/binaries/winxed.pod
Log Message:
-----------
Upcased '=head1' tags
Commit: 1f3949cdf91f74d4fe20c0b57586951979d3a675
https://github.com/parrot/parrot/commit/1f3949cdf91f74d4fe20c0b57586951979d3a675
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/compiler_faq.pod
Log Message:
-----------
Upcased '=head1' tags
Commit: a8cbea3c2476f1476c63dab0cce518c5291f81af
https://github.com/parrot/parrot/commit/a8cbea3c2476f1476c63dab0cce518c5291f81af
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/debug.pod
Log Message:
-----------
Added DESCRIPTION tag
Commit: 99c60a0b137162e9f302aaad7820c0ebeb818824
https://github.com/parrot/parrot/commit/99c60a0b137162e9f302aaad7820c0ebeb818824
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/deprecations/deprecations.pod
M docs/deprecations/deprecations_2_6.pod
M docs/deprecations/deprecations_2_9.pod
M docs/deprecations/deprecations_3_0.pod
M docs/deprecations/deprecations_3_3.pod
M docs/deprecations/deprecations_3_6.pod
M docs/deprecations/how_to_deprecate.pod
Log Message:
-----------
Added DESCRIPTION tag
Commit: 69897d5a0400a9cc0065ce0f1b542c63c7086a98
https://github.com/parrot/parrot/commit/69897d5a0400a9cc0065ce0f1b542c63c7086a98
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/byteorder.pod
M docs/dev/c_functions.pod
M docs/dev/coverage.pod
Log Message:
-----------
Added DESCRIPTION or changed Overview to DESCRIPTION, depending on ...
Commit: a588024c65fffeb6612a64a039da211f8b4f7b76
https://github.com/parrot/parrot/commit/a588024c65fffeb6612a64a039da211f8b4f7b76
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/debugging_with_msvc.pod
Log Message:
-----------
Removed 'ABSTRACT' tag and updated it to 'DESCRIPTION.
Commit: a9c552350f77f5d9c4375084d0e41ec627a6e131
https://github.com/parrot/parrot/commit/a9c552350f77f5d9c4375084d0e41ec627a6e131
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/headerizer.pod
Log Message:
-----------
Removed INTRODUCTION; added DESCRIPTION; and moved AUTHOR to the end of the pod.
Commit: e1c84cac79b5b5cefc7593129e910d9ebfd55869
https://github.com/parrot/parrot/commit/e1c84cac79b5b5cefc7593129e910d9ebfd55869
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/infant.pod
Log Message:
-----------
Added in a DESCRIPTION
Commit: 4319d3087e44d5e14532dd339f01e77422cabddf
https://github.com/parrot/parrot/commit/4319d3087e44d5e14532dd339f01e77422cabddf
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/longopt.pod
Log Message:
-----------
Changed Summary to DESCRIPTION
Commit: 4340a7a2d3c038d91a34fb6c0705fc0c0fff9103
https://github.com/parrot/parrot/commit/4340a7a2d3c038d91a34fb6c0705fc0c0fff9103
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/parrot_api.pod
Log Message:
-----------
Added DESCRIPTION and one line about how PARROT_EXPORT must appear first in the list of modifiers.
Commit: bab3d603e1fd9aa73bcfa88bb426a37268115dd4
https://github.com/parrot/parrot/commit/bab3d603e1fd9aa73bcfa88bb426a37268115dd4
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/pcc_methods.pod
Log Message:
-----------
Added in DESCRIPTION
Commit: b9c0c4a27a4817b03b0e84c6d922e18a89d9cd6a
https://github.com/parrot/parrot/commit/b9c0c4a27a4817b03b0e84c6d922e18a89d9cd6a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/pcc_state.pod
Log Message:
-----------
Added in copyright information, NAME, and DESCRIPTION tags.
Commit: 791fed0edb84742dd60fa62e8ec6b238269ac870
https://github.com/parrot/parrot/commit/791fed0edb84742dd60fa62e8ec6b238269ac870
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/pmc_freeze.pod
Log Message:
-----------
Upcase '=head1' tags.
Commit: db3da4f51efd8d4514ab2bb3763e71a7a1136704
https://github.com/parrot/parrot/commit/db3da4f51efd8d4514ab2bb3763e71a7a1136704
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/dev/pmc_obj_design_meeting_notes.pod
Log Message:
-----------
Added in copyright info; NAME; DESCRIPTION; and upcased a '=head1' tag.
Commit: 72f63b4110a4e882eb77cf926ada2e51f922d3f5
https://github.com/parrot/parrot/commit/72f63b4110a4e882eb77cf926ada2e51f922d3f5
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/extend.pod
Log Message:
-----------
Added in a DESCRIPTION
Commit: 677471a19c4517d25a0cbaddc52b02491cb4433b
https://github.com/parrot/parrot/commit/677471a19c4517d25a0cbaddc52b02491cb4433b
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/faq.pod
Log Message:
-----------
Added in a DESCRIPTION
Commit: e578b7824d044d682d29a1ff0f673b8fdcec00bf
https://github.com/parrot/parrot/commit/e578b7824d044d682d29a1ff0f673b8fdcec00bf
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/gettingstarted.pod
Log Message:
-----------
Added a DESCRIPTION. NOTE: This document 'should' be renamed to 'developer_faq.pod'.
Commit: 26b0a198eaa10f8056d7156052ec44644ec86b48
https://github.com/parrot/parrot/commit/26b0a198eaa10f8056d7156052ec44644ec86b48
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/glossary.pod
Log Message:
-----------
Changed Summary to DESCRIPTION and updated the date updated (and the copyright dates as well).
Commit: 5fa0068dbda580aa5719e33613a7ace5cbaf0e44
https://github.com/parrot/parrot/commit/5fa0068dbda580aa5719e33613a7ace5cbaf0e44
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/imcc/imcfaq.pod
Log Message:
-----------
Added in copyright info, NAME, DESCRIPTION, and fixed some line length issues.
Commit: d0733de0ce04bd358c53f778860e1d590e26f983
https://github.com/parrot/parrot/commit/d0733de0ce04bd358c53f778860e1d590e26f983
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/intro.pod
Log Message:
-----------
Added DESCRIPTION
Commit: f55cc39095d11e813c398a6cd182fd195c38ac1e
https://github.com/parrot/parrot/commit/f55cc39095d11e813c398a6cd182fd195c38ac1e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/memory_internals.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' tags.
Commit: 76302fee5041ce87e861f351290edfdfe13e0f1e
https://github.com/parrot/parrot/commit/76302fee5041ce87e861f351290edfdfe13e0f1e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/overview.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' tags.
Commit: d49c95f639c1b55e5ffd6a2189867ff044b2bd83
https://github.com/parrot/parrot/commit/d49c95f639c1b55e5ffd6a2189867ff044b2bd83
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/parrot.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 9906e5f8b0166dce4a07f9e1cb715b5e7d03385a
https://github.com/parrot/parrot/commit/9906e5f8b0166dce4a07f9e1cb715b5e7d03385a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/parrotbyte.pod
Log Message:
-----------
Added DESCRIPTION and a few minor edits.
Commit: 9c51bd06fca1b100bb94df59343a105f8ea0a6d9
https://github.com/parrot/parrot/commit/9c51bd06fca1b100bb94df59343a105f8ea0a6d9
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Running updates to denote corrected files.
Commit: 6b5b70f478ce03a8df6be8184f1d6cc9de03883a
https://github.com/parrot/parrot/commit/6b5b70f478ce03a8df6be8184f1d6cc9de03883a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/pmc.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 0759a63cbb1b3b27473a108be7cc25e7e3c2cf93
https://github.com/parrot/parrot/commit/0759a63cbb1b3b27473a108be7cc25e7e3c2cf93
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/pmc/array.pod
Log Message:
-----------
Added copyright info, NAME and DESCRIPTION
Commit: 1aa7305480660b032709c6784349099fd624955e
https://github.com/parrot/parrot/commit/1aa7305480660b032709c6784349099fd624955e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/pmc/documentation.pod
Log Message:
-----------
Added copyright info, NAME, and DESCRIPTION
Commit: cc6ad53fa8318476bd1a401eb74f147f7e1eca39
https://github.com/parrot/parrot/commit/cc6ad53fa8318476bd1a401eb74f147f7e1eca39
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/pmc2c.pod
Log Message:
-----------
Added copyright info, SYNOPSIS, and DESCRITPION
Commit: 20451795ee727b3cae706f968882d3d62795812a
https://github.com/parrot/parrot/commit/20451795ee727b3cae706f968882d3d62795812a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/porting_intro.pod
Log Message:
-----------
Changed Overview to DESCRIPTION and upcased '=head1' tags.
Commit: 10a52144af21bbffc221d7fc10f9ed3c9363fd69
https://github.com/parrot/parrot/commit/10a52144af21bbffc221d7fc10f9ed3c9363fd69
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/cage_cleaners_guide.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' tags.
Commit: 1608eac3862182cf6235e102edaea0f7e0b5562d
https://github.com/parrot/parrot/commit/1608eac3862182cf6235e102edaea0f7e0b5562d
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/committer_guide.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' tags.
Commit: bdb0ee1d735e2a82d088992a85be1c3d7a11dbcf
https://github.com/parrot/parrot/commit/bdb0ee1d735e2a82d088992a85be1c3d7a11dbcf
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/core_inclusion.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' command paragraphs [hereafter 'cp' in these commits].
Commit: e1ebff58884c4166bf539eb1bae9060ff60c84da
https://github.com/parrot/parrot/commit/e1ebff58884c4166bf539eb1bae9060ff60c84da
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/cage_cleaners_guide.pod
Log Message:
-----------
Fixed typo.
Commit: 7cd6846b413a367fc2cd69a313ec5a163f5edbb5
https://github.com/parrot/parrot/commit/7cd6846b413a367fc2cd69a313ec5a163f5edbb5
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/debian_packaging_guide.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: 5a498db8f031f14d98d018e8298e8e5f9f416456
https://github.com/parrot/parrot/commit/5a498db8f031f14d98d018e8298e8e5f9f416456
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/metacommitter_guide.pod
Log Message:
-----------
Added DESCRIPTION and made a few, minor edits.
Commit: 4db8be595716d669f2e37f47ef8145958d32ca2b
https://github.com/parrot/parrot/commit/4db8be595716d669f2e37f47ef8145958d32ca2b
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/release_manager_guide.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: 333d4ec1995c362842d432734d062fa2f4591832
https://github.com/parrot/parrot/commit/333d4ec1995c362842d432734d062fa2f4591832
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/roles_responsibilities.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: a2f103515a66224b1b474f4475597fc6c32d8150
https://github.com/parrot/parrot/commit/a2f103515a66224b1b474f4475597fc6c32d8150
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/support_policy.pod
Log Message:
-----------
Changed Abstract to DESCRIPTION.
Commit: e32cf2b44326beb1850c120e41b06dd6688b65e7
https://github.com/parrot/parrot/commit/e32cf2b44326beb1850c120e41b06dd6688b65e7
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M docs/project/ubuntu_packaging_guide.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 9ab85b19d41f9c2bf2d9f1a3b163d7ec0f508f62
https://github.com/parrot/parrot/commit/9ab85b19d41f9c2bf2d9f1a3b163d7ec0f508f62
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Updated to note the corrected files.
Commit: 18d0f30c3141683c5a92e2df5783a521edc527c3
https://github.com/parrot/parrot/commit/18d0f30c3141683c5a92e2df5783a521edc527c3
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M frontend/parrot2/prt0.pir
Log Message:
-----------
Update copyright to 2012.
Commit: 382d90b375232723a5122480f5155ae9e57a8656
https://github.com/parrot/parrot/commit/382d90b375232723a5122480f5155ae9e57a8656
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/req/model_users.pod
Log Message:
-----------
Added DESCRIPTION
Commit: b20e867b1eb4b1c7308bb123cb4662b6a9ed3e34
https://github.com/parrot/parrot/commit/b20e867b1eb4b1c7308bb123cb4662b6a9ed3e34
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/running.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: d2701e565f9f622997d0f584da4194c415da75d3
https://github.com/parrot/parrot/commit/d2701e565f9f622997d0f584da4194c415da75d3
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/submissions.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: 983fe832c564fa65dd794b719695b8389e6df64c
https://github.com/parrot/parrot/commit/983fe832c564fa65dd794b719695b8389e6df64c
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/tests.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: c9e12f839788b9fca1cdea1074e8fb92a46a2907
https://github.com/parrot/parrot/commit/c9e12f839788b9fca1cdea1074e8fb92a46a2907
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/user/pir/exceptions.pod
Log Message:
-----------
Added DESCRIPTION
Commit: e63513c20a7e2a77eaa56d523c63ba7d9a3e2a73
https://github.com/parrot/parrot/commit/e63513c20a7e2a77eaa56d523c63ba7d9a3e2a73
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/user/pir/intro.pod
Log Message:
-----------
Added DESCRIPTION and upcased '=head1' cps.
Commit: 3607aaa5876bff4b89acbc157de9040c3d402739
https://github.com/parrot/parrot/commit/3607aaa5876bff4b89acbc157de9040c3d402739
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/user/pir/objects.pod
Log Message:
-----------
Added DESCRIPTION and upcased a '=head1' cps.
Commit: bac982b1273d283fd5508ae9c31a8a75e9129312
https://github.com/parrot/parrot/commit/bac982b1273d283fd5508ae9c31a8a75e9129312
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/user/pir/pmcs.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 00e764af84ca8f92b2c2f92fa7e589e1b94c14b2
https://github.com/parrot/parrot/commit/00e764af84ca8f92b2c2f92fa7e589e1b94c14b2
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M docs/vtables.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 3178c1755c9ede93c2b85130df94234562f63962
https://github.com/parrot/parrot/commit/3178c1755c9ede93c2b85130df94234562f63962
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M editor/README.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 53ff7ad3c6c8f796af66d26e5959b2f7a640446f
https://github.com/parrot/parrot/commit/53ff7ad3c6c8f796af66d26e5959b2f7a640446f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Updated with corrected files.
Commit: a9d1eacd2806714082aa82a07a733c645fe86050
https://github.com/parrot/parrot/commit/a9d1eacd2806714082aa82a07a733c645fe86050
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/languages/abc/abc.pir
Log Message:
-----------
Upcased '=head2 Description' to '=head1 DESCRIPTION'.
Commit: 23a4483bedbf955bfff58790c08f1c1fe008447f
https://github.com/parrot/parrot/commit/23a4483bedbf955bfff58790c08f1c1fe008447f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/languages/abc/src/builtins/all.pir
Log Message:
-----------
Added DESCRIPTION to '=head1' cp.
Commit: 3d54d262787b10d881a62ff02d0b92c4996a682b
https://github.com/parrot/parrot/commit/3d54d262787b10d881a62ff02d0b92c4996a682b
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/languages/squaak/src/squaak.pir
Log Message:
-----------
Upcased 'Description' to 'DESCRIPTION'.
Commit: e892ea94240a773104b5cabfb2a1b67e52c0a68f
https://github.com/parrot/parrot/commit/e892ea94240a773104b5cabfb2a1b67e52c0a68f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/languages/squaak/squaak.pir
Log Message:
-----------
Upcased 'Description' to 'DESCRIPTION'
Commit: 1af2cef028203b49ae5062a7902c804b38f4083a
https://github.com/parrot/parrot/commit/1af2cef028203b49ae5062a7902c804b38f4083a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/languages/squaak/doc/tutorial_episode_1.pod
M examples/languages/squaak/doc/tutorial_episode_2.pod
M examples/languages/squaak/doc/tutorial_episode_3.pod
M examples/languages/squaak/doc/tutorial_episode_4.pod
M examples/languages/squaak/doc/tutorial_episode_5.pod
M examples/languages/squaak/doc/tutorial_episode_6.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/languages/squaak/doc/tutorial_episode_8.pod
M examples/languages/squaak/doc/tutorial_episode_9.pod
Log Message:
-----------
Added DESCRIPTION
Commit: 9681c7d7ba5fa6e549a304a06e0cc1773ac74d4a
https://github.com/parrot/parrot/commit/9681c7d7ba5fa6e549a304a06e0cc1773ac74d4a
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/mops/mops.p6
Log Message:
-----------
Changed '=begin pod' and '=end pod' to '=pod' and '=cut' cps. This should fix the problem.
Commit: 3a3cca0ef2ec8e2635e885000831918826cb5fe3
https://github.com/parrot/parrot/commit/3a3cca0ef2ec8e2635e885000831918826cb5fe3
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/mops/mops.rb
Log Message:
-----------
Removed '=begin RUBY_COMMENT' and '=end RUBY_COMMENT' cps and substituted with '=pod' and '=cut' cps.
Commit: e0a0a1e1b7d41eea8a5bef34dd45757664cfee37
https://github.com/parrot/parrot/commit/e0a0a1e1b7d41eea8a5bef34dd45757664cfee37
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/nci/Xlib.pir
M examples/nci/Xlibconstants.pir
M examples/nci/xlibtest.nqp
M examples/nci/xlibtest.p6
M examples/nci/xlibtest.pir
Log Message:
-----------
Added DESCRIPTION, moved SYNOPSIS to proper place, and renamed 'TITLE' to 'NAME'.
Commit: 70d617f9555ea58f61a0671a8973be33825f46ac
https://github.com/parrot/parrot/commit/70d617f9555ea58f61a0671a8973be33825f46ac
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/past/01-sub.pir
M examples/past/four_plus_one.pir
Log Message:
-----------
Added DESCRIPTION cps
Commit: fe565c57cdbc3c42975d5c0806d8975b6c3cbdf8
https://github.com/parrot/parrot/commit/fe565c57cdbc3c42975d5c0806d8975b6c3cbdf8
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/pir/coop_threads.pir
Log Message:
-----------
Added DESCRIPTION
Commit: a17fc716841bb39f97f61a2eec5aa7581483c0ab
https://github.com/parrot/parrot/commit/a17fc716841bb39f97f61a2eec5aa7581483c0ab
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/sdl/anim_image.pir
M examples/sdl/anim_image_dblbuf.pir
Log Message:
-----------
Added DESCRIPTION
Commit: 02d52f1e3ed1baba7def5762fbaf264c177c113f
https://github.com/parrot/parrot/commit/02d52f1e3ed1baba7def5762fbaf264c177c113f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 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/blue_rect.pl
M examples/sdl/bounce_parrot_logo.pir
M examples/sdl/mandel.pir
Log Message:
-----------
Added DESCRIPTION
Commit: 4762a12d470c1df0a10d975a05f2a79e817eeb64
https://github.com/parrot/parrot/commit/4762a12d470c1df0a10d975a05f2a79e817eeb64
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M examples/sdl/minesweeper/eventhandler.pir
M examples/sdl/minesweeper/mines.pir
Log Message:
-----------
Added DESCRIPTION
Commit: 36a31584825820f74683c3208d0c2375f379221e
https://github.com/parrot/parrot/commit/36a31584825820f74683c3208d0c2375f379221e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-05-26 (Sat, 26 May 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Update more files. Only 99 left, so I'm taking a'bit of a break for a coupl'a days.
Commit: 329e690f08873f91c90699f5b9bf6057b51d3b14
https://github.com/parrot/parrot/commit/329e690f08873f91c90699f5b9bf6057b51d3b14
Author: isBEKaml <nastavs at gmail.com>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M include/parrot/platform_interface.h
M src/interp/api.c
M src/platform/generic/misc.c
M src/platform/win32/misc.c
Log Message:
-----------
CPU_TYPE information is now available for win32
I have not tested this in win32 since I don't have one available. When
you get time, please test this and let me know. Particularly, I'm unsure
about the type ramifications between WORD and char* (or STRING).
Commit: 3c44a3e9cae23a5e3a045253ae7a8e62ae2cf0b4
https://github.com/parrot/parrot/commit/3c44a3e9cae23a5e3a045253ae7a8e62ae2cf0b4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Fix for github issue #776.
*.pbc files created by the test suite in t/compilers/imcc/syn/*.t had not been
added to 'test-clean' target. Consequently, older files not removed during a
customary 'make realclean' were affecting test results, specifically, test #11
in t/compilers/imcc/syn/clash.t under make testr.
Commit: 6b46960a6a631ff24f63d57552470e1a97732b0b
https://github.com/parrot/parrot/commit/6b46960a6a631ff24f63d57552470e1a97732b0b
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Add to test-clean target *.pbc files created under t/compilers/imcc/reg/.
Commit: 6c22780a1a23a8252761f9317bb802d34a0ad4fc
https://github.com/parrot/parrot/commit/6c22780a1a23a8252761f9317bb802d34a0ad4fc
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Add files to test-clean or prog-clean targets.
Commit: a9b72583fddfda7da98ea79f2044de0026da9910
https://github.com/parrot/parrot/commit/a9b72583fddfda7da98ea79f2044de0026da9910
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Add an alias.
Commit: 94629c3c7accdcaaf677825944dd77e0a2d085fd
https://github.com/parrot/parrot/commit/94629c3c7accdcaaf677825944dd77e0a2d085fd
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M src/pmc/key.pmc
Log Message:
-----------
Key: Add method to introspect type of value
Returns an integer based on PCC's type flags. I'd rather not expose
Key's flag values to the outside world, so let's rely on values
already exposed for simplicity/consistency.
Commit: ca755b6d482741456865df76f4112f5c6c10b38a
https://github.com/parrot/parrot/commit/ca755b6d482741456865df76f4112f5c6c10b38a
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M tools/dev/mk_inno_language.pl
Log Message:
-----------
[win32/inno] follow nqp/rakudo
Commit: 50388819d7a7212fd34bd1a6161cc1f911f87e6f
https://github.com/parrot/parrot/commit/50388819d7a7212fd34bd1a6161cc1f911f87e6f
Author: Klaas-Jan Stol <parrotcode at gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
remove "kj" in credits file so as not to miss out on karma.
Commit: 481a11580a69d0e10cfbcea2cb33216ac159f2e4
https://github.com/parrot/parrot/commit/481a11580a69d0e10cfbcea2cb33216ac159f2e4
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M src/pmc/default.pmc
Log Message:
-----------
change description of Default get_class vtable function
It was a blatant lie since who knows
Commit: ad726e8767bd2eb0019074c40ef52947e5d959aa
https://github.com/parrot/parrot/commit/ad726e8767bd2eb0019074c40ef52947e5d959aa
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M src/pmc/resizablepmcarray.pmc
Log Message:
-----------
typo
Commit: b02bb484d4f60936a1cfc5bc3bcc8fcd02039d7f
https://github.com/parrot/parrot/commit/b02bb484d4f60936a1cfc5bc3bcc8fcd02039d7f
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
A tools/dev/pbc_to_exe.winxed
Log Message:
-----------
pbc_to_exe converted to winxed - quick start
Commit: c7e2a4dca93480d19d3ba8dda5e5ec9a542387f7
https://github.com/parrot/parrot/commit/c7e2a4dca93480d19d3ba8dda5e5ec9a542387f7
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
R tools/dev/pbc_to_exe.pir
Log Message:
-----------
update the infrastructute to build pbc_to_exe from the winxed source
Commit: 03d5e8ef49421828bca9702af4e426ec91702772
https://github.com/parrot/parrot/commit/03d5e8ef49421828bca9702af4e426ec91702772
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M tools/dev/pbc_to_exe.winxed
Log Message:
-----------
minor improvements in the converted pbc_to_exe:
- convert remaining gotos
- define a const for the read buffer size
- add a helper routine for spawnw
Commit: e036f5b7cae1431bd4d6965322a539e3acd8f9ac
https://github.com/parrot/parrot/commit/e036f5b7cae1431bd4d6965322a539e3acd8f9ac
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M config/auto/memalign.pm
M config/auto/sizes.pm
M config/auto/sizes/test_c.in
M config/gen/config_h/config_h.in
M include/parrot/pointer_array.h
M src/gc/string_gc.c
M src/gc/system.c
M src/interp/inter_cb.c
M src/pmc/addrregistry.pmc
M src/pmc/stringbuilder.pmc
M src/runcore/subprof.c
M src/string/api.c
M src/string/encoding/shared.c
M t/steps/auto/memalign-01.t
M t/steps/auto/sizes-01.t
Log Message:
-----------
Merge pull request #704 from gerdr/gerdr/cleanup
cleanup and auto::sizes refactor
Commit: 58d737e7c4bc566c17fa7fa223ee5db39d502500
https://github.com/parrot/parrot/commit/58d737e7c4bc566c17fa7fa223ee5db39d502500
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/alarm.c
Log Message:
-----------
Reworked timer handling to fix a race
If after an alarm expires a new alarm was set to the exact same time (now)
Parrot_alarm_runloop would not notice and still wait for new alarms without
notifying any threads. This happened quite often on Windows because
Parrot_floatval_time() gives only millisecond precision there which is an
eternity for a processor.
This reworked version is no longer dependent on any precision.
Commit: 4f8359ff971265713c38935fe2b8edfd98084dc9
https://github.com/parrot/parrot/commit/4f8359ff971265713c38935fe2b8edfd98084dc9
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M include/parrot/thr_windows.h
Log Message:
-----------
Get Windows COND_TIMED_WAIT closer to POSIX semantics
The other part of the solution to the Windows timer problem
Commit: aad6ae6bc7b70772f0687dfc0135e5aa18dbedb6
https://github.com/parrot/parrot/commit/aad6ae6bc7b70772f0687dfc0135e5aa18dbedb6
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M t/pmc/task.t
Log Message:
-----------
Activate t/pmc/timer.t on Windows since it actually passes
Commit: db9fc1209ddbdaeb43ee559e06892c4e64517156
https://github.com/parrot/parrot/commit/db9fc1209ddbdaeb43ee559e06892c4e64517156
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M config/auto/sizes.pm
Log Message:
-----------
Remove unused subroutine _find_type_ge() per discussion with Gerhard R.
Commit: 22d7d59b80c12719651373135c9a5acb503d9331
https://github.com/parrot/parrot/commit/22d7d59b80c12719651373135c9a5acb503d9331
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M src/ops/core.ops
M src/ops/core_ops.c
Log Message:
-----------
The compreg hash is autovivified in the Parrot_interp_set_compiler function. Make sure we use that function (and Parrot_interp_get_compiler) for accessing the compreg hash in the compreg_s_p and compreg_p_s ops for cases where the only compiler get/set operations are done from the pbc level. brrt++ for the find.
Commit: 40ab27488b9316272b24b0f6584b800da55a1ff9
https://github.com/parrot/parrot/commit/40ab27488b9316272b24b0f6584b800da55a1ff9
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/sdl/move_parrot_logo.pir
Log Message:
-----------
Added in a simple DESCRIPTION
Commit: 800d58c6162e20aed42ab65152e8eddb8c180931
https://github.com/parrot/parrot/commit/800d58c6162e20aed42ab65152e8eddb8c180931
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/sdl/move_parrot_logo.pir
Log Message:
-----------
Oops! Removed 'DESCRIPTION' and renamed 'TITLE' to 'DESCRIPTION'.
Commit: 4346f516e98015beee4c226ad0ffaf1077233559
https://github.com/parrot/parrot/commit/4346f516e98015beee4c226ad0ffaf1077233559
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/sdl/raw_pixels.pir
Log Message:
-----------
Renamed 'TITLE' to 'DESCRIPTION'.
Commit: e35f8fb7507c9e5e28f792b2b07f87d8926e33fa
https://github.com/parrot/parrot/commit/e35f8fb7507c9e5e28f792b2b07f87d8926e33fa
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/sdl/tetris/app.pir
M examples/sdl/tetris/block.pir
M examples/sdl/tetris/blockdata.pir
M examples/sdl/tetris/blocks.pir
M examples/sdl/tetris/board.pir
M examples/sdl/tetris/boarddata.pir
M examples/sdl/tetris/eventhandler.pir
M examples/sdl/tetris/tetris.pir
Log Message:
-----------
Renamved 'TITLE' to 'DESCRIPTION'.
Commit: 8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
https://github.com/parrot/parrot/commit/8ef8a541e8dd5bf6ee215ab181f63a1c1d0acf14
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/streams/Bytes.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/ParrotIO.pir
M examples/streams/SubCounter.pir
M examples/streams/SubHello.pir
M examples/streams/Writer.pir
Log Message:
-----------
Updated top '=head1' cp from the textual description present to 'DESCRIPTION'.
Commit: 22b6a86579efa52937749e79a003427915066503
https://github.com/parrot/parrot/commit/22b6a86579efa52937749e79a003427915066503
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M examples/tge/branch/lib/Branch.pir
M examples/tge/branch/lib/Leaf.pir
Log Message:
-----------
Filled-in empty 'DESCRIPTION' cp.
Commit: d00e40b63f6df42ff248c38ec8b76efd18fbc829
https://github.com/parrot/parrot/commit/d00e40b63f6df42ff248c38ec8b76efd18fbc829
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Just updating the log file.
Commit: 30a861c796f2c7dc8eed8c164364b529052a62b9
https://github.com/parrot/parrot/commit/30a861c796f2c7dc8eed8c164364b529052a62b9
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to 1.9.0:
- new syntax for multis and for new initiallization
- Fixed some inline problems
- Minor improvements in optimization
Commit: d92d236fb76a960d385ccd93b4d858302582626e
https://github.com/parrot/parrot/commit/d92d236fb76a960d385ccd93b4d858302582626e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-03 (Sun, 03 Jun 2012)
Changed paths:
M examples/tutorial/00_README.pod
M examples/tutorial/01_temp_var.pir
M examples/tutorial/02_local_var.pir
M examples/tutorial/03_temp_var_basic_pmcs.pir
M examples/tutorial/04_pod_comments.pir
M examples/tutorial/10_math_ops.pir
M examples/tutorial/11_math_ops_self_mod.pir
M examples/tutorial/12_math_ops_pasm.pir
M examples/tutorial/13_logical_ops.pir
M examples/tutorial/20_string_ops.pir
M examples/tutorial/21_string_ops_repeat.pir
M examples/tutorial/22_string_ops_length.pir
M examples/tutorial/23_string_ops_substr.pir
M examples/tutorial/24_string_ops_clone.pir
M examples/tutorial/30_arrays_basic.pir
M examples/tutorial/31_array_ops_split.pir
M examples/tutorial/32_array_ops_sprintf.pir
M examples/tutorial/33_hashes.pir
M examples/tutorial/34_multikey.pir
M examples/tutorial/40_file_ops.pir
M examples/tutorial/50_goto.pir
M examples/tutorial/51_if_unless.pir
M examples/tutorial/52_if_compare.pir
M examples/tutorial/53_loop.pir
M examples/tutorial/55_iterator.pir
M examples/tutorial/56_defined.pir
M examples/tutorial/57_exists.pir
M examples/tutorial/60_subroutines.pir
M examples/tutorial/61_namespaces.pir
M examples/tutorial/62_namespaces.pir
M examples/tutorial/70_class_object.pir
M examples/tutorial/81_continuation.pir
M examples/tutorial/82_coroutine.pir
M examples/tutorial/83_external_libraries.pir
M examples/tutorial/90_writing_tests.pir
Log Message:
-----------
Added DESCRIPTION and some minor edits.
Commit: ab1dbb18997c0187d2619454eec56dff9f7da9dc
https://github.com/parrot/parrot/commit/ab1dbb18997c0187d2619454eec56dff9f7da9dc
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-03 (Sun, 03 Jun 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Just logging the edited files.
Commit: cdf2570fe6ba9a0803fdd0f871c796d92f3a85a9
https://github.com/parrot/parrot/commit/cdf2570fe6ba9a0803fdd0f871c796d92f3a85a9
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-03 (Sun, 03 Jun 2012)
Changed paths:
M runtime/parrot/include/green_threads.pir
M runtime/parrot/include/hllmacros.pir
M runtime/parrot/include/test_more.pir
Log Message:
-----------
Added DESCRIPTION and some minor edits.
Commit: 96843ac19113aefeb33a3a0e31b8e0c65f42b14e
https://github.com/parrot/parrot/commit/96843ac19113aefeb33a3a0e31b8e0c65f42b14e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-03 (Sun, 03 Jun 2012)
Changed paths:
M runtime/parrot/library/CGI/QueryHash.pir
M runtime/parrot/library/Config/JSON.pir
M runtime/parrot/library/HTTP/Daemon.pir
M runtime/parrot/library/HTTP/Message.pir
M runtime/parrot/library/JSON.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/LWP/UserAgent.pir
M runtime/parrot/library/PGE/Dumper.pir
M runtime/parrot/library/Range.pir
M runtime/parrot/library/Stream/Writer.pir
M runtime/parrot/library/String/Utils.pir
M runtime/parrot/library/TAP/Formatter.pir
M runtime/parrot/library/TAP/Harness.pir
M runtime/parrot/library/TAP/Parser.pir
M runtime/parrot/library/Test/Builder/Test.pir
M runtime/parrot/library/URI.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/parrotlib.pir
Log Message:
-----------
Added DESCRIPTION and some minor edits.
Commit: cd78d9b34d1d11275253f7c9b7a2b743e0fc339c
https://github.com/parrot/parrot/commit/cd78d9b34d1d11275253f7c9b7a2b743e0fc339c
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-06-03 (Sun, 03 Jun 2012)
Changed paths:
M config/auto/va_ptr.pm
Log Message:
-----------
Silence failing auto::va_ptr probes
clang -faddress-sanitizer prints a log to stderr on the failing
stack test. Use cc_run_capture instead.
Commit: e6460967c19ffa384ff57dfb6149955f2420db41
https://github.com/parrot/parrot/commit/e6460967c19ffa384ff57dfb6149955f2420db41
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M src/alarm.c
M src/dynpmc/README.pod
M src/gc/gc_ms2.c
M src/platform/generic/socket.c
M src/pmc/callback.pmc
M src/pointer_array.c
M src/runcore/subprof.c
Log Message:
-----------
Added DESCRIPTION and minor edits.
Commit: d9f2d47d5fec3a52c2945c89327cedd5142a0b0d
https://github.com/parrot/parrot/commit/d9f2d47d5fec3a52c2945c89327cedd5142a0b0d
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M t/TESTS_STATUS.pod
M t/codingstd/pccmethod_deps.t
M t/dynoplibs/time.t
M t/harness
M t/op/time.t
M t/pmc/opcode.t
M t/pmc/oplib.t
M t/pmc/task_primes.t
Log Message:
-----------
Added DESCRIPTION and some minor edits.
Commit: 1eb0f9c2afdaa2e2ea6a86b57d260cd5dcd67b6c
https://github.com/parrot/parrot/commit/1eb0f9c2afdaa2e2ea6a86b57d260cd5dcd67b6c
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M tools/dev/merge_pull_request.pl
M tools/release/cut.pl
Log Message:
-----------
Added DESCRIPTION and some minor edits.
Commit: edf650f56f66140195b0b2167544b83d466dd0d5
https://github.com/parrot/parrot/commit/edf650f56f66140195b0b2167544b83d466dd0d5
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M compilers/imcc/imcc.y
Log Message:
-----------
I've tried to add some pod, to include a DESCRIPTION, at the top of the file. We'll see if it works.
Commit: 1fcad09993b678fa4702b1e8f0259d348e95fa35
https://github.com/parrot/parrot/commit/1fcad09993b678fa4702b1e8f0259d348e95fa35
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Completed, most, of the edits, but I still need to test.
Commit: a64047301478a26ae1315a6cc8080fb703ee49a6
https://github.com/parrot/parrot/commit/a64047301478a26ae1315a6cc8080fb703ee49a6
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M config/auto/va_ptr.pm
Log Message:
-----------
Merge pull request #779 from rurban/master
Silence failing auto::va_ptr probes
Commit: 7600c8f402f5b40bcb04ee7392fce7d0200fc434
https://github.com/parrot/parrot/commit/7600c8f402f5b40bcb04ee7392fce7d0200fc434
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M src/exit.c
M t/run/options.t
Log Message:
-----------
Mark --leak-test to be skipped with AddressSanitizer
See issue GH #765. interp can be already freed, but avoid checking it for now.
Commit: 7bf8f079319cc5d116647cecad8842a0a498f978
https://github.com/parrot/parrot/commit/7bf8f079319cc5d116647cecad8842a0a498f978
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M docs/compiler_faq.pod
Log Message:
-----------
Removed url to 'http://www.parrotblog.org/2008/03/targeting-parrot-vm.html' and replaced it with 'http://parrot.github.com/html/examples/languages/squaak/doc/tutorial_episode_1.pod.html'. I noticed this last week, but forgot about it 'til dukeleto++'s post to parrot-dev.
Commit: 5a208a7a1e588f6d942383c344bcd2f22ba81b67
https://github.com/parrot/parrot/commit/5a208a7a1e588f6d942383c344bcd2f22ba81b67
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-04 (Mon, 04 Jun 2012)
Changed paths:
M docs/project/release_manager_guide.pod
Log Message:
-----------
Added reini (Jul 17, 2012 - 4.6.0) and whiteknight (Aug 21, 2012 - 4.7.0) as release mangers.
Commit: f1276017f3dad525ed3e69d2db095e247aa8e644
https://github.com/parrot/parrot/commit/f1276017f3dad525ed3e69d2db095e247aa8e644
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M lib/Parrot/Test/Pod.pm
Log Message:
-----------
Fixed typo.
Commit: 35375528db2c43a97fc9d102fcb481832db5f687
https://github.com/parrot/parrot/commit/35375528db2c43a97fc9d102fcb481832db5f687
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M lib/Parrot/Test/Pod.pm
Log Message:
-----------
Updated to exclude 'docs/pdds' and 'docs/pdds/draft' from the test for DESCRIPTION. There are two reasons for this exclusion: (1) 'pdds' have their own, specific format set out in 'docs/pdds/pdd00_pdd.pod' and 'docs/pdds/pdd_template.pod' and (2) we already test the POD for 'pdds' in 't/codingstd/pdd_format.t'.
Commit: 12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
https://github.com/parrot/parrot/commit/12c211a45102aca4f8a75aa51e99b3d9ed3d55c6
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/codingstd/pod_description.t
Log Message:
-----------
Added a'bit of pod about how you can use '% perl t/codingstd/pod_description.t' to find which files fail to pass the test.
Commit: bfd55322d1a0c11868eec47a56722f3ecbf5becd
https://github.com/parrot/parrot/commit/bfd55322d1a0c11868eec47a56722f3ecbf5becd
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/codingstd/pod_description.t
Log Message:
-----------
Changed that to 'prove -v t/codingstd/pod_description.t'.
Commit: b88b22909135b3a0934c330e6e5a5be9e84946e7
https://github.com/parrot/parrot/commit/b88b22909135b3a0934c330e6e5a5be9e84946e7
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M docs/parrotbyte.pod
Log Message:
-----------
Fixed typo
Commit: 071600bb1933c977f9a8da706408bb5feea402cf
https://github.com/parrot/parrot/commit/071600bb1933c977f9a8da706408bb5feea402cf
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M examples/languages/squaak/doc/tutorial_episode_3.pod
Log Message:
-----------
Fixed typo
Commit: 75563adc448e18836f2bf85dde60b7d8dd0ea157
https://github.com/parrot/parrot/commit/75563adc448e18836f2bf85dde60b7d8dd0ea157
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M examples/languages/squaak/squaak.pir
Log Message:
-----------
Missed a '=head2 DESCRIPTION'. Fixed.
Commit: 53b4757c8452d0163425d50cd51fcb6009eda3f4
https://github.com/parrot/parrot/commit/53b4757c8452d0163425d50cd51fcb6009eda3f4
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M examples/languages/squaak/src/squaak.pir
Log Message:
-----------
Missed another '=head2 DESCRIPTION'. Fixed.
Commit: 89b4a0aec872a62ad56c14f6b77bef59d411963f
https://github.com/parrot/parrot/commit/89b4a0aec872a62ad56c14f6b77bef59d411963f
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M runtime/parrot/languages/parrot/parrot.pir
Log Message:
-----------
Just missed it in the first go. Fixed.
Commit: e4b931d2aadecba7f03254309f36fbe4e4ab06b0
https://github.com/parrot/parrot/commit/e4b931d2aadecba7f03254309f36fbe4e4ab06b0
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M src/embed/api.c
Log Message:
-----------
Throw an exception from Parrot_api_get_compiler if the compiler cannot be found. brrt++ for the suggestion.
Commit: 33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
https://github.com/parrot/parrot/commit/33b5a2fed8100c11d37dc9b9cc7033bdfb5ccef7
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M compilers/imcc/imcparser.c
Log Message:
-----------
Added in some POD to satisfy 't/codingstd/pod_description.t'.
Commit: f59dfa03af66dedd67fa0e8141fc2de11e3ff9e6
https://github.com/parrot/parrot/commit/f59dfa03af66dedd67fa0e8141fc2de11e3ff9e6
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Update the log file. Note: I'll have to delete this *before* merging this branch.
Commit: f524d82d02b85e86dd0d991f6592ebc3ae5a9e5b
https://github.com/parrot/parrot/commit/f524d82d02b85e86dd0d991f6592ebc3ae5a9e5b
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M compilers/imcc/imcparser.c
Log Message:
-----------
Rearranged POD 'cause where I had it broke 'make'.
Commit: 41387d2189d4620d430e86ea4dbe52c611c12836
https://github.com/parrot/parrot/commit/41387d2189d4620d430e86ea4dbe52c611c12836
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M compilers/imcc/imcparser.c
Log Message:
-----------
Restored back to see if 'make' works. Basically, just checking.
Commit: 89ca2655affb7ba00e2846bd71cb4b6774da3ab4
https://github.com/parrot/parrot/commit/89ca2655affb7ba00e2846bd71cb4b6774da3ab4
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M compilers/imcc/imcc.y
Log Message:
-----------
I think this should get it. I completely wasn't paying attention. 'imcc.y' is the parser file for 'imcparser.c'. So, this should get it.
Commit: 554227b106c29ff27c4cf349266305fa35002b4e
https://github.com/parrot/parrot/commit/554227b106c29ff27c4cf349266305fa35002b4e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M compilers/imcc/imcparser.c
Log Message:
-----------
Ok. This is the last commit before I stick this in the exclusion list.
Commit: 02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
https://github.com/parrot/parrot/commit/02f0fe0c7ee3a53d3f78a0a2b06066575445d4ec
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Removed the '=pod' command paragraph at the top and the '=cut' command paragraph and the bottom because there is no other pod in this document and, truth be told, this is NOT really a Pod file. So, basically, de-minimal-podify this document.
Commit: 7ff17f2de85584a1550ea1c5d6f7e4335b0086ed
https://github.com/parrot/parrot/commit/7ff17f2de85584a1550ea1c5d6f7e4335b0086ed
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M examples/sdl/blue_rect.pir
Log Message:
-----------
Removed some accidentail, extra space.
Commit: c808b36af58b50c636b9be9d2849c2507e30a4dc
https://github.com/parrot/parrot/commit/c808b36af58b50c636b9be9d2849c2507e30a4dc
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M examples/sdl/mandel.pir
Log Message:
-----------
Removed some extra space.
Commit: f03a0ad52ba9eed690da2f7c41aec5015cf5295c
https://github.com/parrot/parrot/commit/f03a0ad52ba9eed690da2f7c41aec5015cf5295c
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/pmc/opcode.t
Log Message:
-----------
Removed some extra, accidental space.
Commit: aeb7c0759b4fb9114758c641e64b7f8a2c9d1199
https://github.com/parrot/parrot/commit/aeb7c0759b4fb9114758c641e64b7f8a2c9d1199
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M runtime/parrot/library/CGI/QueryHash.pir
Log Message:
-----------
Removed some extra, accidental space.
Commit: f9248ede52b1359657a42c6b271d993cf25264b6
https://github.com/parrot/parrot/commit/f9248ede52b1359657a42c6b271d993cf25264b6
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M runtime/parrot/library/String/Utils.pir
Log Message:
-----------
Removed extra, accidental space.
Commit: 183526cf24865b0c7d5d440a74200e793da8bca7
https://github.com/parrot/parrot/commit/183526cf24865b0c7d5d440a74200e793da8bca7
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/tools/dump_pbc.t
Log Message:
-----------
Updated test to reflect the edit in 'examples/tutorial/01_temp_var.pir'.
Commit: 7f1155a6e74b6216801f9f520dc2a6b657bea4d8
https://github.com/parrot/parrot/commit/7f1155a6e74b6216801f9f520dc2a6b657bea4d8
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/examples/streams.t
Log Message:
-----------
Update the test to reflect the changes, i.e., '=head1 DESCRIPTION'.
Commit: 4236c9d0d82d7ba5d83e208e90952e56a2f4a945
https://github.com/parrot/parrot/commit/4236c9d0d82d7ba5d83e208e90952e56a2f4a945
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M t/examples/streams.t
Log Message:
-----------
Just had to tweak the heredoc on 'ParrotIO.pir' a'bit.
Commit: 0e451e6a902f9e5b41ad0d27697b6b696d57aafc
https://github.com/parrot/parrot/commit/0e451e6a902f9e5b41ad0d27697b6b696d57aafc
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
R t/codingstd/240_files_without_DESCRIPTION.log
Log Message:
-----------
Removed log file which held all of the 't/codingstd/pod_description.t' test which failed to pass.
Commit: 976c78ad0a510b707725d6f6b820ae4d8026e3e5
https://github.com/parrot/parrot/commit/976c78ad0a510b707725d6f6b820ae4d8026e3e5
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M src/exit.c
M t/run/options.t
Log Message:
-----------
Merge pull request #781 from rurban/leak-test#765
Mark --leak-test to be skipped with AddressSanitizer
Commit: 30b03a20dd18e218a489964878b47d402e1275b6
https://github.com/parrot/parrot/commit/30b03a20dd18e218a489964878b47d402e1275b6
Author: Will "Coke" Coleda <will at coleda.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M examples/README.pod
Log Message:
-----------
avoid typo by picking something more accurate
Commit: 31602096c4c9376c0aff72976924e87e44def8d2
https://github.com/parrot/parrot/commit/31602096c4c9376c0aff72976924e87e44def8d2
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
R tools/dev/pbc_to_exe.pir
A tools/dev/pbc_to_exe.winxed
Log Message:
-----------
Merge branch 'pbc_to_exe_winxed'
Commit: bb128c7db9bbb155e994415bf831b8827ba19967
https://github.com/parrot/parrot/commit/bb128c7db9bbb155e994415bf831b8827ba19967
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
add missing dependence on winxed.pbc
Commit: f852446839f3cb03c4c81d91d59ffe55cce84061
https://github.com/parrot/parrot/commit/f852446839f3cb03c4c81d91d59ffe55cce84061
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
M CREDITS
M DONORS.pod
M README_cygwin.pod
M compilers/data_json/JSON_README.pod
M compilers/data_json/data_json.pir
M compilers/imcc/imcc.y
M compilers/imcc/imcparser.c
M compilers/pct/README.pod
M compilers/pge/PGE.pir
M compilers/pge/PGE/Exp.pir
M compilers/pge/PGE/OPTable.pir
M compilers/pge/PGE/Perl6Regex.pir
M compilers/pge/README.pod
M compilers/tge/TGE/Compiler.pir
M compilers/tge/TGE/Grammar.pir
M compilers/tge/tgc.pir
M config/auto/llvm/hello.c
M docs/binaries/ops2c.pod
M docs/binaries/parrot-nqp.pod
M docs/binaries/parrot-prove.pod
M docs/binaries/parrot_nci_thunk_gen.pod
M docs/binaries/parrotbug.pod
M docs/binaries/pbc_to_exe.pod
M docs/binaries/plumage.pod
M docs/binaries/winxed.pod
M docs/compiler_faq.pod
M docs/debug.pod
M docs/deprecations/deprecations.pod
M docs/deprecations/deprecations_2_6.pod
M docs/deprecations/deprecations_2_9.pod
M docs/deprecations/deprecations_3_0.pod
M docs/deprecations/deprecations_3_3.pod
M docs/deprecations/deprecations_3_6.pod
M docs/deprecations/how_to_deprecate.pod
M docs/dev/byteorder.pod
M docs/dev/c_functions.pod
M docs/dev/coverage.pod
M docs/dev/debugging_with_msvc.pod
M docs/dev/headerizer.pod
M docs/dev/infant.pod
M docs/dev/longopt.pod
M docs/dev/parrot_api.pod
M docs/dev/pcc_methods.pod
M docs/dev/pcc_state.pod
M docs/dev/pmc_freeze.pod
M docs/dev/pmc_obj_design_meeting_notes.pod
M docs/extend.pod
M docs/faq.pod
M docs/gettingstarted.pod
M docs/glossary.pod
M docs/imcc/imcfaq.pod
M docs/intro.pod
M docs/memory_internals.pod
M docs/overview.pod
M docs/parrot.pod
M docs/parrotbyte.pod
M docs/pmc.pod
M docs/pmc/array.pod
M docs/pmc/documentation.pod
M docs/pmc2c.pod
M docs/porting_intro.pod
M docs/project/cage_cleaners_guide.pod
M docs/project/committer_guide.pod
M docs/project/core_inclusion.pod
M docs/project/debian_packaging_guide.pod
M docs/project/metacommitter_guide.pod
M docs/project/release_manager_guide.pod
M docs/project/roles_responsibilities.pod
M docs/project/support_policy.pod
M docs/project/ubuntu_packaging_guide.pod
M docs/req/model_users.pod
M docs/running.pod
M docs/submissions.pod
M docs/tests.pod
M docs/user/pir/exceptions.pod
M docs/user/pir/intro.pod
M docs/user/pir/objects.pod
M docs/user/pir/pmcs.pod
M docs/vtables.pod
M editor/README.pod
M examples/languages/abc/abc.pir
M examples/languages/abc/src/builtins/all.pir
M examples/languages/squaak/doc/tutorial_episode_1.pod
M examples/languages/squaak/doc/tutorial_episode_2.pod
M examples/languages/squaak/doc/tutorial_episode_3.pod
M examples/languages/squaak/doc/tutorial_episode_4.pod
M examples/languages/squaak/doc/tutorial_episode_5.pod
M examples/languages/squaak/doc/tutorial_episode_6.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/languages/squaak/doc/tutorial_episode_8.pod
M examples/languages/squaak/doc/tutorial_episode_9.pod
M examples/languages/squaak/squaak.pir
M examples/languages/squaak/src/squaak.pir
M examples/mops/mops.p6
M examples/mops/mops.rb
M examples/nci/Xlib.pir
M examples/nci/Xlibconstants.pir
M examples/nci/xlibtest.nqp
M examples/nci/xlibtest.p6
M examples/nci/xlibtest.pir
M examples/past/01-sub.pir
M examples/past/four_plus_one.pir
M examples/pir/coop_threads.pir
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/blue_rect.pl
M examples/sdl/bounce_parrot_logo.pir
M examples/sdl/mandel.pir
M examples/sdl/minesweeper/eventhandler.pir
M examples/sdl/minesweeper/mines.pir
M examples/sdl/move_parrot_logo.pir
M examples/sdl/raw_pixels.pir
M examples/sdl/tetris/app.pir
M examples/sdl/tetris/block.pir
M examples/sdl/tetris/blockdata.pir
M examples/sdl/tetris/blocks.pir
M examples/sdl/tetris/board.pir
M examples/sdl/tetris/boarddata.pir
M examples/sdl/tetris/eventhandler.pir
M examples/sdl/tetris/tetris.pir
M examples/streams/Bytes.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/ParrotIO.pir
M examples/streams/SubCounter.pir
M examples/streams/SubHello.pir
M examples/streams/Writer.pir
M examples/tge/branch/lib/Branch.pir
M examples/tge/branch/lib/Leaf.pir
M examples/tutorial/00_README.pod
M examples/tutorial/01_temp_var.pir
M examples/tutorial/02_local_var.pir
M examples/tutorial/03_temp_var_basic_pmcs.pir
M examples/tutorial/04_pod_comments.pir
M examples/tutorial/10_math_ops.pir
M examples/tutorial/11_math_ops_self_mod.pir
M examples/tutorial/12_math_ops_pasm.pir
M examples/tutorial/13_logical_ops.pir
M examples/tutorial/20_string_ops.pir
M examples/tutorial/21_string_ops_repeat.pir
M examples/tutorial/22_string_ops_length.pir
M examples/tutorial/23_string_ops_substr.pir
M examples/tutorial/24_string_ops_clone.pir
M examples/tutorial/30_arrays_basic.pir
M examples/tutorial/31_array_ops_split.pir
M examples/tutorial/32_array_ops_sprintf.pir
M examples/tutorial/33_hashes.pir
M examples/tutorial/34_multikey.pir
M examples/tutorial/40_file_ops.pir
M examples/tutorial/50_goto.pir
M examples/tutorial/51_if_unless.pir
M examples/tutorial/52_if_compare.pir
M examples/tutorial/53_loop.pir
M examples/tutorial/55_iterator.pir
M examples/tutorial/56_defined.pir
M examples/tutorial/57_exists.pir
M examples/tutorial/60_subroutines.pir
M examples/tutorial/61_namespaces.pir
M examples/tutorial/62_namespaces.pir
M examples/tutorial/70_class_object.pir
M examples/tutorial/81_continuation.pir
M examples/tutorial/82_coroutine.pir
M examples/tutorial/83_external_libraries.pir
M examples/tutorial/90_writing_tests.pir
M lib/Parrot/Test/Pod.pm
M runtime/parrot/include/green_threads.pir
M runtime/parrot/include/hllmacros.pir
M runtime/parrot/include/test_more.pir
M runtime/parrot/languages/parrot/parrot.pir
M runtime/parrot/library/CGI/QueryHash.pir
M runtime/parrot/library/Config/JSON.pir
M runtime/parrot/library/HTTP/Daemon.pir
M runtime/parrot/library/HTTP/Message.pir
M runtime/parrot/library/JSON.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/LWP/UserAgent.pir
M runtime/parrot/library/PGE/Dumper.pir
M runtime/parrot/library/Range.pir
M runtime/parrot/library/Stream/Writer.pir
M runtime/parrot/library/String/Utils.pir
M runtime/parrot/library/TAP/Formatter.pir
M runtime/parrot/library/TAP/Harness.pir
M runtime/parrot/library/TAP/Parser.pir
M runtime/parrot/library/Test/Builder/Test.pir
M runtime/parrot/library/URI.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/parrotlib.pir
M src/alarm.c
M src/dynpmc/README.pod
M src/gc/gc_ms2.c
M src/platform/generic/socket.c
M src/pmc/callback.pmc
M src/pointer_array.c
M src/runcore/subprof.c
M t/TESTS_STATUS.pod
M t/codingstd/pccmethod_deps.t
M t/codingstd/pod_description.t
M t/dynoplibs/time.t
M t/examples/streams.t
M t/harness
M t/op/time.t
M t/pmc/opcode.t
M t/pmc/oplib.t
M t/pmc/task_primes.t
M t/tools/dump_pbc.t
M tools/dev/merge_pull_request.pl
M tools/release/cut.pl
Log Message:
-----------
Merge branch 'ayardley/pod_DESCRIPTIONS'
Commit: 558251985ade92e65e71e8a6df22eb6693a926a9
https://github.com/parrot/parrot/commit/558251985ade92e65e71e8a6df22eb6693a926a9
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
M ChangeLog
Log Message:
-----------
Updated '-Documentation' and '-Tests'.
Commit: 2c97f1cbb3f38f66427031b6a8495c5bcf74a7a6
https://github.com/parrot/parrot/commit/2c97f1cbb3f38f66427031b6a8495c5bcf74a7a6
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
delete generated pbc_to_exe.pir in prog-clean target
Commit: dbe352e132f34a1cfc497dc9291b99f4561c4516
https://github.com/parrot/parrot/commit/dbe352e132f34a1cfc497dc9291b99f4561c4516
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
M MANIFEST
R lib/Parrot/Pmc2c/Object.pm
Log Message:
-----------
Parrot::Pmc2c::Object not used in any other source code. Delete it.
Commit: cf32e8ab0bf60b8db3f0ed29e386549f329e93da
https://github.com/parrot/parrot/commit/cf32e8ab0bf60b8db3f0ed29e386549f329e93da
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-08 (Fri, 08 Jun 2012)
Changed paths:
M CREDITS
M ChangeLog
M DONORS.pod
M MANIFEST
M MANIFEST.generated
M README.pod
M README_cygwin.pod
M VERSION
M api.yaml
M compilers/data_json/JSON_README.pod
M compilers/data_json/data_json.pir
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/opsc/src/Ops/File.pm
M compilers/opsc/src/Ops/Op.pm
M compilers/pct/README.pod
M compilers/pge/PGE.pir
M compilers/pge/PGE/Exp.pir
M compilers/pge/PGE/OPTable.pir
M compilers/pge/PGE/Perl6Regex.pir
M compilers/pge/README.pod
M compilers/tge/TGE/Compiler.pir
M compilers/tge/TGE/Grammar.pir
M compilers/tge/tgc.pir
M config/auto/llvm/hello.c
M config/auto/memalign.pm
M config/auto/sizes.pm
M config/auto/sizes/test_c.in
M config/auto/va_ptr.pm
M config/gen/config_h/config_h.in
M config/gen/makefiles/root.in
M docs/binaries/ops2c.pod
M docs/binaries/parrot-nqp.pod
M docs/binaries/parrot-prove.pod
M docs/binaries/parrot_nci_thunk_gen.pod
M docs/binaries/parrotbug.pod
M docs/binaries/pbc_to_exe.pod
M docs/binaries/plumage.pod
M docs/binaries/winxed.pod
M docs/compiler_faq.pod
M docs/debug.pod
M docs/deprecations/deprecations.pod
M docs/deprecations/deprecations_2_6.pod
M docs/deprecations/deprecations_2_9.pod
M docs/deprecations/deprecations_3_0.pod
M docs/deprecations/deprecations_3_3.pod
M docs/deprecations/deprecations_3_6.pod
M docs/deprecations/how_to_deprecate.pod
M docs/dev/byteorder.pod
M docs/dev/c_functions.pod
M docs/dev/coverage.pod
M docs/dev/debugging_with_msvc.pod
M docs/dev/headerizer.pod
M docs/dev/infant.pod
M docs/dev/longopt.pod
M docs/dev/parrot_api.pod
M docs/dev/pcc_methods.pod
M docs/dev/pcc_state.pod
M docs/dev/pmc_freeze.pod
M docs/dev/pmc_obj_design_meeting_notes.pod
M docs/embed_new.pod
M docs/extend.pod
M docs/faq.pod
M docs/gettingstarted.pod
M docs/glossary.pod
M docs/imcc/imcfaq.pod
M docs/intro.pod
M docs/memory_internals.pod
M docs/overview.pod
M docs/parrot.pod
M docs/parrotbyte.pod
M docs/parrothist.pod
M docs/pdds/pdd31_hll.pod
M docs/pmc.pod
M docs/pmc/array.pod
M docs/pmc/documentation.pod
M docs/pmc2c.pod
M docs/porting_intro.pod
M docs/project/cage_cleaners_guide.pod
M docs/project/committer_guide.pod
M docs/project/core_inclusion.pod
M docs/project/debian_packaging_guide.pod
M docs/project/metacommitter_guide.pod
M docs/project/release_manager_guide.pod
M docs/project/roles_responsibilities.pod
M docs/project/support_policy.pod
M docs/project/ubuntu_packaging_guide.pod
M docs/req/model_users.pod
M docs/running.pod
M docs/submissions.pod
M docs/tests.pod
M docs/user/pir/exceptions.pod
M docs/user/pir/intro.pod
M docs/user/pir/objects.pod
M docs/user/pir/pmcs.pod
M docs/vtables.pod
M editor/README.pod
M examples/README.pod
M examples/languages/abc/abc.pir
M examples/languages/abc/src/builtins/all.pir
M examples/languages/squaak/doc/tutorial_episode_1.pod
M examples/languages/squaak/doc/tutorial_episode_2.pod
M examples/languages/squaak/doc/tutorial_episode_3.pod
M examples/languages/squaak/doc/tutorial_episode_4.pod
M examples/languages/squaak/doc/tutorial_episode_5.pod
M examples/languages/squaak/doc/tutorial_episode_6.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/languages/squaak/doc/tutorial_episode_8.pod
M examples/languages/squaak/doc/tutorial_episode_9.pod
M examples/languages/squaak/squaak.pir
M examples/languages/squaak/src/squaak.pir
M examples/mops/mops.p6
M examples/mops/mops.rb
M examples/nci/Xlib.pir
M examples/nci/Xlibconstants.pir
M examples/nci/xlibtest.nqp
M examples/nci/xlibtest.p6
M examples/nci/xlibtest.pir
M examples/past/01-sub.pir
M examples/past/four_plus_one.pir
M examples/pir/coop_threads.pir
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/blue_rect.pl
M examples/sdl/bounce_parrot_logo.pir
M examples/sdl/mandel.pir
M examples/sdl/minesweeper/eventhandler.pir
M examples/sdl/minesweeper/mines.pir
M examples/sdl/move_parrot_logo.pir
M examples/sdl/raw_pixels.pir
M examples/sdl/tetris/app.pir
M examples/sdl/tetris/block.pir
M examples/sdl/tetris/blockdata.pir
M examples/sdl/tetris/blocks.pir
M examples/sdl/tetris/board.pir
M examples/sdl/tetris/boarddata.pir
M examples/sdl/tetris/eventhandler.pir
M examples/sdl/tetris/tetris.pir
M examples/streams/Bytes.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/ParrotIO.pir
M examples/streams/SubCounter.pir
M examples/streams/SubHello.pir
M examples/streams/Writer.pir
M examples/tge/branch/lib/Branch.pir
M examples/tge/branch/lib/Leaf.pir
M examples/tutorial/00_README.pod
M examples/tutorial/01_temp_var.pir
M examples/tutorial/02_local_var.pir
M examples/tutorial/03_temp_var_basic_pmcs.pir
M examples/tutorial/04_pod_comments.pir
M examples/tutorial/10_math_ops.pir
M examples/tutorial/11_math_ops_self_mod.pir
M examples/tutorial/12_math_ops_pasm.pir
M examples/tutorial/13_logical_ops.pir
M examples/tutorial/20_string_ops.pir
M examples/tutorial/21_string_ops_repeat.pir
M examples/tutorial/22_string_ops_length.pir
M examples/tutorial/23_string_ops_substr.pir
M examples/tutorial/24_string_ops_clone.pir
M examples/tutorial/30_arrays_basic.pir
M examples/tutorial/31_array_ops_split.pir
M examples/tutorial/32_array_ops_sprintf.pir
M examples/tutorial/33_hashes.pir
M examples/tutorial/34_multikey.pir
M examples/tutorial/40_file_ops.pir
M examples/tutorial/50_goto.pir
M examples/tutorial/51_if_unless.pir
M examples/tutorial/52_if_compare.pir
M examples/tutorial/53_loop.pir
M examples/tutorial/55_iterator.pir
M examples/tutorial/56_defined.pir
M examples/tutorial/57_exists.pir
M examples/tutorial/60_subroutines.pir
M examples/tutorial/61_namespaces.pir
M examples/tutorial/62_namespaces.pir
M examples/tutorial/70_class_object.pir
M examples/tutorial/81_continuation.pir
M examples/tutorial/82_coroutine.pir
M examples/tutorial/83_external_libraries.pir
M examples/tutorial/90_writing_tests.pir
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
M frontend/parrot2/main.c
M frontend/parrot2/prt0.pir
M include/parrot/api.h
M include/parrot/call.h
M include/parrot/exit.h
M include/parrot/io.h
M include/parrot/misc.h
M include/parrot/oplib/core_ops.h
M include/parrot/pointer_array.h
M include/parrot/string_funcs.h
M lib/Parrot/Headerizer.pm
M lib/Parrot/Test/Pod.pm
M runtime/parrot/include/green_threads.pir
M runtime/parrot/include/hllmacros.pir
M runtime/parrot/include/test_more.pir
M runtime/parrot/languages/parrot/parrot.pir
M runtime/parrot/library/CGI/QueryHash.pir
M runtime/parrot/library/Config/JSON.pir
M runtime/parrot/library/HTTP/Daemon.pir
M runtime/parrot/library/HTTP/Message.pir
M runtime/parrot/library/JSON.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/LWP/UserAgent.pir
M runtime/parrot/library/PGE/Dumper.pir
M runtime/parrot/library/Range.pir
M runtime/parrot/library/Stream/Writer.pir
M runtime/parrot/library/String/Utils.pir
M runtime/parrot/library/TAP/Formatter.pir
M runtime/parrot/library/TAP/Harness.pir
M runtime/parrot/library/TAP/Parser.pir
M runtime/parrot/library/Test/Builder/Test.pir
M runtime/parrot/library/URI.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/osutils.pir
M runtime/parrot/library/parrotlib.pir
M src/alarm.c
M src/call/args.c
M src/call/pcc.c
M src/dynext.c
M src/dynpmc/README.pod
M src/embed/api.c
M src/embed/pmc.c
M src/exit.c
M src/gc/fixed_allocator.c
M src/gc/gc_inf.c
M src/gc/gc_ms2.c
M src/gc/string_gc.c
M src/gc/system.c
M src/interp/inter_cb.c
M src/io/api.c
M src/io/socket_api.c
R src/misc.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/object.ops
M src/platform/generic/socket.c
M src/pmc/addrregistry.pmc
M src/pmc/alarm.pmc
M src/pmc/callback.pmc
M src/pmc/default.pmc
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
M src/pmc/hash.pmc
M src/pmc/key.pmc
M src/pmc/object.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/stringbuilder.pmc
M src/pointer_array.c
M src/runcore/subprof.c
R src/spf_render.c
R src/spf_vtable.c
M src/string/api.c
M src/string/encoding/shared.c
A src/string/spf_private.h
A src/string/spf_render.c
A src/string/spf_vtable.c
A src/string/sprintf.c
M src/vtable.tbl
M t/TESTS_STATUS.pod
M t/codingstd/c_function_docs.t
M t/codingstd/pccmethod_deps.t
M t/codingstd/pod_description.t
M t/compilers/imcc/syn/clash.t
M t/compilers/imcc/syn/tail.t
M t/compilers/opsc/04-op.t
M t/dynoplibs/debug.t
M t/dynoplibs/time.t
M t/examples/streams.t
M t/harness
M t/library/osutils.t
M t/op/sprintf.t
M t/op/time.t
M t/pmc/bignum.t
M t/pmc/filehandle.t
M t/pmc/namespace.t
M t/pmc/opcode.t
M t/pmc/oplib.t
M t/pmc/task_primes.t
M t/run/options.t
M t/src/embed/pmc.t
M t/src/extend_vtable.t
M t/steps/auto/memalign-01.t
M t/steps/auto/sizes-01.t
M t/tools/dump_pbc.t
M tools/README.pod
M tools/dev/merge_pull_request.pl
M tools/dev/mk_inno_language.pl
R tools/dev/pbc_to_exe.pir
A tools/dev/pbc_to_exe.winxed
M tools/release/cut.pl
M tools/release/release.json
Log Message:
-----------
merge master into branch/threads
Commit: 85c798cfa311de293b2f92b0123dfa384d2de504
https://github.com/parrot/parrot/commit/85c798cfa311de293b2f92b0123dfa384d2de504
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to 1.9.1
- Treat carriage return in source files as white space
Commit: ebf084f677187abfe01caec09304e674edaaf275
https://github.com/parrot/parrot/commit/ebf084f677187abfe01caec09304e674edaaf275
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to 3387865
- quick fix for carriage return in heredocs
Commit: 0d0cedc51e228426a566a5da6dae1cbaf5652cb3
https://github.com/parrot/parrot/commit/0d0cedc51e228426a566a5da6dae1cbaf5652cb3
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to 5a1444a
- last fix for carriage return was wrong, fix the fix
Commit: 56d4c735056c2549b70d0461fbcef5f3aa4ff740
https://github.com/parrot/parrot/commit/56d4c735056c2549b70d0461fbcef5f3aa4ff740
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
Merge branch 'master' into threads
Commit: 651fe7b76f7eeb8eadfa6d69cf31b1270837465f
https://github.com/parrot/parrot/commit/651fe7b76f7eeb8eadfa6d69cf31b1270837465f
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M t/codingstd/pod_description.t
Log Message:
-----------
All Pod files now have non-empty DESCRIPTION sections; ayardley++. Remove
TODO block.
Commit: da85f6ff05cca99562c04adb88119e9ef2cc3984
https://github.com/parrot/parrot/commit/da85f6ff05cca99562c04adb88119e9ef2cc3984
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Attribute.pm
Log Message:
-----------
Add documentation for constructor and note about where four other methods are invoked.
Commit: 487e9d02e5050953028c41cea3edca0aff820541
https://github.com/parrot/parrot/commit/487e9d02e5050953028c41cea3edca0aff820541
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M MANIFEST
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Eliminate Parrot::Pmc2c::Attribute.
ack-ing showed that none of this method's packages was invoked more than once.
Hence, we can either move them to the package in which they are invoked or
eliminate them entirely in favor of simply passing their arguments to callers
as needed.
Invocation of name() in Parrot::Pmc2c::PMC re-coded to be a hash dereference
rather than a method call.
generate_start(), generate_declaration(), generate_end() and
generate_accessor() become Parrot::Pmc2c::PMC internal methods.
new() was called only once, within Parrot/Pmc2c/Parser.pm. It never did
anything other than guarantee that all four of its key-value pairs had defined
values. Rework its invocation.
Commit: f4a2ff1c36a2af16150f9c507836e7237200e950
https://github.com/parrot/parrot/commit/f4a2ff1c36a2af16150f9c507836e7237200e950
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Parrot::Pmc2c::MULTI::rewrite_multi_sub() is invoked only once, in
Parrot::Pmc2c::Parser::find_methods(). The way it is written would lead one
to believe that its first argument was an object of its own class, which it is
not. The first argument is a Parrot::Pmc2c::Method object. So inside
rewrite_multi_sub(), rename $self -> $method to be more self-documenting.
Commit: 2ad68dd6d47c90a40afec07304e1150f4a63542f
https://github.com/parrot/parrot/commit/2ad68dd6d47c90a40afec07304e1150f4a63542f
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Parrot::Pmc2c::MULTI::rewrite_pccmethod() and mangle_name() are invoked only
once each, in Parrot::Pmc2c::Parser::find_methods(). The way they are written
would lead one to believe that their first arguments were objects of the
Parrot::Pmc2c::MULTI class, which they are not. In each case, the first
argument is a Parrot::Pmc2c::Method object. So inside rewrite_multi_sub(),
rename $self -> $method to be more self-documenting.
In addition, mangle_name() makes no use of its second argument, $pmc. So
eliminate it.
Commit: a4ffcce82820ad8073087eeb64aa2e2b5f81ea96
https://github.com/parrot/parrot/commit/a4ffcce82820ad8073087eeb64aa2e2b5f81ea96
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M MANIFEST
R lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Parrot::Pmc2c::MULTI::rewrite_multi_sub() is invoked only once, inside
Parrot::Pmc2c::Parser::find_methods. Let's move it to Parrot::Pmc2c::PCCMETHOD
where it can reside along two other subroutines invoked within find_methods.
This enables us to eliminate lib/Parrot/Pmc2c/MULTI.pm entirely.
Commit: e2bd11aab4ab9e604746bdbc9529c3e0e887ba1d
https://github.com/parrot/parrot/commit/e2bd11aab4ab9e604746bdbc9529c3e0e887ba1d
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M config/auto/pmc.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Eliminate remaining references to Parrot::Pmc2c::MULTI.
Commit: 957219a18a00e97de088ac77c6a951de8d2208f8
https://github.com/parrot/parrot/commit/957219a18a00e97de088ac77c6a951de8d2208f8
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Method.pm
Log Message:
-----------
Eliminate unnecessary import of Parrot::Pmc2c::Emitter.
Commit: f2c651f3f18b372c3c121cc3b5dce87fa21ec90e
https://github.com/parrot/parrot/commit/f2c651f3f18b372c3c121cc3b5dce87fa21ec90e
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/PMC.pm
Log Message:
-----------
For clarity, distinguish between the emitter for .c files and that for .h
files.
Commit: 6aa8b68740c8d82ab7b4b0f9aa8bf2518c7e1a9d
https://github.com/parrot/parrot/commit/6aa8b68740c8d82ab7b4b0f9aa8bf2518c7e1a9d
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-09 (Sat, 09 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Correct spelling error.
Commit: 5870084f055d05fe89aba28e85509438bdc04c98
https://github.com/parrot/parrot/commit/5870084f055d05fe89aba28e85509438bdc04c98
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M config/auto/icu.pm
Log Message:
-----------
[configure] use icu-config --ldflags-libsonly
This fixes the build problem discussed at
http://lists.parrot.org/pipermail/parrot-dev/2012-June/006974.html
Commit: cace87b280e0309105b0890ed99532e56fb3fe06
https://github.com/parrot/parrot/commit/cace87b280e0309105b0890ed99532e56fb3fe06
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Add tools/dev/pbc_to_exe.pir per instruction from whiteknight.
Commit: c89914d5de58a0e0a0849fe6125d8c51178085c1
https://github.com/parrot/parrot/commit/c89914d5de58a0e0a0849fe6125d8c51178085c1
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M config/auto/icu.pm
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 944e742cf3501c9195b12e75de8d17e561be7580
https://github.com/parrot/parrot/commit/944e742cf3501c9195b12e75de8d17e561be7580
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M .gitignore
M config/auto/icu.pm
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 8e593422db56e01b330306fa66fc948ff9e624ba
https://github.com/parrot/parrot/commit/8e593422db56e01b330306fa66fc948ff9e624ba
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Begin to write POD for Emitter.pm.
Commit: ed8da4edccf48bef02a6eea48f3604a485b59552
https://github.com/parrot/parrot/commit/ed8da4edccf48bef02a6eea48f3604a485b59552
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M t/steps/auto/icu-01.t
Log Message:
-----------
fix t/steps/auto/icu_01.t
Commit: 85ea38423a6c09772d35e372cef8b3c4ef8280cf
https://github.com/parrot/parrot/commit/85ea38423a6c09772d35e372cef8b3c4ef8280cf
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Begin to document and refactor text(). FAILING TO BUILD.
Commit: 32fa9896d9f4a06dd62d0dc5c64c290d06d3fe56
https://github.com/parrot/parrot/commit/32fa9896d9f4a06dd62d0dc5c64c290d06d3fe56
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M include/parrot/atomic/gcc_pcc.h
Log Message:
-----------
Make header pass 't/codingstd/pod_description.t'.
Commit: 380d59783e2947e3798ecfaaa78362f8ba634e78
https://github.com/parrot/parrot/commit/380d59783e2947e3798ecfaaa78362f8ba634e78
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Revert "Begin to document and refactor text(). FAILING TO BUILD."
This reverts commit 85ea38423a6c09772d35e372cef8b3c4ef8280cf.
Commit: 6bed7f139fcf512f7f35b8e6b587e88bf0509f00
https://github.com/parrot/parrot/commit/6bed7f139fcf512f7f35b8e6b587e88bf0509f00
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Start to add documentation to Parrot::Pmc2c::Emitter in POD format.
Commit: dc9baacc4bfdd0011d72e89c89303d8d865bc2e8
https://github.com/parrot/parrot/commit/dc9baacc4bfdd0011d72e89c89303d8d865bc2e8
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Simplify syntax of new().
Commit: a1965e026f148409ba89a3e19479cba5ada87031
https://github.com/parrot/parrot/commit/a1965e026f148409ba89a3e19479cba5ada87031
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Simplify text() along same lines as new().
Commit: e9b024c16fc0e1e9eb1b7833c61af542c35d7397
https://github.com/parrot/parrot/commit/e9b024c16fc0e1e9eb1b7833c61af542c35d7397
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/PMC.pm
Log Message:
-----------
Correct spelling of method in its declaration and single instance.
Commit: 500836ed68630520c52e28ccf99876e3edddd1be
https://github.com/parrot/parrot/commit/500836ed68630520c52e28ccf99876e3edddd1be
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
Log Message:
-----------
In Parrot::Pmc2c::PCCMETHOD, change $self to $method to make clear that these are subroutines (with other class's objects as arguments) rather than methods of this package.
Commit: a97c56ad7e15b88c7922561485349470742d4592
https://github.com/parrot/parrot/commit/a97c56ad7e15b88c7922561485349470742d4592
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M include/parrot/atomic/gcc_pcc.h
M t/codingstd/pod_description.t
Log Message:
-----------
[codingstd] No trailing whitespace. Remmove a TODO.
Commit: e446d96d00ed13e8efa88265c0bc41ea6ee13612
https://github.com/parrot/parrot/commit/e446d96d00ed13e8efa88265c0bc41ea6ee13612
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M MANIFEST.SKIP
Log Message:
-----------
Regenerate MANIFEST.SKIP
Commit: 399bb0e49913e802850fdf02e976495305671c2a
https://github.com/parrot/parrot/commit/399bb0e49913e802850fdf02e976495305671c2a
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M config/auto/icu.pm
Log Message:
-----------
Fix auto::icu for non-standard ICU paths
While --ldflags was too much, --ldflags-libsonly isn't enough. So
also ask icu-config for --ldflags-searchpath
Commit: eae31fee5b1ba0b138545fc0ac256b8abe0da5f7
https://github.com/parrot/parrot/commit/eae31fee5b1ba0b138545fc0ac256b8abe0da5f7
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M MANIFEST.SKIP
M config/auto/icu.pm
M t/steps/auto/icu-01.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: e69972a105f4c9d07a62b5672d217e03028bdc2f
https://github.com/parrot/parrot/commit/e69972a105f4c9d07a62b5672d217e03028bdc2f
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M config/auto/icu.pm
Log Message:
-----------
Fix auto::icu for newline from icu-config
Commit: fa139832c4c4111b13c1ca4bea9f19227f4e28ea
https://github.com/parrot/parrot/commit/fa139832c4c4111b13c1ca4bea9f19227f4e28ea
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M config/auto/icu.pm
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 95e6f6ca24043df6a1ed39c1fb168214d0872bb0
https://github.com/parrot/parrot/commit/95e6f6ca24043df6a1ed39c1fb168214d0872bb0
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
Write preliminary documentation in POD format for find(), subst() and replace()..
Commit: a608886de3dcc8a8731edc522f4c5f5155039c42
https://github.com/parrot/parrot/commit/a608886de3dcc8a8731edc522f4c5f5155039c42
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
Log Message:
-----------
pmc2c.pl is in tools/build/, not tools/dev.
Commit: e25901d283e47f148c9337a4ce59fa0f71a22329
https://github.com/parrot/parrot/commit/e25901d283e47f148c9337a4ce59fa0f71a22329
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M config/auto/icu.pm
M t/steps/auto/icu-01.t
Log Message:
-----------
Update branch with recent config system updates in master.
Commit: a1b89a3cd01a0963418002db7d8781e000a45630
https://github.com/parrot/parrot/commit/a1b89a3cd01a0963418002db7d8781e000a45630
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/platform_interface.h
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M src/platform/generic/misc.c
M src/platform/win32/misc.c
M t/dynoplibs/sysinfo.t
Log Message:
-----------
Merge pull request #772 from svatsan/b280
Addresses #280
Commit: 4a7d8c91cc0f4114424bf17e23d9421ed75b5572
https://github.com/parrot/parrot/commit/4a7d8c91cc0f4114424bf17e23d9421ed75b5572
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M src/platform/generic/misc.c
M src/platform/win32/misc.c
Log Message:
-----------
fixed build on windows, fixed wrong code
Commit: dd024c52597747937295a6a2e925ecb58415822e
https://github.com/parrot/parrot/commit/dd024c52597747937295a6a2e925ecb58415822e
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/platform_interface.h
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M src/platform/generic/misc.c
M src/platform/win32/misc.c
M t/dynoplibs/sysinfo.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 22e79b81d39c0a4bc16c165fea230302f8c9a236
https://github.com/parrot/parrot/commit/22e79b81d39c0a4bc16c165fea230302f8c9a236
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M src/platform/generic/misc.c
M src/platform/win32/misc.c
Log Message:
-----------
[codingstd] Fix POD syntax in similar location in two files.
Commit: aefede4e1f61793c878b136bcd349bba3a5dd39d
https://github.com/parrot/parrot/commit/aefede4e1f61793c878b136bcd349bba3a5dd39d
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M include/parrot/interpreter.h
M include/parrot/platform_interface.h
M src/interp/api.c
Log Message:
-----------
[codingstd] No trailing whitespace\!
Commit: 4c74eb88dcd8827dc95004a11d2974c5b7f57b81
https://github.com/parrot/parrot/commit/4c74eb88dcd8827dc95004a11d2974c5b7f57b81
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M src/platform/generic/misc.c
Log Message:
-----------
[codingstd] Fix incorrect indentation of preprocessor directive.
Commit: 82dcd8dd1d813e9fddecabd46cd2df76cb29dea4
https://github.com/parrot/parrot/commit/82dcd8dd1d813e9fddecabd46cd2df76cb29dea4
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-12 (Tue, 12 Jun 2012)
Changed paths:
M src/interp/api.c
Log Message:
-----------
[codingstd] Fix non-2 space outdenting.
Commit: 57e18ad9919a7e94d879309efba3548b26554f5a
https://github.com/parrot/parrot/commit/57e18ad9919a7e94d879309efba3548b26554f5a
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M frontend/parrot2/prt0.pir
M frontend/parrot2/prt0.winxed
M src/interp/api.c
Log Message:
-----------
Fix some exception messages to help track down failures more easily. re-bootstrap prt0.pir to account for the change in Interpinfo_enum numbering following recent changes. Update prt0.winxed to include the new copyright date (should be dynamic?) so re-bootstrapping does not alter the copyright message. kid51++ for pointing out the test failure.
Commit: fa62e0f5b717bfd1fabd4474933af9469ec076af
https://github.com/parrot/parrot/commit/fa62e0f5b717bfd1fabd4474933af9469ec076af
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M src/platform/win32/misc.c
Log Message:
-----------
[codingstd] Provide correct format for C function documentation.
Commit: 328cbafb883d8838803f651a463de5489a0ace3a
https://github.com/parrot/parrot/commit/328cbafb883d8838803f651a463de5489a0ace3a
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M MANIFEST
R lib/Parrot/Pmc2c/Object.pm
Log Message:
-----------
Merge branch 'no_pmc_object_pm'
Commit: e6e2d763c626eed83c8b263a1bb0ca3bb21d575b
https://github.com/parrot/parrot/commit/e6e2d763c626eed83c8b263a1bb0ca3bb21d575b
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M MANIFEST
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Merge branch 'attribute_generate'
Commit: 144115ee9cc2ba74a011f2912368157145b59c1c
https://github.com/parrot/parrot/commit/144115ee9cc2ba74a011f2912368157145b59c1c
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M MANIFEST
M config/auto/pmc.pm
R lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/Parser.pm
Log Message:
-----------
Merge branch 'eliminate_multi'
Commit: 5185a3a4f369ebaa9a84f9eb569a0b31ebb19362
https://github.com/parrot/parrot/commit/5185a3a4f369ebaa9a84f9eb569a0b31ebb19362
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-14 (Thu, 14 Jun 2012)
Changed paths:
R lib/Parrot/Pmc2c/Attribute.pm
Log Message:
-----------
This should have been deleted as part of Issue #789.
Commit: 5bd740f82b515e45a8dc71a1cab52e4bbe25a428
https://github.com/parrot/parrot/commit/5bd740f82b515e45a8dc71a1cab52e4bbe25a428
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-14 (Thu, 14 Jun 2012)
Changed paths:
M MANIFEST
M MANIFEST.SKIP
M config/auto/pmc.pm
M frontend/parrot2/prt0.pir
M frontend/parrot2/prt0.winxed
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/platform_interface.h
R lib/Parrot/Pmc2c/Attribute.pm
R lib/Parrot/Pmc2c/MULTI.pm
R lib/Parrot/Pmc2c/Object.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M src/platform/generic/misc.c
M src/platform/win32/misc.c
M t/dynoplibs/sysinfo.t
Log Message:
-----------
Update branch from master, then resolve some merge conflicts in PCCMETHOD.pm.
Commit: 32922950ff43b2ba01f65167a30dd7c74496b476
https://github.com/parrot/parrot/commit/32922950ff43b2ba01f65167a30dd7c74496b476
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-14 (Thu, 14 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Pmc2cMain.pm
Log Message:
-----------
Add documentation identifying where each method is tested.
Commit: fb9b5ba1e525c8175a95e4a77044bf3bd1d94c3b
https://github.com/parrot/parrot/commit/fb9b5ba1e525c8175a95e4a77044bf3bd1d94c3b
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-15 (Fri, 15 Jun 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Enter comment as to why we have to use suffix rules rather than pattern rules.
Commit: 78e570caddf8792cabd2a9e3862694f7712f4ac1
https://github.com/parrot/parrot/commit/78e570caddf8792cabd2a9e3862694f7712f4ac1
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-15 (Fri, 15 Jun 2012)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Restore one comment, to be consistent with other suffix rules.
Commit: 998cd1ceb6e55ba7c0eb101a93da49175147d3a2
https://github.com/parrot/parrot/commit/998cd1ceb6e55ba7c0eb101a93da49175147d3a2
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-15 (Fri, 15 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
Log Message:
-----------
Merge branch 'pmc_emitter_document'
Commit: bda0d58871e1c9a583477233f5edce686f7d6ed9
https://github.com/parrot/parrot/commit/bda0d58871e1c9a583477233f5edce686f7d6ed9
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-17 (Sun, 17 Jun 2012)
Changed paths:
M lib/Parrot/Pmc2c/Emitter.pm
M lib/Parrot/Pmc2c/Method.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
Log Message:
-----------
[codingstd] Update copyrights on recently modified files.
Commit: 35c4d65b23f00ad41ef1ad6e33c8300d9f8e423e
https://github.com/parrot/parrot/commit/35c4d65b23f00ad41ef1ad6e33c8300d9f8e423e
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-17 (Sun, 17 Jun 2012)
Changed paths:
M ChangeLog
Log Message:
-----------
Added entry about code cleanup in lib/Parrot/Pmc2c/.
Commit: ea4450c599a90935c557a9a04bce2b75d41a10ae
https://github.com/parrot/parrot/commit/ea4450c599a90935c557a9a04bce2b75d41a10ae
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-06-18 (Mon, 18 Jun 2012)
Changed paths:
M ChangeLog
Log Message:
-----------
[doc] Add some beef to the changelog
Commit: bd38fd01b35cf1b6310dd3c7bbf119386e2e189f
https://github.com/parrot/parrot/commit/bd38fd01b35cf1b6310dd3c7bbf119386e2e189f
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-06-18 (Mon, 18 Jun 2012)
Changed paths:
M ChangeLog
Log Message:
-----------
winxed news
Commit: b11c4d83c954e9a01aeba078914465b3d85fe8a2
https://github.com/parrot/parrot/commit/b11c4d83c954e9a01aeba078914465b3d85fe8a2
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-18 (Mon, 18 Jun 2012)
Changed paths:
M tools/release/parrot_github_release.pl
Log Message:
-----------
Minor edit. Just added a newline to the '<li>...</li>' output of 'releases.html' in preparation of tomorrow's release.
Commit: 522f92816a93a3f6978f06da6a9234b667697270
https://github.com/parrot/parrot/commit/522f92816a93a3f6978f06da6a9234b667697270
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-19 (Tue, 19 Jun 2012)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST.generated
M README.pod
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 tools/release/release.json
Log Message:
-----------
Release 4.5.0 - Buff-faced Pygmy Parrot (in honor of M0).
Commit: 58cce6fe27bc235babd85b4ea40af36945d45d2f
https://github.com/parrot/parrot/commit/58cce6fe27bc235babd85b4ea40af36945d45d2f
Author: Andy Lester <andy at petdance.com>
Date: 2012-06-19 (Tue, 19 Jun 2012)
Changed paths:
M include/parrot/exit.h
Log Message:
-----------
reran the headerizer and got proper annotations
Commit: 870463a69beee6d157f30f3ab97f63e16e0b90d8
https://github.com/parrot/parrot/commit/870463a69beee6d157f30f3ab97f63e16e0b90d8
Author: Andy Lester <andy at petdance.com>
Date: 2012-06-19 (Tue, 19 Jun 2012)
Changed paths:
M src/runcore/subprof.c
Log Message:
-----------
redid the #if on getticks() to wrap the contents of the function, but not the declaration
Commit: 7e95bfb336cbbc511be4fcfb508d3879ab9f11e5
https://github.com/parrot/parrot/commit/7e95bfb336cbbc511be4fcfb508d3879ab9f11e5
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-20 (Wed, 20 Jun 2012)
Changed paths:
M docs/pdds/draft/pdd13_bytecode.pod
Log Message:
-----------
This fixes the 'oddness' reported by rurban yesterday in #ps.
Commit: cdde363267a50519a48e0ab261d099e129db4bab
https://github.com/parrot/parrot/commit/cdde363267a50519a48e0ab261d099e129db4bab
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-20 (Wed, 20 Jun 2012)
Changed paths:
M docs/pdds/draft/pdd01_overview.pod
M docs/pdds/draft/pdd05_opfunc.pod
M docs/pdds/draft/pdd06_pasm.pod
M docs/pdds/draft/pdd08_keys.pod
M docs/pdds/draft/pdd14_numbers.pod
M docs/pdds/draft/pdd16_native_call.pod
M docs/pdds/draft/pdd29_compiler_tools.pod
M docs/pdds/pdd00_pdd.pod
M docs/pdds/pdd03_calling_conventions.pod
M docs/pdds/pdd07_codingstd.pod
M docs/pdds/pdd09_gc.pod
M docs/pdds/pdd10_embedding.pod
M docs/pdds/pdd15_objects.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd18_security.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd20_lexical_vars.pod
M docs/pdds/pdd21_namespaces.pod
M docs/pdds/pdd22_io.pod
M docs/pdds/pdd23_exceptions.pod
M docs/pdds/pdd24_events.pod
M docs/pdds/pdd25_concurrency.pod
M docs/pdds/pdd26_ast.pod
M docs/pdds/pdd27_multiple_dispatch.pod
M docs/pdds/pdd28_strings.pod
M docs/pdds/pdd30_install.pod
M docs/pdds/pdd_template.pod
Log Message:
-----------
While I was here: This removes useless, empty lines between the '=head2 Abstract' and the '=head2 Synopsis' command paragraphs in most, but not all, of the pdds.
Commit: 1bd030e48f5aaef520613abd572f9849be74811e
https://github.com/parrot/parrot/commit/1bd030e48f5aaef520613abd572f9849be74811e
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M include/parrot/parrot.h
Log Message:
-----------
Make 'PARROT_MAGIC', at least, agree with the '*.pbc' files; although, it's unused and, evidently, useless.
Commit: 5a43b68215b0cf3118f6c6a0aaef25fb2c4cb15f
https://github.com/parrot/parrot/commit/5a43b68215b0cf3118f6c6a0aaef25fb2c4cb15f
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M src/runcore/subprof.c
Log Message:
-----------
[codingstd] Move ASSERT_ARGS to immediately after start of function. ayardley++
Commit: 66923d2f091f10d32edf1d807e49ccc44c5ca364
https://github.com/parrot/parrot/commit/66923d2f091f10d32edf1d807e49ccc44c5ca364
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M docs/pdds/draft/pdd13_bytecode.pod
Log Message:
-----------
PDD13: The debug segment has no line numbers
The debug segment consists only of a list of offset to filename
mappings. While a long table of opcodes to line numbers might be
useful, it doesn't exist. So remove the pretty description of it.
Commit: bb944b531d64abee1f06f2b9858c99ff1203dbd4
https://github.com/parrot/parrot/commit/bb944b531d64abee1f06f2b9858c99ff1203dbd4
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-07-07 (Sat, 07 Jul 2012)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M README.pod
M VERSION
M config/auto/icu.pm
M config/auto/pmc.pm
M config/gen/makefiles/root.in
M docs/parrothist.pod
M docs/pdds/draft/pdd01_overview.pod
M docs/pdds/draft/pdd05_opfunc.pod
M docs/pdds/draft/pdd06_pasm.pod
M docs/pdds/draft/pdd08_keys.pod
M docs/pdds/draft/pdd13_bytecode.pod
M docs/pdds/draft/pdd14_numbers.pod
M docs/pdds/draft/pdd16_native_call.pod
M docs/pdds/draft/pdd29_compiler_tools.pod
M docs/pdds/pdd00_pdd.pod
M docs/pdds/pdd03_calling_conventions.pod
M docs/pdds/pdd07_codingstd.pod
M docs/pdds/pdd09_gc.pod
M docs/pdds/pdd10_embedding.pod
M docs/pdds/pdd15_objects.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd18_security.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd20_lexical_vars.pod
M docs/pdds/pdd21_namespaces.pod
M docs/pdds/pdd22_io.pod
M docs/pdds/pdd23_exceptions.pod
M docs/pdds/pdd24_events.pod
M docs/pdds/pdd25_concurrency.pod
M docs/pdds/pdd26_ast.pod
M docs/pdds/pdd27_multiple_dispatch.pod
M docs/pdds/pdd28_strings.pod
M docs/pdds/pdd30_install.pod
M docs/pdds/pdd_template.pod
M docs/project/release_manager_guide.pod
M frontend/parrot2/prt0.pir
M frontend/parrot2/prt0.winxed
M include/parrot/exit.h
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/oplib/core_ops.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
R lib/Parrot/Pmc2c/Attribute.pm
M lib/Parrot/Pmc2c/Emitter.pm
R lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/Method.pm
R lib/Parrot/Pmc2c/Object.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/platform/generic/misc.c
M src/platform/win32/misc.c
M src/runcore/subprof.c
M t/dynoplibs/sysinfo.t
M t/steps/auto/icu-01.t
M tools/release/parrot_github_release.pl
M tools/release/release.json
Log Message:
-----------
merge from master. There was one conflict in the now-missing lib/Parrot/Pmc2c/Attributes.pm file. I've copied over some relevant bits of that file to the new home, but it doesn't work so I commented it out.
Commit: e77c0bde8c08a6f3a8bc3460ec315a72445dec53
https://github.com/parrot/parrot/commit/e77c0bde8c08a6f3a8bc3460ec315a72445dec53
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M README.pod
M VERSION
M config/auto/icu.pm
M config/auto/pmc.pm
M config/gen/makefiles/root.in
M docs/parrothist.pod
M docs/pdds/draft/pdd01_overview.pod
M docs/pdds/draft/pdd05_opfunc.pod
M docs/pdds/draft/pdd06_pasm.pod
M docs/pdds/draft/pdd08_keys.pod
M docs/pdds/draft/pdd13_bytecode.pod
M docs/pdds/draft/pdd14_numbers.pod
M docs/pdds/draft/pdd16_native_call.pod
M docs/pdds/draft/pdd29_compiler_tools.pod
M docs/pdds/pdd00_pdd.pod
M docs/pdds/pdd03_calling_conventions.pod
M docs/pdds/pdd07_codingstd.pod
M docs/pdds/pdd09_gc.pod
M docs/pdds/pdd10_embedding.pod
M docs/pdds/pdd15_objects.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd18_security.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd20_lexical_vars.pod
M docs/pdds/pdd21_namespaces.pod
M docs/pdds/pdd22_io.pod
M docs/pdds/pdd23_exceptions.pod
M docs/pdds/pdd24_events.pod
M docs/pdds/pdd25_concurrency.pod
M docs/pdds/pdd26_ast.pod
M docs/pdds/pdd27_multiple_dispatch.pod
M docs/pdds/pdd28_strings.pod
M docs/pdds/pdd30_install.pod
M docs/pdds/pdd_template.pod
M docs/project/release_manager_guide.pod
M frontend/parrot2/prt0.pir
M frontend/parrot2/prt0.winxed
M include/parrot/exit.h
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/oplib/core_ops.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
R lib/Parrot/Pmc2c/Attribute.pm
M lib/Parrot/Pmc2c/Emitter.pm
R lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/Method.pm
R lib/Parrot/Pmc2c/Object.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
M src/dynoplibs/sys.ops
M src/interp/api.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/platform/generic/misc.c
M src/platform/win32/misc.c
M src/runcore/subprof.c
M t/dynoplibs/sysinfo.t
M t/steps/auto/icu-01.t
M tools/release/parrot_github_release.pl
M tools/release/release.json
Log Message:
-----------
merge from master. There was one conflict in the now-missing lib/Parrot/Pmc2c/Attributes.pm file. I've copied over some relevant bits of that file to the new home, but it doesn't work so I commented it out.
Commit: e567a21119e1453e694dc8d1e056c3743878b0c0
https://github.com/parrot/parrot/commit/e567a21119e1453e694dc8d1e056c3743878b0c0
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Log Message:
-----------
Merge branch 'threads' of github.com:parrot/parrot into threads
Commit: d215d68d7ec6d6e5685fc7261dc110247af4a287
https://github.com/parrot/parrot/commit/d215d68d7ec6d6e5685fc7261dc110247af4a287
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M src/scheduler.c
Log Message:
-----------
Move thrading initialization to Parrot_cx_init_scheduler
In embedding situations, control flow may bypass
Parrot_cx_begin_execution (using Parrot_api_pmc_invoke directly). Moving
threading init to Parrot_cx_init_scheduler makes sure it is run for the
first interp.
Commit: 12b8d90c763cdf5c5f1fd4d9262a8c8c0f158046
https://github.com/parrot/parrot/commit/12b8d90c763cdf5c5f1fd4d9262a8c8c0f158046
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M DONORS.pod
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M README.pod
M README_cygwin.pod
M VERSION
M api.yaml
M compilers/data_json/JSON_README.pod
M compilers/data_json/data_json.pir
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/opsc/src/Ops/File.pm
M compilers/opsc/src/Ops/Op.pm
M compilers/pct/README.pod
M compilers/pge/PGE.pir
M compilers/pge/PGE/Exp.pir
M compilers/pge/PGE/OPTable.pir
M compilers/pge/PGE/Perl6Regex.pir
M compilers/pge/README.pod
M compilers/tge/TGE/Compiler.pir
M compilers/tge/TGE/Grammar.pir
M compilers/tge/tgc.pir
M config/auto/icu.pm
M config/auto/llvm/hello.c
M config/auto/memalign.pm
M config/auto/pmc.pm
M config/auto/sizes.pm
M config/auto/sizes/test_c.in
M config/auto/va_ptr.pm
M config/gen/config_h/config_h.in
M config/gen/makefiles/root.in
M docs/binaries/ops2c.pod
M docs/binaries/parrot-nqp.pod
M docs/binaries/parrot-prove.pod
M docs/binaries/parrot_nci_thunk_gen.pod
M docs/binaries/parrotbug.pod
M docs/binaries/pbc_to_exe.pod
M docs/binaries/plumage.pod
M docs/binaries/winxed.pod
M docs/compiler_faq.pod
M docs/debug.pod
M docs/deprecations/deprecations.pod
M docs/deprecations/deprecations_2_6.pod
M docs/deprecations/deprecations_2_9.pod
M docs/deprecations/deprecations_3_0.pod
M docs/deprecations/deprecations_3_3.pod
M docs/deprecations/deprecations_3_6.pod
M docs/deprecations/how_to_deprecate.pod
M docs/dev/byteorder.pod
M docs/dev/c_functions.pod
M docs/dev/coverage.pod
M docs/dev/debugging_with_msvc.pod
M docs/dev/headerizer.pod
M docs/dev/infant.pod
M docs/dev/longopt.pod
M docs/dev/parrot_api.pod
M docs/dev/pcc_methods.pod
M docs/dev/pcc_state.pod
M docs/dev/pmc_freeze.pod
M docs/dev/pmc_obj_design_meeting_notes.pod
M docs/embed_new.pod
M docs/extend.pod
M docs/faq.pod
M docs/gettingstarted.pod
M docs/glossary.pod
M docs/imcc/imcfaq.pod
M docs/intro.pod
M docs/memory_internals.pod
M docs/overview.pod
M docs/parrot.pod
M docs/parrotbyte.pod
M docs/parrothist.pod
M docs/pdds/draft/pdd01_overview.pod
M docs/pdds/draft/pdd05_opfunc.pod
M docs/pdds/draft/pdd06_pasm.pod
M docs/pdds/draft/pdd08_keys.pod
M docs/pdds/draft/pdd13_bytecode.pod
M docs/pdds/draft/pdd14_numbers.pod
M docs/pdds/draft/pdd16_native_call.pod
M docs/pdds/draft/pdd29_compiler_tools.pod
M docs/pdds/pdd00_pdd.pod
M docs/pdds/pdd03_calling_conventions.pod
M docs/pdds/pdd07_codingstd.pod
M docs/pdds/pdd09_gc.pod
M docs/pdds/pdd10_embedding.pod
M docs/pdds/pdd15_objects.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd18_security.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd20_lexical_vars.pod
M docs/pdds/pdd21_namespaces.pod
M docs/pdds/pdd22_io.pod
M docs/pdds/pdd23_exceptions.pod
M docs/pdds/pdd24_events.pod
M docs/pdds/pdd25_concurrency.pod
M docs/pdds/pdd26_ast.pod
M docs/pdds/pdd27_multiple_dispatch.pod
M docs/pdds/pdd28_strings.pod
M docs/pdds/pdd30_install.pod
M docs/pdds/pdd31_hll.pod
M docs/pdds/pdd_template.pod
M docs/pmc.pod
M docs/pmc/array.pod
M docs/pmc/documentation.pod
M docs/pmc2c.pod
M docs/porting_intro.pod
M docs/project/cage_cleaners_guide.pod
M docs/project/committer_guide.pod
M docs/project/core_inclusion.pod
M docs/project/debian_packaging_guide.pod
M docs/project/metacommitter_guide.pod
M docs/project/release_manager_guide.pod
M docs/project/roles_responsibilities.pod
M docs/project/support_policy.pod
M docs/project/ubuntu_packaging_guide.pod
M docs/req/model_users.pod
M docs/running.pod
M docs/submissions.pod
M docs/tests.pod
M docs/user/pir/exceptions.pod
M docs/user/pir/intro.pod
M docs/user/pir/objects.pod
M docs/user/pir/pmcs.pod
M docs/vtables.pod
M editor/README.pod
M examples/README.pod
M examples/languages/abc/abc.pir
M examples/languages/abc/src/builtins/all.pir
M examples/languages/squaak/doc/tutorial_episode_1.pod
M examples/languages/squaak/doc/tutorial_episode_2.pod
M examples/languages/squaak/doc/tutorial_episode_3.pod
M examples/languages/squaak/doc/tutorial_episode_4.pod
M examples/languages/squaak/doc/tutorial_episode_5.pod
M examples/languages/squaak/doc/tutorial_episode_6.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/languages/squaak/doc/tutorial_episode_8.pod
M examples/languages/squaak/doc/tutorial_episode_9.pod
M examples/languages/squaak/squaak.pir
M examples/languages/squaak/src/squaak.pir
M examples/mops/mops.p6
M examples/mops/mops.rb
M examples/nci/Xlib.pir
M examples/nci/Xlibconstants.pir
M examples/nci/xlibtest.nqp
M examples/nci/xlibtest.p6
M examples/nci/xlibtest.pir
M examples/past/01-sub.pir
M examples/past/four_plus_one.pir
M examples/pir/coop_threads.pir
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/blue_rect.pl
M examples/sdl/bounce_parrot_logo.pir
M examples/sdl/mandel.pir
M examples/sdl/minesweeper/eventhandler.pir
M examples/sdl/minesweeper/mines.pir
M examples/sdl/move_parrot_logo.pir
M examples/sdl/raw_pixels.pir
M examples/sdl/tetris/app.pir
M examples/sdl/tetris/block.pir
M examples/sdl/tetris/blockdata.pir
M examples/sdl/tetris/blocks.pir
M examples/sdl/tetris/board.pir
M examples/sdl/tetris/boarddata.pir
M examples/sdl/tetris/eventhandler.pir
M examples/sdl/tetris/tetris.pir
M examples/streams/Bytes.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/ParrotIO.pir
M examples/streams/SubCounter.pir
M examples/streams/SubHello.pir
M examples/streams/Writer.pir
M examples/tge/branch/lib/Branch.pir
M examples/tge/branch/lib/Leaf.pir
M examples/tutorial/00_README.pod
M examples/tutorial/01_temp_var.pir
M examples/tutorial/02_local_var.pir
M examples/tutorial/03_temp_var_basic_pmcs.pir
M examples/tutorial/04_pod_comments.pir
M examples/tutorial/10_math_ops.pir
M examples/tutorial/11_math_ops_self_mod.pir
M examples/tutorial/12_math_ops_pasm.pir
M examples/tutorial/13_logical_ops.pir
M examples/tutorial/20_string_ops.pir
M examples/tutorial/21_string_ops_repeat.pir
M examples/tutorial/22_string_ops_length.pir
M examples/tutorial/23_string_ops_substr.pir
M examples/tutorial/24_string_ops_clone.pir
M examples/tutorial/30_arrays_basic.pir
M examples/tutorial/31_array_ops_split.pir
M examples/tutorial/32_array_ops_sprintf.pir
M examples/tutorial/33_hashes.pir
M examples/tutorial/34_multikey.pir
M examples/tutorial/40_file_ops.pir
M examples/tutorial/50_goto.pir
M examples/tutorial/51_if_unless.pir
M examples/tutorial/52_if_compare.pir
M examples/tutorial/53_loop.pir
M examples/tutorial/55_iterator.pir
M examples/tutorial/56_defined.pir
M examples/tutorial/57_exists.pir
M examples/tutorial/60_subroutines.pir
M examples/tutorial/61_namespaces.pir
M examples/tutorial/62_namespaces.pir
M examples/tutorial/70_class_object.pir
M examples/tutorial/81_continuation.pir
M examples/tutorial/82_coroutine.pir
M examples/tutorial/83_external_libraries.pir
M examples/tutorial/90_writing_tests.pir
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
M frontend/parrot2/main.c
M frontend/parrot2/prt0.pir
M frontend/parrot2/prt0.winxed
M include/parrot/api.h
M include/parrot/atomic/gcc_pcc.h
M include/parrot/call.h
M include/parrot/exit.h
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/io.h
M include/parrot/misc.h
M include/parrot/oplib/core_ops.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
M include/parrot/pointer_array.h
M include/parrot/string_funcs.h
M include/parrot/thr_windows.h
M lib/Parrot/Headerizer.pm
R lib/Parrot/Pmc2c/Attribute.pm
M lib/Parrot/Pmc2c/Emitter.pm
R lib/Parrot/Pmc2c/MULTI.pm
M lib/Parrot/Pmc2c/Method.pm
R lib/Parrot/Pmc2c/Object.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
M lib/Parrot/Test/Pod.pm
M runtime/parrot/include/green_threads.pir
M runtime/parrot/include/hllmacros.pir
M runtime/parrot/include/test_more.pir
M runtime/parrot/languages/parrot/parrot.pir
M runtime/parrot/library/CGI/QueryHash.pir
M runtime/parrot/library/Config/JSON.pir
M runtime/parrot/library/HTTP/Daemon.pir
M runtime/parrot/library/HTTP/Message.pir
M runtime/parrot/library/JSON.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/LWP/UserAgent.pir
M runtime/parrot/library/PGE/Dumper.pir
M runtime/parrot/library/Range.pir
M runtime/parrot/library/Stream/Writer.pir
M runtime/parrot/library/String/Utils.pir
M runtime/parrot/library/TAP/Formatter.pir
M runtime/parrot/library/TAP/Harness.pir
M runtime/parrot/library/TAP/Parser.pir
M runtime/parrot/library/Test/Builder/Test.pir
M runtime/parrot/library/URI.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/osutils.pir
M runtime/parrot/library/parrotlib.pir
M src/alarm.c
M src/call/args.c
M src/call/pcc.c
M src/dynext.c
M src/dynoplibs/sys.ops
M src/dynpmc/README.pod
M src/embed/api.c
M src/embed/pmc.c
M src/exit.c
M src/gc/fixed_allocator.c
M src/gc/gc_inf.c
M src/gc/gc_ms2.c
M src/gc/string_gc.c
M src/gc/system.c
M src/interp/api.c
M src/interp/inter_cb.c
M src/io/api.c
M src/io/socket_api.c
R src/misc.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/object.ops
M src/platform/generic/misc.c
M src/platform/generic/socket.c
M src/platform/win32/misc.c
M src/pmc/addrregistry.pmc
M src/pmc/alarm.pmc
M src/pmc/callback.pmc
M src/pmc/default.pmc
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
M src/pmc/hash.pmc
M src/pmc/key.pmc
M src/pmc/object.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/stringbuilder.pmc
M src/pointer_array.c
M src/runcore/subprof.c
M src/scheduler.c
R src/spf_render.c
R src/spf_vtable.c
M src/string/api.c
M src/string/encoding/shared.c
A src/string/spf_private.h
A src/string/spf_render.c
A src/string/spf_vtable.c
A src/string/sprintf.c
M src/vtable.tbl
M t/TESTS_STATUS.pod
M t/codingstd/c_function_docs.t
M t/codingstd/pccmethod_deps.t
M t/codingstd/pod_description.t
M t/compilers/imcc/syn/clash.t
M t/compilers/imcc/syn/tail.t
M t/compilers/opsc/04-op.t
M t/dynoplibs/debug.t
M t/dynoplibs/sysinfo.t
M t/dynoplibs/time.t
M t/examples/streams.t
M t/harness
M t/library/osutils.t
M t/op/sprintf.t
M t/op/time.t
M t/pmc/bignum.t
M t/pmc/filehandle.t
M t/pmc/namespace.t
M t/pmc/opcode.t
M t/pmc/oplib.t
M t/pmc/task.t
M t/pmc/task_primes.t
M t/run/options.t
M t/src/embed/pmc.t
M t/src/extend_vtable.t
M t/steps/auto/icu-01.t
M t/steps/auto/memalign-01.t
M t/steps/auto/sizes-01.t
M t/tools/dump_pbc.t
M tools/README.pod
M tools/dev/merge_pull_request.pl
M tools/dev/mk_inno_language.pl
R tools/dev/pbc_to_exe.pir
A tools/dev/pbc_to_exe.winxed
M tools/release/cut.pl
M tools/release/parrot_github_release.pl
M tools/release/release.json
Log Message:
-----------
Merge branch 'threads' into gh798_embed_api_green_threads
Compare: https://github.com/parrot/parrot/compare/5ee91fa6268f...12b8d90c763c
More information about the parrot-commits
mailing list