[parrot/parrot] bdf2c3: default param value for string is STRINGNULL, not ...
noreply at github.com
noreply at github.com
Wed Nov 16 14:23:49 UTC 2011
Branch: refs/heads/mls/kill-events-in-ehqueue
Home: https://github.com/parrot/parrot
Commit: bdf2c3d48f5fe10b33d67d6474ba45c23fce4e98
https://github.com/parrot/parrot/commit/bdf2c3d48f5fe10b33d67d6474ba45c23fce4e98
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-07 (Mon, 07 Nov 2011)
Changed paths:
M src/call/args.c
Log Message:
-----------
default param value for string is STRINGNULL, not plain NULL
See gh #195
Commit: 53994ea940f93311b57f28fc0964707bddf0b947
https://github.com/parrot/parrot/commit/53994ea940f93311b57f28fc0964707bddf0b947
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[op2c] allow "unsigned" type qualifier, bacek++
Commit: 251ec620d87fc651eb0bc10c35b59abf6736e071
https://github.com/parrot/parrot/commit/251ec620d87fc651eb0bc10c35b59abf6736e071
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M t/op/calling.t
Log Message:
-----------
[t] #195 return :flat on a ResizableStringArray
Commit: 00fb541d05d0a21151d8585134931228d3b22e49
https://github.com/parrot/parrot/commit/00fb541d05d0a21151d8585134931228d3b22e49
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M t/op/calling.t
Log Message:
-----------
Fix test to look for the correct error
Commit: 56b177cfdacfad9bc8293a0e4b1aca0d781deb0b
https://github.com/parrot/parrot/commit/56b177cfdacfad9bc8293a0e4b1aca0d781deb0b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M t/op/calling.t
Log Message:
-----------
Merge branch 'gh_195_return_flat_bug'
Commit: 4268b4cdc4eb5324900eb369320037c773746e7a
https://github.com/parrot/parrot/commit/4268b4cdc4eb5324900eb369320037c773746e7a
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M src/pmc/callcontext.pmc
Log Message:
-----------
don't return NULL from STRING* vtable functions, use STRINGNULL
In some cases we should throw instead, but this fix avoids segfaults and
pass all tests, enough for a now
Commit: 1ee1c09aca850b53dd78372eb56a7628f1960482
https://github.com/parrot/parrot/commit/1ee1c09aca850b53dd78372eb56a7628f1960482
Author: Stefan Seifert <nine at detonation.org>
Date: 2011-11-08 (Tue, 08 Nov 2011)
Changed paths:
M t/fullharness
Log Message:
-----------
Fix job concurrency in fulltest
Commit: de1cf6dcd8fcc6d63806afc2ead72d24eb46a92a
https://github.com/parrot/parrot/commit/de1cf6dcd8fcc6d63806afc2ead72d24eb46a92a
Author: Stefan Seifert <nine at detonation.org>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
M src/call/args.c
M src/pmc/callcontext.pmc
M t/op/calling.t
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: c7fd2f9fa033d01f7838c7f82f53e1573d36c275
https://github.com/parrot/parrot/commit/c7fd2f9fa033d01f7838c7f82f53e1573d36c275
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to 4f1c542189:
- 'multi' improved
- better compile time evaluation of builtins
- minor fixes and optimizations
Commit: 7f1fc692d37ec434a8996e836ac44b07b62021cf
https://github.com/parrot/parrot/commit/7f1fc692d37ec434a8996e836ac44b07b62021cf
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-11-09 (Wed, 09 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
Accept single char in C<case> of C<switch> statement. Closes #196
Commit: 5fb9758e686c4c91d8ff34d67a679a9d83219b99
https://github.com/parrot/parrot/commit/5fb9758e686c4c91d8ff34d67a679a9d83219b99
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[opsc] try to improve parse error messages by limiting them to a block instead of the whole ops body
Commit: 6855022800b08b08d82e5648aa935aec8e6b61b7
https://github.com/parrot/parrot/commit/6855022800b08b08d82e5648aa935aec8e6b61b7
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[opsc] further reduce the scope of syntax errors
Commit: 903778206e91ad772c30d7a6da7f799f90aa0c85
https://github.com/parrot/parrot/commit/903778206e91ad772c30d7a6da7f799f90aa0c85
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[opsc] syntax errors at statement level (I hope)
Commit: 9b17c87217c58e2e44f36d14b3d18476ef494d08
https://github.com/parrot/parrot/commit/9b17c87217c58e2e44f36d14b3d18476ef494d08
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[opsc] better error message for arglists
Commit: 3e5e9c9cc009d9ea760c4645edadc04024dfc886
https://github.com/parrot/parrot/commit/3e5e9c9cc009d9ea760c4645edadc04024dfc886
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M compilers/opsc/src/Ops/Compiler/Actions.pm
M compilers/opsc/src/Ops/Compiler/Grammar.pm
Log Message:
-----------
[opsc] implement 1.0f style literals
Commit: 53c9e6ade6bdef9e22a652126c40821de56782cf
https://github.com/parrot/parrot/commit/53c9e6ade6bdef9e22a652126c40821de56782cf
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-11-13 (Sun, 13 Nov 2011)
Changed paths:
M runtime/parrot/library/Test/Builder.pir
Log Message:
-----------
Prohibit to plan 0 tests. Part of #188
Commit: cbe7cea9713f3c8e223e8959d72c5187ce5b4c03
https://github.com/parrot/parrot/commit/cbe7cea9713f3c8e223e8959d72c5187ce5b4c03
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M src/call/pcc.c
M src/dynpmc/select.pmc
M src/ops/core.ops
M src/ops/core_ops.c
M src/pmc/coroutine.pmc
M src/pmc/sub.pmc
Log Message:
-----------
Replace deprecated usage of 'pmc_new' with 'Parrot_pmc_new'
Commit: dffbd936320ad9277155e4f6ae4152b7d5f8951b
https://github.com/parrot/parrot/commit/dffbd936320ad9277155e4f6ae4152b7d5f8951b
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M include/parrot/pmc.h
Log Message:
-----------
Remove very old 'compatibilty macros'
Commit: 5911a950a6e36ad72e911e57c1229342e0bbd8fc
https://github.com/parrot/parrot/commit/5911a950a6e36ad72e911e57c1229342e0bbd8fc
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to 5952fb1701
- Optimizations in generated code
- Better checking of void expressions use
Commit: 85ad83d2ebde127f9821809d895797ea9248a259
https://github.com/parrot/parrot/commit/85ad83d2ebde127f9821809d895797ea9248a259
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to RELEASE_1_4_0
Commit: ad4b9dee690004f55c125b7f737be4b06be7e41c
https://github.com/parrot/parrot/commit/ad4b9dee690004f55c125b7f737be4b06be7e41c
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-14 (Mon, 14 Nov 2011)
Changed paths:
M ChangeLog
Log Message:
-----------
put winxed news in ChangeLog
Commit: 2e06bbd31b0c8b0045e3c6f46f6e4f20d2ee3afb
https://github.com/parrot/parrot/commit/2e06bbd31b0c8b0045e3c6f46f6e4f20d2ee3afb
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to tag RELEASE_1_4_1:
* Bug fix
Commit: 4e4d69ef1ff5aff9b4cdde9ff6cc84c1c62db4d2
https://github.com/parrot/parrot/commit/4e4d69ef1ff5aff9b4cdde9ff6cc84c1c62db4d2
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M frontend/pbc_dump/packdump.c
M src/pmc/task.pmc
M t/pmc/alarm.t
M t/pmc/task.t
M t/pmc/task_primes.t
Log Message:
-----------
A few quick and dirty fixes to get the windows build rolling again. Skip some green threads tests on windows since we don't have green threads on windows, yet. I got a test failure in nci.t, but that may be spurious
Commit: be7cb911b3af8e532b3aade8291c49aada6dfca8
https://github.com/parrot/parrot/commit/be7cb911b3af8e532b3aade8291c49aada6dfca8
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M src/pmc/task.pmc
M t/pmc/alarm.t
M t/pmc/task.t
M t/pmc/task_primes.t
Log Message:
-----------
fix trailling whitespace and delete svn-remanants
Commit: 5f46f4aa81c7fafa19c3225d6b02bda16a1fa94b
https://github.com/parrot/parrot/commit/5f46f4aa81c7fafa19c3225d6b02bda16a1fa94b
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M ChangeLog
Log Message:
-----------
Add note to changelog that greenthreads aren't available everywhere yet
Commit: 7bef4e6610d4622a6e385685dabdc2e07b64568b
https://github.com/parrot/parrot/commit/7bef4e6610d4622a6e385685dabdc2e07b64568b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M ChangeLog
Log Message:
-----------
Add some details to the community and test sections of the changelog
Commit: 6f76221efda6d23906f6d9f63adad847eeacd325
https://github.com/parrot/parrot/commit/6f76221efda6d23906f6d9f63adad847eeacd325
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M CREDITS
M MANIFEST.generated
M README
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:
-----------
Update all the metadata and other jazz for Parrot 3.10.0, Apple Pi.
Commit: 777824a93d64764655046edc59d4612f5ba3af58
https://github.com/parrot/parrot/commit/777824a93d64764655046edc59d4612f5ba3af58
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST.generated
M README
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:
-----------
Merge branch 'release_3_10'
Commit: 3c927aced47b8ee3e4dad6980aef87c15508d254
https://github.com/parrot/parrot/commit/3c927aced47b8ee3e4dad6980aef87c15508d254
Author: Michael Schroeder <mls at suse.de>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST.generated
M README
M VERSION
M compilers/opsc/src/Ops/Compiler/Actions.pm
M compilers/opsc/src/Ops/Compiler/Grammar.pm
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
M frontend/pbc_dump/packdump.c
M include/parrot/oplib/core_ops.h
M include/parrot/pmc.h
M runtime/parrot/library/Test/Builder.pir
M src/call/args.c
M src/call/pcc.c
M src/dynpmc/select.pmc
M src/ops/core.ops
M src/ops/core_ops.c
M src/pmc/callcontext.pmc
M src/pmc/coroutine.pmc
M src/pmc/sub.pmc
M src/pmc/task.pmc
M t/fullharness
M t/op/calling.t
M t/pmc/alarm.t
M t/pmc/task.t
M t/pmc/task_primes.t
M tools/release/release.json
Log Message:
-----------
Merge remote branch 'origin/master' into mls/kill-events-in-ehqueue
Conflicts:
src/ops/core_ops.c
Compare: https://github.com/parrot/parrot/compare/c116c0f...3c927ac
More information about the parrot-commits
mailing list