[Python-checkins] cpython (3.3): Issue #19936: Restored executable bits for several libffi files.

serhiy.storchaka python-checkins at python.org
Thu Jan 23 15:24:46 CET 2014


http://hg.python.org/cpython/rev/1cfce469642d
changeset:   88656:1cfce469642d
branch:      3.3
parent:      88645:f141c325a820
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Jan 23 16:22:55 2014 +0200
summary:
  Issue #19936: Restored executable bits for several libffi files.
These files have shebangs and executable bits in the libffi distribution.

files:
  Modules/_ctypes/libffi/build-ios.sh        |  0 
  Modules/_ctypes/libffi/libtool-ldflags     |  0 
  Modules/_ctypes/libffi/msvcc.sh            |  0 
  Modules/_ctypes/libffi/src/arm/gentramp.sh |  0 
  4 files changed, 0 insertions(+), 0 deletions(-)


diff --git a/Modules/_ctypes/libffi/build-ios.sh b/Modules/_ctypes/libffi/build-ios.sh
old mode 100644
new mode 100755
diff --git a/Modules/_ctypes/libffi/libtool-ldflags b/Modules/_ctypes/libffi/libtool-ldflags
old mode 100644
new mode 100755
diff --git a/Modules/_ctypes/libffi/msvcc.sh b/Modules/_ctypes/libffi/msvcc.sh
old mode 100644
new mode 100755
diff --git a/Modules/_ctypes/libffi/src/arm/gentramp.sh b/Modules/_ctypes/libffi/src/arm/gentramp.sh
old mode 100644
new mode 100755

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list