[parrot/parrot] 8f5c32: [str] Hopefully fix UCS-4 test failure discovered ...

noreply at github.com noreply at github.com
Thu Dec 16 14:53:38 UTC 2010


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

Commit: 8f5c32f63890cba2cd78dbcc9661f5470449ce84
    https://github.com/parrot/parrot/commit/8f5c32f63890cba2cd78dbcc9661f5470449ce84
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M src/string/encoding/ucs4.c

Log Message:
-----------
[str] Hopefully fix UCS-4 test failure discovered by whiteknight++


Commit: 17ce365cab24d0ceb8f111785e21b9293dcd0a6b
    https://github.com/parrot/parrot/commit/17ce365cab24d0ceb8f111785e21b9293dcd0a6b
Author: Léo Grange <grangeleo at gmail.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M .gitignore
  M CREDITS
  M DEPRECATED.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M README
  A README.deutsch
  A README.espanol
  A README.polski
  M config/auto/headers.pm
  M config/gen/makefiles/docs.in
  M config/gen/makefiles/root.in
  R config/gen/platform/freebsd/sysmem.c
  M config/gen/platform/generic/sysmem.c
  R config/gen/platform/netbsd/sysmem.c
  M config/inter/libparrot.pm
  M docs/embed.pod
  M docs/project/core_inclusion.pod
  M docs/project/git_workflow.pod
  A docs/project/merge_review_guidelines.pod
  M examples/io/get.pir
  M examples/nci/ls.pir
  A examples/pir/md5sum.pir
  A frontend/parrot/main.c
  A frontend/parrot_debugger/main.c
  A frontend/pbc_dump/main.c
  A frontend/pbc_dump/packdump.c
  A frontend/pbc_merge/main.c
  M include/parrot/hll.h
  M include/parrot/io.h
  M include/parrot/list.h
  M include/parrot/oplib.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/packfile.h
  M include/parrot/pmc_freeze.h
  M include/parrot/sub.h
  M include/parrot/warnings.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Headerizer.pm
  A lib/Parrot/Headerizer/Functions.pm
  M lib/Parrot/Manifest.pm
  M lib/Parrot/Vtable.pm
  M runtime/parrot/include/test_more.pir
  M runtime/parrot/library/LWP/Protocol.pir
  M runtime/parrot/library/Test/More.pir
  M src/call/args.c
  M src/debug.c
  M src/dynoplibs/debug.ops
  M src/dynpmc/gziphandle.pmc
  M src/dynpmc/os.pmc
  M src/embed.c
  M src/gc/fixed_allocator.c
  M src/gc/mark_sweep.c
  M src/gc/system.c
  M src/global_setup.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/filehandle.c
  M src/library.c
  M src/list.c
  R src/main.c
  M src/namespace.c
  A src/nci/framebuilder.pod
  M src/nci/libffi.c
  M src/oo.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/var.ops
  R src/packdump.c
  R src/packfile.c
  A src/packfile/api.c
  A src/packfile/object_serialization.c
  A src/packfile/output.c
  R src/packout.c
  R src/parrot_debugger.c
  R src/pbc_dump.c
  R src/pbc_merge.c
  M src/pmc/class.pmc
  M src/pmc/continuation.pmc
  M src/pmc/coroutine.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedbooleanarray.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  A src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/oplib.pmc
  M src/pmc/packfiledebug.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/stringhandle.pmc
  M src/pmc/sub.pmc
  R src/pmc_freeze.c
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/scheduler.c
  M src/string/api.c
  M src/string/encoding/shared.c
  M src/sub.c
  M src/thread.c
  M src/warnings.c
  M t/codingstd/pmc_docs.t
  M t/manifest/01-basic.t
  M t/op/string.t
  M t/op/string_cs.t
  M t/op/stringu.t
  M t/pmc/exception.t
  M t/pmc/integer.t
  M t/pmc/iterator.t
  A t/pmc/mappedbytearray.t
  M t/pmc/namespace.t
  M t/pmc/socket.t
  M t/pmc/string.t
  M t/pmc/stringiterator.t
  A t/tools/dev/headerizer/01_functions.t
  A t/tools/dev/headerizer/02_methods.t
  A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
  A t/tools/dev/headerizer/testlib/function_decls.in
  A t/tools/dev/headerizer/testlib/hvalidheader.in
  A t/tools/dev/headerizer/testlib/imcc.in
  A t/tools/dev/headerizer/testlib/lack_directive.in
  A t/tools/dev/headerizer/testlib/list.in
  A t/tools/dev/headerizer/testlib/list_h.in
  A t/tools/dev/headerizer/testlib/missingheaderfile.in
  A t/tools/dev/headerizer/testlib/nci_pmc.in
  A t/tools/dev/headerizer/testlib/none.in
  A t/tools/dev/headerizer/testlib/validheader.in
  M t/tools/dev/searchops/samples.pm
  A tools/dev/github_post_receive.pl
  M tools/dev/headerizer.pl

Log Message:
-----------
Merge remote branch 'parrot_origin/master'


Commit: 764e225c9bfb188528eddc7a257d9c01e1f28359
    https://github.com/parrot/parrot/commit/764e225c9bfb188528eddc7a257d9c01e1f28359
Author: Léo Grange <grangeleo at gmail.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  A README.francais

Log Message:
-----------
Add the french README translation




More information about the parrot-commits mailing list