[parrot/parrot] 8fde62: Merge pull request #192 from gerdr/gerdr/msys-inst...
noreply at github.com
noreply at github.com
Mon Nov 7 09:54:01 UTC 2011
Branch: refs/heads/mls/kill-events-in-ehqueue
Home: https://github.com/parrot/parrot
Commit: 8fde62338785844736831c2ab953bf79db804248
https://github.com/parrot/parrot/commit/8fde62338785844736831c2ab953bf79db804248
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M .gitignore
M config/gen/makefiles/root.in
M config/init/hints/msys.pm
M lib/Parrot/Install.pm
M src/dynpmc/Defines.in
Log Message:
-----------
Merge pull request #192 from gerdr/gerdr/msys-install
fix make install on MSYS
Commit: 4119aa066a0abc9748873ec777769cdb56c9f7d1
https://github.com/parrot/parrot/commit/4119aa066a0abc9748873ec777769cdb56c9f7d1
Author: Andy Lester <andy at petdance.com>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M include/parrot/platform_interface.h
M src/platform/darwin/hires_timer.c
M src/platform/generic/hires_timer.c
M src/platform/win32/hires_timer.c
Log Message:
-----------
Parrot_hires_get_tick_duration is now flagged as PARROT_CONST_FUNCTION
Commit: 8f5a5c5f378b56ec9ab8a9c29525c9174cac0b6f
https://github.com/parrot/parrot/commit/8f5a5c5f378b56ec9ab8a9c29525c9174cac0b6f
Author: Andy Lester <andy at petdance.com>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M .gitignore
M config/gen/makefiles/root.in
M config/init/hints/msys.pm
M lib/Parrot/Install.pm
M src/dynpmc/Defines.in
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: 06088a5770918e3bcb338bb84d2fa828b2f401c9
https://github.com/parrot/parrot/commit/06088a5770918e3bcb338bb84d2fa828b2f401c9
Author: Andy Lester <andy at petdance.com>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M include/parrot/scheduler.h
M src/scheduler.c
Log Message:
-----------
removed unnecessary const modifiers of function parameters. Removed an unused local var.
Commit: 38244b39e74493486c3765b99ab014a1496cec89
https://github.com/parrot/parrot/commit/38244b39e74493486c3765b99ab014a1496cec89
Author: Andy Lester <andy at petdance.com>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M src/pointer_array.c
Log Message:
-----------
removed headerizer section for statics since there are no longer any statics
Commit: 7a926340c1cbb1d8e2a2ec431c2b2ce80072a53a
https://github.com/parrot/parrot/commit/7a926340c1cbb1d8e2a2ec431c2b2ce80072a53a
Author: Andy Lester <andy at petdance.com>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M src/pmc/eval.pmc
Log Message:
-----------
consting locals, and removed unused vars.
Commit: 204cd4e0bb4d6d5df498374a729ce281eb29d9ae
https://github.com/parrot/parrot/commit/204cd4e0bb4d6d5df498374a729ce281eb29d9ae
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-11-05 (Sat, 05 Nov 2011)
Changed paths:
M MANIFEST.SKIP
Log Message:
-----------
Add files missing from MANIFEST.SKIP.
Commit: 84e6508388d438ab3ee579f8482da5a0d335c44a
https://github.com/parrot/parrot/commit/84e6508388d438ab3ee579f8482da5a0d335c44a
Author: Michael Schroeder <mls at suse.de>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M .gitignore
M MANIFEST.SKIP
M config/gen/makefiles/root.in
M config/init/hints/msys.pm
M include/parrot/platform_interface.h
M include/parrot/scheduler.h
M lib/Parrot/Install.pm
M src/dynpmc/Defines.in
M src/platform/darwin/hires_timer.c
M src/platform/generic/hires_timer.c
M src/platform/win32/hires_timer.c
M src/pmc/eval.pmc
M src/pointer_array.c
M src/scheduler.c
M t/pmc/alarm.t
Log Message:
-----------
Merge remote branch 'origin/master' into mls/kill-events-in-ehqueue
Commit: 56f0d98fa12a43d51b8121b8ab811dcade6c669b
https://github.com/parrot/parrot/commit/56f0d98fa12a43d51b8121b8ab811dcade6c669b
Author: Michael Schroeder <mls at suse.de>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M compilers/pct/src/PAST/Compiler.pir
M include/parrot/exceptions.h
M src/ops/core.ops
M src/ops/core_ops.c
Log Message:
-----------
Add a new exception type, EXCEPTION_DIE. Make the die() ops use it instead of CONTROL_ERROR.
This also reverts commit 74ba75369d28b2c071ae5f610e6cd6d6089159d7.
Compare: https://github.com/parrot/parrot/compare/a3ec104...56f0d98
More information about the parrot-commits
mailing list