[parrot/parrot] 4046b6: various English fixes in inline POD, patch courtes...
noreply at github.com
noreply at github.com
Thu May 26 18:02:33 UTC 2011
Branch: refs/heads/m0-prototype
Home: https://github.com/parrot/parrot
Commit: 4046b69b3f9e5a1c49b648ef0e851d03f46bc57d
https://github.com/parrot/parrot/commit/4046b69b3f9e5a1c49b648ef0e851d03f46bc57d
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-26 (Thu, 26 May 2011)
Changed paths:
M lib/Parrot/Test.pm
Log Message:
-----------
various English fixes in inline POD, patch courtesy of soh_cah_toa++
Commit: 63d93f04cbf1aa99cda9ab4f8e5f817b033c9bbc
https://github.com/parrot/parrot/commit/63d93f04cbf1aa99cda9ab4f8e5f817b033c9bbc
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-05-26 (Thu, 26 May 2011)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M Configure.pl
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M NEWS
M README
M VERSION
M api.yaml
M compilers/imcc/debug.h
M compilers/imcc/pbc.c
M compilers/imcc/pbc.h
M compilers/opsc/src/Ops/Trans/C.pm
R config/auto/frames.pm
R config/auto/frames/test_exec_cygwin_c.in
R config/auto/frames/test_exec_linux_c.in
R config/auto/frames/test_exec_openbsd_c.in
R config/auto/git_describe.pm
M config/auto/icu.pm
M config/auto/opengl.pm
M config/auto/platform.pm
R config/auto/sha1.pm
M config/auto/warnings.pm
M config/gen/config_h/config_h.in
M config/gen/config_pm.pm
M config/gen/config_pm/config_lib_pir.in
M config/gen/makefiles/root.in
M config/gen/opengl.pm
M config/init/defaults.pm
M config/init/hints/darwin.pm
M config/init/hints/mswin32.pm
M docs/book/pir/ch03_basic_syntax.pod
M docs/book/pir/ch04_variables.pod
A docs/deprecations/deprecations.pod
A docs/deprecations/deprecations_2_6.pod
A docs/deprecations/deprecations_2_9.pod
A docs/deprecations/deprecations_3_0.pod
A docs/deprecations/deprecations_3_3.pod
A docs/deprecations/deprecations_3_6.pod
A docs/deprecations/how_to_deprecate.pod
M docs/index/developer.json
M docs/parrothist.pod
M docs/project/git_workflow.pod
M docs/project/release_manager_guide.pod
M docs/project/support_policy.pod
M docs/submissions.pod
M docs/translations/README.BGR
M docs/translations/README.deutsch
M frontend/parrot/main.c
M frontend/pbc_merge/main.c
M include/parrot/api.h
M include/parrot/call.h
M include/parrot/compiler.h
M include/parrot/context.h
M include/parrot/datatypes.h
M include/parrot/debugger.h
M include/parrot/encoding.h
M include/parrot/exceptions.h
M include/parrot/extend.h
M include/parrot/gc_api.h
M include/parrot/hash.h
M include/parrot/interpreter.h
M include/parrot/io.h
M include/parrot/key.h
M include/parrot/list.h
M include/parrot/longopt.h
M include/parrot/misc.h
M include/parrot/multidispatch.h
M include/parrot/namespace.h
M include/parrot/nci.h
M include/parrot/oo.h
M include/parrot/oplib/core_ops.h
M include/parrot/packfile.h
M include/parrot/platform_interface.h
M include/parrot/pmc.h
M include/parrot/pmc_freeze.h
M include/parrot/pobj.h
M include/parrot/runcore_api.h
M include/parrot/scheduler.h
M include/parrot/string_funcs.h
M include/parrot/thread.h
M include/parrot/vtables.h
M lib/Parrot/Configure/Options/Conf.pm
M lib/Parrot/Configure/Options/Conf/Shared.pm
M lib/Parrot/Configure/Step/List.pm
M lib/Parrot/Git/Describe.pm
M lib/Parrot/Headerizer.pm
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/SHA1.pm
M lib/Parrot/Test.pm
M runtime/parrot/library/NCI/Utils.pir
M runtime/parrot/library/OpenGL.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/libpcre.pir
M runtime/parrot/library/osutils.pir
M runtime/parrot/library/pcre.pir
R runtime/parrot/library/postgres.pasm
M runtime/parrot/library/postgres.pir
M runtime/parrot/library/uuid.pir
M src/call/args.c
M src/call/context.c
M src/call/context_accessors.c
M src/call/pcc.c
M src/datatypes.c
M src/debug.c
M src/dynext.c
M src/dynoplibs/io.ops
M src/dynpmc/os.pmc
M src/embed.c
M src/embed/api.c
M src/embed/pmc.c
M src/exceptions.c
M src/extend.c
M src/gc/alloc_resources.c
M src/gc/fixed_allocator.c
M src/gc/fixed_allocator.h
M src/gc/gc_gms.c
M src/gc/gc_inf.c
M src/gc/gc_ms.c
M src/gc/gc_ms2.c
M src/gc/gc_private.h
M src/gc/mark_sweep.c
M src/gc/string_gc.c
M src/gc/system.c
M src/hash.c
M src/interp/inter_create.c
M src/io/api.c
M src/libnci_test.def
M src/misc.c
M src/multidispatch.c
M src/namespace.c
M src/nci/api.c
M src/nci/core_thunks.c
M src/nci/core_thunks.nci
M src/nci/extra_thunks.c
M src/nci/extra_thunks.nci
M src/nci/libffi.c
M src/nci/signatures.c
M src/nci_test.c
M src/ops/core_ops.c
M src/packfile/api.c
M src/packfile/object_serialization.c
M src/packfile/output.c
M src/platform/generic/dl.c
A src/platform/generic/entropy.c
M src/platform/generic/socket.c
M src/platform/generic/sysmem.c
A src/platform/win32/entropy.c
M src/pmc.c
M src/pmc/callcontext.pmc
M src/pmc/capture.pmc
M src/pmc/filehandle.pmc
M src/pmc/key.pmc
M src/pmc/nci.pmc
M src/pmc/stringbuilder.pmc
M src/pmc/structview.pmc
M src/pmc/unmanagedstruct.pmc
M src/runcore/cores.c
M src/runcore/main.c
M src/runcore/profiling.c
M src/scheduler.c
M src/spf_vtable.c
M src/string/api.c
M src/string/encoding.c
M src/string/encoding/binary.c
M src/string/encoding/latin1.c
M src/string/encoding/null.c
M src/string/encoding/shared.h
M src/string/encoding/ucs2.c
M src/string/encoding/ucs4.c
M src/string/encoding/utf16.c
M src/string/encoding/utf8.c
A t/configure/062-sha1.t
R t/configure/062-sha1_to_cache.t
A t/configure/063-git_describe.t
R t/configure/063-git_describe_to_cache.t
R t/configure/064-sha1_from_cache.t
R t/configure/065-git_describe_from_cache.t
A t/dynpmc/foo-01.t
A t/dynpmc/foo-02.t
A t/dynpmc/foo-03.t
A t/dynpmc/foo-04.t
A t/dynpmc/foo-05.t
A t/dynpmc/foo-06.t
A t/dynpmc/foo-07.t
A t/dynpmc/foo-08.t
A t/dynpmc/foo-09.t
A t/dynpmc/foo-10.t
R t/dynpmc/foo.t
M t/harness
A t/library/nciutils.t
M t/pmc/boolean.t
M t/pmc/nci.t
M t/pmc/orderedhash.t
M t/pmc/socket_ipv6.t
M t/pmc/unmanagedstruct.t
M t/run/options.t
M t/src/extend_vtable.t
R t/steps/auto/frames-01.t
M t/steps/init/hints/darwin-01.t
M t/tools/create_language.t
M t/tools/dev/headerizer/01_functions.t
M t/tools/mk_language_shell.t
A tools/build/gen_version.pl
M tools/dev/README
M tools/dev/addopstags.pl
M tools/dev/as2c.pl
M tools/dev/create_language.pl
M tools/dev/debian_docs.sh
M tools/dev/faces.pl
M tools/dev/fetch_languages.pl
M tools/dev/findhacks.pl
M tools/dev/gen_charset_tables.pl
M tools/dev/gen_class.pl
M tools/dev/gen_makefile.pl
M tools/dev/gen_valgrind_suppressions.pl
M tools/dev/headerizer.pl
M tools/dev/install_dev_files.pl
M tools/dev/install_doc_files.pl
M tools/dev/install_files.pl
M tools/dev/lib_deps.pl
M tools/dev/make_cover.pl
M tools/dev/merge_pull_request.pl
M tools/dev/mk_inno.pl
M tools/dev/mk_inno_language.pl
M tools/dev/mk_nci_thunks.pl
M tools/dev/mk_rpm_manifests.pl
M tools/dev/nci_test_gen.pl
M tools/dev/nci_thunk_gen.pir
M tools/dev/ncidef2pir.pl
M tools/dev/nm.pl
M tools/dev/nopaste.pl
M tools/dev/ops_not_tested.pl
M tools/dev/parrot_api.pl
M tools/dev/parrot_shell.pl
M tools/dev/parrotbench.pl
M tools/dev/pbc_header.pl
M tools/dev/pbc_to_exe.pir
M tools/dev/pmcrenumber.pl
M tools/dev/pmctree.pl
M tools/dev/pprof2cg.pl
M tools/dev/reconfigure.pl
M tools/dev/resolve_deprecated.nqp
M tools/dev/search-ops.pl
M tools/dev/show_deprecated.nqp
M tools/dev/show_experimental.nqp
M tools/dev/symlink.pl
M tools/dev/update_copyright.pl
M tools/dev/vtablize.pl
M tools/release/release.json
Log Message:
-----------
Merge branch 'master' into m0-prototype
Conflicts:
.gitignore
Compare: https://github.com/parrot/parrot/compare/15be142...63d93f0
More information about the parrot-commits
mailing list