[parrot/parrot] 2b840e: Change exe_pbc build rules in distutils to use the...

noreply at github.com noreply at github.com
Tue May 17 15:39:49 UTC 2011


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

Commit: 2b840ec08af11a162926b9d216d6410868fbd0b5
    https://github.com/parrot/parrot/commit/2b840ec08af11a162926b9d216d6410868fbd0b5
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-05-17 (Tue, 17 May 2011)

Changed paths:
  M runtime/parrot/library/distutils.pir

Log Message:
-----------
Change exe_pbc build rules in distutils to use the specified bin name for the output .exe file instead of a mangled form of the .pbc file name. I can't find any other projects using this feature, but it seems to work well on my machine without breaking anything


Commit: d85208774313ede15f6920a18c10a105eb045da7
    https://github.com/parrot/parrot/commit/d85208774313ede15f6920a18c10a105eb045da7
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-05-17 (Tue, 17 May 2011)

Changed paths:
  M .gitignore
  M CREDITS
  M ChangeLog
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M README
  M VERSION
  R config/auto/git_describe.pm
  M config/auto/icu.pm
  M config/auto/platform.pm
  R config/auto/sha1.pm
  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/hints/mswin32.pm
  M docs/parrothist.pod
  M docs/project/release_manager_guide.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M frontend/pbc_merge/main.c
  M include/parrot/nci.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/platform_interface.h
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Git/Describe.pm
  M lib/Parrot/SHA1.pm
  M runtime/parrot/library/NCI/Utils.pir
  M runtime/parrot/library/OpenGL.pir
  M runtime/parrot/library/uuid.pir
  M src/debug.c
  M src/gc/gc_gms.c
  M src/gc/system.c
  M src/interp/inter_create.c
  M src/nci/extra_thunks.c
  M src/nci/extra_thunks.nci
  M src/nci/signatures.c
  M src/nci_test.c
  M src/ops/core_ops.c
  A src/platform/generic/entropy.c
  A src/platform/win32/entropy.c
  M src/pmc/unmanagedstruct.pmc
  M src/string/api.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/library/nciutils.t
  M t/pmc/unmanagedstruct.t
  A tools/build/gen_version.pl
  M tools/dev/nci_thunk_gen.pir
  M tools/release/release.json

Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot


Compare: https://github.com/parrot/parrot/compare/f74aff9...d852087


More information about the parrot-commits mailing list