[parrot/parrot] 94f418: fix overlong line
noreply at github.com
noreply at github.com
Mon Oct 31 11:12:02 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 94f418e555497b3af8b5a23ed1590861b829f46f
https://github.com/parrot/parrot/commit/94f418e555497b3af8b5a23ed1590861b829f46f
Author: Michael Schroeder <mls at suse.de>
Date: 2011-10-31 (Mon, 31 Oct 2011)
Changed paths:
M src/hash.c
Log Message:
-----------
fix overlong line
Commit: 1c18b9696b73598bd954f0fc6840a1e558841743
https://github.com/parrot/parrot/commit/1c18b9696b73598bd954f0fc6840a1e558841743
Author: Michael Schroeder <mls at suse.de>
Date: 2011-10-31 (Mon, 31 Oct 2011)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.generated
M compilers/imcc/Rules.in
M compilers/imcc/main.c
M compilers/imcc/parser_util.c
M compilers/imcc/pbc.c
M config/gen/makefiles/root.in
M docs/embed.pod
M docs/pdds/pdd10_embedding.pod
M docs/tests.pod
M examples/c/pbc_info.c
M examples/c/test_main.c
M examples/compilers/japhc.c
M examples/embed/cotorra.c
A examples/pir/coop_threads.pir
M ext/nqp-rx/src/stage0/Regex-s0.pir
M frontend/parrot_debugger/main.c
M frontend/pbc_disassemble/main.c
M frontend/pbc_dump/main.c
M frontend/pbc_dump/packdump.c
M frontend/pbc_merge/main.c
A include/parrot/alarm.h
M include/parrot/call.h
A include/parrot/disassemble.h
R include/parrot/embed.h
A include/parrot/events.h
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/io.h
M include/parrot/oplib/core_ops.h
M include/parrot/oplib/ops.h
M include/parrot/opsenum.h
M include/parrot/packfile.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
M include/parrot/runcore_api.h
M include/parrot/scheduler.h
M include/parrot/scheduler_private.h
M lib/Parrot/Harness/DefaultTests.pm
A lib/Parrot/Harness/TestSets.pm
A runtime/parrot/include/green_threads.pir
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
A src/alarm.c
M src/call/ops.c
M src/call/pcc.c
M src/debug.c
A src/disassemble.c
M src/dynpmc/dynlexpad.pmc
M src/dynpmc/select.pmc
R src/embed.c
M src/embed/api.c
M src/embed/bytecode.c
A src/events.c
M src/exceptions.c
M src/exit.c
M src/extend.c
M src/gc/gc_ms.c
M src/gc/mark_sweep.c
M src/hash.c
M src/interp/inter_cb.c
M src/interp/inter_create.c
M src/interp/inter_misc.c
M src/io/buffer.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/packfile/api.c
M src/packfile/pf_private.h
M src/platform/generic/io.c
M src/platform/generic/time.c
M src/platform/win32/io.c
A src/pmc/alarm.pmc
M src/pmc/bytebuffer.pmc
A src/pmc/callback.pmc
M src/pmc/default.pmc
M src/pmc/imageiosize.pmc
M src/pmc/integer.pmc
M src/pmc/parrotinterpreter.pmc
A src/pmc/pmclist.pmc
M src/pmc/pointer.pmc
M src/pmc/scheduler.pmc
M src/pmc/task.pmc
M src/pmc/timer.pmc
M src/pmc/undef.pmc
M src/runcore/cores.c
M src/runcore/main.c
M src/runcore/profiling.c
M src/runcore/subprof.c
M src/scheduler.c
M src/string/api.c
M t/compilers/opsc/01-parse.t
A t/fullharness
M t/op/stringu.t
A t/pmc/alarm.t
M t/pmc/hash.t
M t/pmc/nci.t
A t/pmc/pmclist.t
R t/pmc/scheduler.t
M t/pmc/task.t
A t/pmc/task_primes.t
M t/pmc/timer.t
M t/src/embed.t
M t/src/embed/api.t
M t/src/embed/strings.t
M t/src/exit.t
M t/src/extend.t
M t/src/extend_vtable.t
M t/src/misc.t
M t/src/pointer_array.t
A t/src/threads_io.t
M t/src/warnings.t
M t/tools/dev/search_ops/samples.pm
M tools/dev/mk_inno_language.pl
Log Message:
-----------
Merge branch 'master' into mls/directaccess
Conflicts:
src/hash.c
Commit: 305b704a6b79f86ce0919bc258be6e9844739218
https://github.com/parrot/parrot/commit/305b704a6b79f86ce0919bc258be6e9844739218
Author: Michael Schroeder <mls at suse.de>
Date: 2011-10-31 (Mon, 31 Oct 2011)
Changed paths:
M compilers/pct/src/PAST/Compiler.pir
Log Message:
-----------
simplily PAST::Control, fix bug in block handler code when addreturn is not used
Compare: https://github.com/parrot/parrot/compare/c4e4578...305b704
More information about the parrot-commits
mailing list